reconfigure navbar toolbar actions

(cherry picked from commit 1f68d01d59959cbdc08a5eae37801eb1cfc1f7b4)
This commit is contained in:
Konstantin Bulenkov
2013-11-28 17:38:51 +01:00
parent 76889ca18e
commit 05a93b52bc
5 changed files with 18 additions and 2 deletions
@@ -353,10 +353,14 @@
<add-to-group group-id="MainToolBar" relative-to-action="Forward" anchor="after"/>
</group>
<group id="NavBarToolBarOthers"/>
<group id="NavBarToolBar">
<reference ref="ToolbarRunGroup"/>
<separator/>
<reference ref="MainToolBarSettings"/>
<reference ref="NavBarVcsGroup"/>
<separator/>
<reference id="NavBarToolBarOthers"/>
<separator/>
</group>
<group id="Bookmarks">
@@ -444,6 +444,8 @@
<reference ref="HelpTopics"/>
</group>
<group id="NavBarVcsGroup"/>
<group id="EditorPopupMenu" configurable="true">
<reference ref="$Cut"/>
<reference ref="$Copy"/>
@@ -232,6 +232,15 @@
<add-to-group group-id="MainToolBarSettings" relative-to-action="ShowSettings" anchor="before"/>
</group>
<group id="VcsNavBarToobarActions">
<reference ref="Vcs.UpdateProject"/>
<reference ref="CheckinProject"/>
<reference ref="Vcs.ShowTabbedFileHistory"/>
<reference ref="ChangesView.Rollback"/>
<separator/>
<add-to-group group-id="NavBarVcsGroup" anchor="first"/>
</group>
<!-- Window -->
<action id="CloseAllUnmodifiedEditors" class="com.intellij.ide.actions.CloseAllUnmodifiedEditorsAction">
<add-to-group group-id="CloseEditorsGroup" anchor="before" relative-to-action="CloseAllUnpinnedEditors"/>
@@ -72,7 +72,7 @@
<keyboard-shortcut keymap="$default" first-keystroke="alt shift T"/>
</action>
<add-to-group group-id="MainToolBar" anchor="last"/>
<add-to-group group-id="NavBarToolBar" anchor="last"/>
<add-to-group group-id="NavBarToolBarOthers" anchor="last"/>
</group>
<!--
+1
View File
@@ -1495,6 +1495,7 @@
icon="AllIcons.General.ProjectStructure">
<add-to-group group-id="FileMainSettingsGroup" anchor="after" relative-to-action="ShowSettings"/>
<add-to-group group-id="MainToolBarSettings" anchor="after" relative-to-action="ShowSettings"/>
<add-to-group group-id="NavBarToolBar" anchor="last"/>
</action>
<action id="TemplateProjectStructure" class="com.intellij.ide.actions.TemplateProjectStructureAction">
<add-to-group group-id="FileSettingsGroup" anchor="last"/>