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 63153 - Syntax highlighting doesn't work for guarded blocks
Summary: Syntax highlighting doesn't work for guarded blocks
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
: 63167 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-08-26 12:46 UTC by Max Sauer
Modified: 2007-11-05 13:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (15.84 KB, image/png)
2005-08-26 12:56 UTC, Max Sauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Max Sauer 2005-08-26 12:46:39 UTC
Steps to reproduce:
-------------------
1)Start the IDE
2)Have a java project created
3)Add a JFrame form
4)Go to its source and check syntax highlighting

[200508251800. JDK 1.5.0_05 b03 fcs, solaris 10/sparc]
Comment 1 Max Sauer 2005-08-26 12:56:11 UTC
Created attachment 24266 [details]
screenshot
Comment 2 Martin Roskanin 2005-08-26 13:55:41 UTC
*** Issue 63167 has been marked as a duplicate of this issue. ***
Comment 3 Martin Roskanin 2005-08-26 14:20:11 UTC
AttributeSet retrieved from FontColorSettings has already predefined fore color
- black. It should be null.
Comment 4 Jan Jancura 2005-08-29 14:28:23 UTC
fixed in the main trunk:

Checking in Bundle.properties;
/cvs/editor/options/src/org/netbeans/modules/options/colors/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.4; previous revision: 1.3
done
Checking in ColorComboBox.java;
/cvs/editor/options/src/org/netbeans/modules/options/colors/ColorComboBox.java,v
 <--  ColorComboBox.java
new revision: 1.3; previous revision: 1.2
done
Comment 5 Max Sauer 2005-08-30 09:35:33 UTC
Verified in 200508291800.