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 5610 - Under Global Settings | {Toolbar,Menu}, folders should have new types for separators.
Summary: Under Global Settings | {Toolbar,Menu}, folders should have new types for sep...
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-02-02 22:16 UTC by Jesse Glick
Modified: 2008-12-22 17:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2000-02-02 22:16:44 UTC
I.e. folders under Menu already have New Menu as an available new type, as they should.


But menu folders should also have New Separator to add a JSeparator instance, rather than require the user to find one and then use copy and paste.

Similarly toolbar folders should have New Separator to add a JToolbar.Separator.
Comment 1 David Simonek 2000-07-12 14:31:59 UTC
*** Bug 5631 has been marked as a duplicate of this bug. ***
Comment 2 Jan Zajicek 2001-01-23 09:26:59 UTC
Automated change of version from Other to Dev.
Comment 3 mslama 2001-02-26 17:36:49 UTC
Fixed: Added support for adding separators to menu and toolbar through popup
menu. Problem is that there is no icon for JToolBar$Separator. We currently use
icon of JSeparator because it is better than default. I will request new icon
for JToolBar$Separator.

Changes made in:
org.openide.loaders -- InstanceDataObject.java
org.openide.awt     -- Toolbar.java
org.netbeans.core   -- ToolbarFolderNode.java
org.netbeans.core   -- MenuFolderNode.java
org.netbeans.core   -- Bundle.properties
Comment 4 Marian Mirilovic 2002-05-27 13:28:32 UTC
verified in [orion](rc5)
Comment 5 Quality Engineering 2003-07-01 16:17:15 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.