mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-71036 diff: remove Copy/Find buttons from toolbar
They were disabled everywhere for at least few years. Nobody blames, so nobody needs,
This commit is contained in:
@@ -563,7 +563,6 @@
|
||||
</group>
|
||||
|
||||
<group id="DiffPanel.Toolbar">
|
||||
<reference ref="$Copy"/>
|
||||
<reference ref="PreviousDiff"/>
|
||||
<reference ref="NextDiff"/>
|
||||
<separator/>
|
||||
|
||||
@@ -389,12 +389,6 @@
|
||||
<add-to-group group-id="NavbarPopupMenu" anchor="after" relative-to-action="WeighingNewGroup"/>
|
||||
</action>
|
||||
|
||||
|
||||
<group id="DiffPanel.Toolbar.IDEA">
|
||||
<reference ref="Find"/>
|
||||
<add-to-group group-id="DiffPanel.Toolbar" anchor="after" relative-to-action="$Copy"/>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<group id="MarkSourceRootGroup" class="com.intellij.ide.projectView.actions.MarkSourceRootActionGroup"/>
|
||||
<action id="MarkExcludeRoot" class="com.intellij.ide.projectView.actions.MarkExcludeRootAction" icon="AllIcons.Modules.ExcludeRoot"/>
|
||||
|
||||
Reference in New Issue
Block a user