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 35121 - The variables and commands editors should not be modal.
Summary: The variables and commands editors should not be modal.
Status: RESOLVED INCOMPLETE
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords: UI, USABILITY
Depends on:
Blocks:
 
Reported: 2003-07-24 14:10 UTC by Martin Entlicher
Modified: 2011-09-19 22:45 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 Martin Entlicher 2003-07-24 14:10:25 UTC
If variables and commands editors would not be
modal, that will greatly improve the process of
profiles development.
(See also
http://www.netbeans.org/servlets/ReadMsg?msgId=554013&listName=nbdev).
Comment 1 _ tboudreau 2003-08-24 16:40:41 UTC
Technically this could be done by returning a Window/Dialog
instead of Component for the property editor (assuming this
uses property editors).  As former owner of the property
sheet, I strongly discourage doing this.

Perhaps some custom UI for profile development would be
a better choice.  Maybe include some UI for testing the
result on a real filesystem, or at least test running
commands and showing what the command-line text would be.