OPENIDE #159 Keymap contains toolbox

(cherry picked from commit 0aaed33ef1)
(cherry picked from commit 93409eaa45)
(cherry picked from commit 1b97b03de3)
(cherry picked from commit b9ffac4216)
(cherry picked from commit 558f0adee3)
This commit is contained in:
Nikita Iarychenko
2026-09-17 12:43:33 +04:00
parent 267177f9b5
commit 267c1c417b
@@ -1766,7 +1766,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">
@@ -1778,9 +1778,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>