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
2025-04-15 16:31:18 +04:00
parent 3d7a604160
commit 44c55b001c

View File

@@ -1745,7 +1745,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">
@@ -1757,9 +1757,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>