mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[vcs-log] open repository version action should not reuse edit source action shortcut and icon
IDEA-180371
This commit is contained in:
@@ -85,9 +85,8 @@
|
||||
text="Match Case"/>
|
||||
<action class="com.intellij.vcs.log.ui.actions.ShowOtherBranchesAction" id="Vcs.Log.ShowOtherBranches"/>
|
||||
<action class="com.intellij.vcs.log.ui.actions.history.OpenRepositoryVersionFromHistoryAction" id="Vcs.Log.OpenRepositoryVersion"
|
||||
use-shortcut-of="EditSource"
|
||||
text="Open Repository Version" description="Open editor with selected revision of the file"
|
||||
icon="AllIcons.Actions.EditSource"/>
|
||||
use-shortcut-of="Vcs.OpenRepositoryVersion"
|
||||
text="Open Repository Version" description="Open editor with selected revision of the file"/>
|
||||
<action class="com.intellij.vcs.log.ui.actions.history.GetVersionFromHistoryAction" id="Vcs.Log.GetVersion"
|
||||
use-shortcut-of="Vcs.GetVersion"
|
||||
text="Get" description="Get version from repository" icon="AllIcons.Actions.Get"/>
|
||||
|
||||
Reference in New Issue
Block a user