This plugin allows you to manage the actions that appear in IDEA's main toolbar. The toolbar management panel is located in IDE Settings.
This plugin was tested with IDEA #963 on Windows 2000.
- Some actions (e.g. those provided by other plugins) that have been added to the toolbar are not visible in the toolbar when IDEA starts up, and can only be made visible by opening the Toolbar Manager and modifying the toolbar. (This is because those actions haven't been registered with the ActionManager when this plugin tries to retrieve them. I think adding a ProjectComponent that refreshes the toolbar when a project loads will solve this.)
- Provide a way to choose displayed icon
- Add other actions to the tree
- Consider adding a way to save various toolbars, and then choose the one you want from the main menu (e.g. maybe you'll have a Refactoring Toolbar, a Debugging Toolbar, etc.)
- [Add your requests here!]
- Updated plugin.xml for Aurora's Plugin Manager.
- Available actions now includes actions in the default toolbar, editor actions, and main menu
- Tree view of available actions
- Button to revert to default IDEA toolbar
- Selected actions pane is now initially populated with the actions in the default toolbar
- Actions without icons are given a default icon (a red "target", just because I'm not an artist and couldn't think of anything better). A future version will allow you to change the icon.
- Settings are now persisted in [CONFIG_HOME]/options/ToolbarManager.xml
|
|