|
|
| Changed: |
< < |
This plugin was tested with IDEA #672 on Windows 2000.
|
> > |
This plugin was tested with IDEA #963 on Windows 2000.
|
| Added: |
> > |
- Updated plugin.xml for Aurora's Plugin Manager.
|
| Deleted: |
< < |
-- ChrisBartley - 05 Nov 2002
|
| Changed: |
< < |
%META:FIELD{name="IntelliJPluginName" title="IntelliJPluginName" value=""}%
%META:FIELD{name="IntelliJPluginVersion" title="IntelliJPluginVersion" value=""}%
%META:FIELD{name="IntelliJPluginVendor" title="IntelliJPluginVendor" value=""}%
|
> > |
%META:FIELD{name="IntelliJPluginName" title="IntelliJPluginName" value="ToolbarManager"}%
%META:FIELD{name="IntelliJPluginVersion" title="IntelliJPluginVersion" value="1.1.2"}%
%META:FIELD{name="IntelliJPluginVendor" title="IntelliJPluginVendor" value="Chris Bartley"}%
|
| Changed: |
< < |
%META:FIELD{name="TestedOnOS" title="TestedOnOS" value=""}%
%META:FIELD{name="ShouldRunOnOS" title="ShouldRunOnOS" value=""}%
|
> > |
%META:FIELD{name="TestedOnOS" title="TestedOnOS" value="OsWin2K"}%
%META:FIELD{name="ShouldRunOnOS" title="ShouldRunOnOS" value="AnyOS"}%
|
| Changed: |
< < |
%META:FILEATTACHMENT{name="ToolbarManager-1.1.1.zip" attr="" comment="v 1.1.1 (required if also using Workspaces 0.9)" date="1036541779" path="C:\z\ToolbarManager-1.1.1.zip" size="58001" user="ChrisBartley" version="1.1"}%
|
> > |
%META:FILEATTACHMENT{name="ToolbarManager-1.1.1.zip" attr="h" comment="v 1.1.1 (required if also using Workspaces 0.9)" date="1036541779" path="C:\z\ToolbarManager-1.1.1.zip" size="58001" user="ChrisBartley" version="1.1"}%
%META:FILEATTACHMENT{name="ToolbarManager-1.1.2.zip" attr="" comment="v 1.1.2 (required if also using Workspaces 0.9+)" date="1068258535" path="C:\data_bartley\projects\IDEAOpenAPI\project\openapi\ToolbarManager\ToolbarManager-1.1.2.zip" size="58419" user="ChrisBartley" version="1.1"}% |
|
|
| Changed: |
< < |
This plugin allows you to remove and rearrange the actions in IDEA's main toolbar. The toolbar management panel is located in IDE Settings.
|
> > |
This plugin allows you to manage the actions that appear in IDEA's main toolbar. The toolbar management panel is located in IDE Settings.
|
| Changed: |
< < |
This plugin was tested with IDEA #660 on Windows 2000.
|
> > |
This plugin was tested with IDEA #664 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!]
|
| Added: |
> > |
- 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
|
| Changed: |
< < |
-- ChrisBartley - 22 Oct 2002
|
> > |
-- ChrisBartley - 24 Oct 2002
|
| Added: |
> > |
%META:FILEATTACHMENT{name="ToolbarManager-1.1.zip" attr="" comment="v 1.1 (for IDEA 664)" date="1035481360" path="C:\z\ToolbarManager-1.1.zip" size="57410" user="ChrisBartley" version="1.1"}% |