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 33744 - Remove Startup folder from UI
Summary: Remove Startup folder from UI
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: RELNOTE
Depends on:
Blocks:
 
Reported: 2003-05-19 16:41 UTC by Jesse Glick
Modified: 2008-12-22 22:57 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Proposed patch, plus remove: core/src/org/netbeans/core/resources/startup.gif, core/src/org/netbeans/core/resources/startup32.gif, usersguide/javahelp/org/netbeans/modules/usersguide/run/startup.html (13.92 KB, patch)
2003-05-19 16:44 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2003-05-19 16:41:34 UTC
See nbui. Plan to remove the folder from the UI,
and deprecate its programmatic usage (which was
never really a great idea).
Comment 1 Jesse Glick 2003-05-19 16:44:59 UTC
Created attachment 10336 [details]
Proposed patch, plus remove: core/src/org/netbeans/core/resources/startup.gif, core/src/org/netbeans/core/resources/startup32.gif, usersguide/javahelp/org/netbeans/modules/usersguide/run/startup.html
Comment 2 Jesse Glick 2003-05-19 16:45:31 UTC
Note also removal of mention from usersguide - one page deleted.
Comment 3 Patrick Keegan 2003-05-19 20:51:54 UTC
removed the help topic (not of much use anyway), tip of the day, and
changed the layer file and map files. Will remove the help ID from the
map file once the node is removed from the code.
Comment 4 Jesse Glick 2003-05-20 22:22:01 UTC
committed   * Up-To-Date  1.8        
core/execution/src/org/netbeans/core/execution/Install.java
committed   * Up-To-Date  1.13       
core/ide/src/org/netbeans/core/ide/resources/layer.xml
committed   * Up-To-Date  1.363      
core/src/org/netbeans/core/Bundle.properties
removed     * Up-To-Date  1.4        
core/src/org/netbeans/core/resources/startup.gif
removed     * Up-To-Date  1.2        
core/src/org/netbeans/core/resources/startup32.gif
committed   * Up-To-Date  1.9        
core/src/org/netbeans/core/ui/UINodes.java
committed   * Up-To-Date  1.45       
core/ui/src/org/netbeans/core/ui/resources/layer.xml
committed   * Up-To-Date  1.89       
openide/api/doc/org/openide/modules/doc-files/api.html
committed   * Up-To-Date  1.147      
usersguide/javahelp/org/netbeans/modules/usersguide/Map.jhm
committed   * Up-To-Date  1.88       
usersguide/javahelp/org/netbeans/modules/usersguide/ide-idx.xml
committed   * Up-To-Date  1.108      
usersguide/javahelp/org/netbeans/modules/usersguide/ide-toc.xml
Comment 5 Patrick Keegan 2004-03-04 22:23:03 UTC
proposed relnote:
The Startup folder was removed from the Options window, so it is no
longer possible to specify classes that are run in the IDE at IDE startup.
Comment 6 Jesse Glick 2004-03-05 00:20:41 UTC
Sounds OK. (Technically you still can, but it's not supported or
exposed in the UI.)