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 28029 - Editor color configuration is cumbersome
Summary: Editor color configuration is cumbersome
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 3.x
Hardware: Other Other
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2002-10-15 16:54 UTC by kokaku
Modified: 2007-11-05 13:40 UTC (History)
1 user (show)

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 kokaku 2002-10-15 16:54:28 UTC
In the Options dialog, navigate to Editing > Editor Settings > JSP Editor > 
Fonts & Colors. There are a number of problems with this dialog from the 
perspective of ease-of-use. These problems apply equally to other editor 
color configs.

* The syntax items are in no particular order (not 
sorted by name or grouped logically).
* The default color for most items 
is not a named color so when the user wants to change it, they are forced to 
open a new dialog as opposed to be seeing a dropdown list of standard AWT 
colors (which most default colors belong to even though they're set as 
RGB).
* Even though there are logical groupings of syntax elements, 
these are not used to make setting colors easier. For example, comments; 
the JSP color list contains 6 kinds of comments (JSP, XML, SGML, HTML, Java 
line, Java block). There should be a comments group where I can set a 
default for all of these (and then if I desire, I can make one specific item 
an exception). Similar logic applies to literals, tags, attributes, 
etc.

Color setting is probably one of the first things a new user does 
and it is one of the most cumbersome dialogs in NB (which is showing marked 
improvement from version to version). NB should show ease-of-use here so as 
not to potentially lose a new user.
Comment 1 Chris Ledantec 2002-10-15 17:47:52 UTC
please see the ui spec at:

http://ui.netbeans.org/docs/hi/options/index.html
Comment 2 Jiri Mzourek 2003-02-20 12:42:21 UTC
Options redesign is planned to NB4.0.
Comment 3 David Simonek 2005-05-04 12:18:56 UTC
It's a long time ago this issue was raised, and I believe it will be adressed by
new design of options which is prepared by Hanz Jancura, so passing to him, thanks.
Comment 4 Vitezslav Stejskal 2006-12-05 10:39:41 UTC
I believe that the new Tools-Options dialog addresses these problems.