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 65096

Summary: [50cat] New Toolbar Customize
Product: platform Reporter: lordy <lordy>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: blocker CC: olangr
Priority: P3 Keywords: UI
Version: 5.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: new toolbar customizer
Mac OS X Preview toolbar customizer
current toolbar customizer of NetBeans
patch of core/windows/src/org/netbeans/core/windows/view/ui/toolbars/ConfigureToolbarPanel.form
patch of core/windows/src/org/netbeans/core/windows/view/ui/toolbars/ConfigureToolbarPanel.java
new Files for core/windows/src/org/netbeans/core/windows/view/ui/toolbars/
the result of partially applied patch

Description lordy 2005-09-25 22:12:26 UTC
[ BUILD # : 200509221800 ]
[ JDK VERSION : 1.5.0_02 ]

Here a patch to get a nice appearance of the Toolbar Customize. It 
lean on the Toolbar Customize of Mac OS X.

It also add a image of the toolbar icon to the mouse when drag and 
drop. (Can't make a screenshot, so try it yourself)
Comment 1 lordy 2005-09-25 22:14:19 UTC
Created attachment 25153 [details]
new toolbar customizer
Comment 2 lordy 2005-09-25 22:15:51 UTC
Created attachment 25154 [details]
Mac OS X  Preview toolbar customizer
Comment 3 lordy 2005-09-25 22:16:52 UTC
Created attachment 25155 [details]
current toolbar customizer of NetBeans
Comment 4 lordy 2005-09-25 22:19:38 UTC
Created attachment 25156 [details]
patch of core/windows/src/org/netbeans/core/windows/view/ui/toolbars/ConfigureToolbarPanel.form
Comment 5 lordy 2005-09-25 22:26:30 UTC
Created attachment 25157 [details]
patch of core/windows/src/org/netbeans/core/windows/view/ui/toolbars/ConfigureToolbarPanel.java
Comment 6 lordy 2005-09-25 22:31:00 UTC
Created attachment 25158 [details]
new Files for core/windows/src/org/netbeans/core/windows/view/ui/toolbars/
Comment 7 Marian Mirilovic 2005-09-26 07:34:41 UTC
Standa, please look at this. I am not sure we can do that for NB 5.0 ;(
Comment 8 Stanislav Aubrecht 2008-11-11 14:27:01 UTC
lordy, i tried the proposed changes to toolbar customizer and found a couple of problems:
- your customizer has only two-level hierarchy while the actions in netbeans (and platform applications) is a generic tree
- it doesn't look nice when some actions have very long labels (see attached screenshot)
- the tree-based customizer in current version of netbeans allows some sort of 'searching' by pressing the first key of
action name

but i'll leave it up to out HIE team to decide whether they want a new toolbar customizer
Comment 9 Stanislav Aubrecht 2008-11-11 14:28:26 UTC
Created attachment 73630 [details]
the result of partially applied patch