mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 06:36:56 +07:00
OPENIDE #159 Keymap contains toolbox
This commit is contained in:
@@ -1614,7 +1614,7 @@
|
||||
<action id="CopyPathWithLineNumber" class="com.intellij.ide.actions.CopyFileWithLineNumberPathProvider"/>
|
||||
<action id="CopyContentRootPath" class="com.intellij.ide.actions.CopyContentRootPathProvider"/>
|
||||
<action id="CopySourceRootPath" class="com.intellij.ide.actions.CopySourceRootPathProvider"/>
|
||||
<action id="CopyTBXReference" class="com.intellij.ide.actions.CopyTBXReferenceProvider" icon="AllIcons.Nodes.Toolbox"/>
|
||||
<!--<action id="CopyTBXReference" class="com.intellij.ide.actions.CopyTBXReferenceProvider" icon="AllIcons.Nodes.Toolbox"/>-->
|
||||
|
||||
<group id="CopyReferencePopupGroup" class="com.intellij.ide.actions.CopyReferencePopup" popup="true">
|
||||
<group id="CopyFileReference">
|
||||
@@ -1626,9 +1626,9 @@
|
||||
<reference ref="CopySourceRootPath"/>
|
||||
</group>
|
||||
<separator/>
|
||||
<group id="CopyExternalReferenceGroup">
|
||||
<reference ref="CopyTBXReference"/>
|
||||
</group>
|
||||
<!--<group id="CopyExternalReferenceGroup">-->
|
||||
<!-- <reference ref="CopyTBXReference"/>-->
|
||||
<!--</group>-->
|
||||
<add-to-group group-id="CutCopyPasteGroup" anchor="after" relative-to-action="CopyPaths"/>
|
||||
<add-to-group group-id="EditorTabPopupMenu" anchor="after" relative-to-action="CopyPaths"/>
|
||||
</group>
|
||||
|
||||
Reference in New Issue
Block a user