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 31602 - Allow customization of the toolbar
Summary: Allow customization of the toolbar
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Tasklist (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: tasklist-issues@contrib
URL:
Keywords:
Depends on: 71418
Blocks:
  Show dependency tree
 
Reported: 2003-03-02 08:43 UTC by Tim Lebedkov
Modified: 2006-01-15 20:30 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 Tim Lebedkov 2003-03-02 08:43:23 UTC
(Tor)
It would be cool if the user tasklist toolbar was 
configurable.
I think that should be as simple as going to the layer 
files and
defining a new folder under the Toolbars directory on the 
system
file system - and then reading those folders when deciding 
to create
a toolbar for each window.

E.g.
  Toolbars
     User Tasks
         NewTaskAction.instance
         FilterAction.instance
     Suggestions
         FixAction.instance
         GoToSourceAction.instance
         FilterAction.instance

The advantage of this is that userrs can modify these 
folders
(using the Options window and drilling down to the 
Toolbars folder)
or I think it's also accessible in an explorer you can 
show by right
clicking on toolbars. -- And when you do this, the folder 
modifications
are persisted. So you can cut & paste an action from the 
Actions pool
and paste it into the toolbar, and it's there from now on.
Comment 1 Tim Lebedkov 2006-01-15 20:30:33 UTC
Created an issue against core that request such functionality.