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 114382 - All style classes to be assigned to components without the style existing
Summary: All style classes to be assigned to components without the style existing
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-31 14:50 UTC by brettbergquist
Modified: 2007-08-31 14:50 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 brettbergquist 2007-08-31 14:50:50 UTC
It should be possible to enter styles into the sytleClass, the columnClasses, rowClasses, etc. with the names of style
class that do not yet exist.  In fact, it would be real nice to be able to just type in style class names and while the
IDE can give the hint that the style class does not exist, it should still allow it.

While developing and application it is really a pain to realize that you need a style class, have to suspend work on the
page, open the style sheet up, add a new style class, go back to the IDE, chose the [...] find the style class in the
popup (and sometimes it does not show up unless you "Refresh" the page), and pick the style class.  

Why not just let the user type in the style class and maybe give a warning that the style class does not exist but allow
it to be entered anyways.