This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 181357 - No CC at the end of CSS file
Summary: No CC at the end of CSS file
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-01 06:47 UTC by Tomas Mysik
Modified: 2010-03-02 11:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2010-03-01 06:47:38 UTC
If there's no character at the end of a CSS file, code completion (for CSS classes or IDs) does not work. Work around: add any character (e.g. ENTER) at the end of a file.

P2 because it is very common case.
Comment 1 Marek Fukala 2010-03-01 07:43:35 UTC
fixed in web-main

changeset:   161836:d436e6caac04
summary:     #181357 -  No CC at the end of CSS file - workarounded strange javacc's token sequence EOF handling.
Comment 2 Quality Engineering 2010-03-02 11:27:23 UTC
Integrated into 'main-golden', will be available in build *201003021507* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d436e6caac04
User: Marek Fukala <mfukala@netbeans.org>
Log: #181357 -  No CC at the end of CSS file - workarounded strange javacc's token sequence EOF handling.