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 102020 - No highlighting of customizations in "Events" and "Code"
Summary: No highlighting of customizations in "Events" and "Code"
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-20 21:00 UTC by rost
Modified: 2008-05-05 10:27 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rost 2007-04-20 21:00:24 UTC
If you change the properties of a component there are three sections 
accessible via togglebuttons: Properties, Events and Code.

Customizations made in the "Properties" section are highlighted by painting 
the property key in bold. This is a nice feature; it is instantly visible 
where you made some changes. The problem is that in the other sections 
("Events" and "Code") there same highlighting mechanism is missing.
Comment 1 Tomas Pavek 2007-05-21 18:15:54 UTC
Events could be made easily highlighted when an event is attached. But even now
you can easily spot the attached events - they have different value than <none>.

The code properties are a bit special, some of them don't have a default state
(like variable modifiers or variable name). These make no sense to be
highlighted. We could possibly highlight the properties containing some custom code.