mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
[git-stash] add "Show Git Stash" action to the main menu and keymap group
GitOrigin-RevId: 444aa1739ddafdcc2be5ce21d3c1001bd404d1f6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
28db0bb42f
commit
d47366358d
@@ -458,7 +458,10 @@
|
||||
<action id="Git.Stash.Apply" class="git4idea.stash.ui.GitApplyStashAction"/>
|
||||
<action id="Git.Stash.UnstashAs" class="git4idea.stash.ui.GitUnstashAsAction"/>
|
||||
<action id="Git.Stash.Drop" class="git4idea.stash.ui.GitDropStashAction" use-shortcut-of="$Delete"/>
|
||||
<action id="Git.Show.Stash" class="git4idea.stash.ui.GitShowStashToolWindowTabAction"/>
|
||||
<action id="Git.Show.Stash" class="git4idea.stash.ui.GitShowStashToolWindowTabAction">
|
||||
<add-to-group group-id="Vcs.Show.Toolwindow.Tab"/>
|
||||
<add-to-group group-id="Git.MainMenu.LocalChanges" relative-to-action="Vcs.Show.Shelf" anchor="after"/>
|
||||
</action>
|
||||
<action id="Git.Stash.Refresh" class="git4idea.stash.ui.GitRefreshStashesAction" icon="AllIcons.Actions.Refresh"/>
|
||||
|
||||
<group id="Git.Stash.Operations.ContextMenu" class="git4idea.stash.ui.GitStashOperationsGroup">
|
||||
|
||||
Reference in New Issue
Block a user