mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[min-build] IJPL-35276 Fix intellij.java.ide.customization actions
GitOrigin-RevId: c79a06f795887ec12c5d807e76543b50b6314aef
This commit is contained in:
committed by
intellij-monorepo-bot
parent
961021f7d0
commit
1cacbb615b
@@ -61,11 +61,5 @@
|
||||
<action id="ConsoleView.FoldLinesLikeThis" class="com.intellij.execution.console.FoldLinesLikeThis">
|
||||
<add-to-group group-id="ConsoleEditorPopupMenu" anchor="after" relative-to-action="$SearchWeb"/>
|
||||
</action>
|
||||
|
||||
<action id="ExternalSystem.AttachProject"
|
||||
class="com.intellij.openapi.externalSystem.action.AttachExternalProjectAction">
|
||||
<add-to-group group-id="ExternalSystemView.ActionsToolbar.LeftPanel" anchor="after"
|
||||
relative-to-action="ExternalSystem.RefreshAllProjects"/>
|
||||
</action>
|
||||
</actions>
|
||||
</idea-plugin>
|
||||
@@ -2865,6 +2865,12 @@
|
||||
<action class="com.intellij.codeInsight.hints.ToggleExternalAnnotationsAction" id="ToggleExternalAnnotationsAction">
|
||||
<add-to-group group-id="InlayMenu" />
|
||||
</action>
|
||||
|
||||
<action id="ExternalSystem.AttachProject"
|
||||
class="com.intellij.openapi.externalSystem.action.AttachExternalProjectAction">
|
||||
<add-to-group group-id="ExternalSystemView.ActionsToolbar.LeftPanel" anchor="after"
|
||||
relative-to-action="ExternalSystem.RefreshAllProjects"/>
|
||||
</action>
|
||||
</actions>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
|
||||
Reference in New Issue
Block a user