PY-70771 PyCharm: add ProjectFromVersionControlAction to the Project Widget

GitOrigin-RevId: 9291cb77b450d6b79d088b343f34aa63e2b0a5b7
This commit is contained in:
Aleksandr Krasilnikov
2024-02-20 19:11:26 +01:00
committed by intellij-monorepo-bot
parent 405199581b
commit 5f2b765f31

View File

@@ -23,8 +23,8 @@
<actions>
<group id="PlatformOpenProjectGroup">
<reference ref="NewProjectOrModuleGroup"/>
<action id="NewElement" class="com.intellij.ide.actions.NewElementAction" />
<reference ref="NewScratchFile" />
<action id="NewElement" class="com.intellij.ide.actions.NewElementAction"/>
<reference ref="NewScratchFile"/>
<add-to-group group-id="FileOpenGroup" anchor="first"/>
</group>
@@ -34,6 +34,8 @@
<action id="ProjectFromVersionControl" class="com.intellij.openapi.wm.impl.welcomeScreen.ProjectFromVersionControlAction">
<add-to-group group-id="PlatformOpenProjectGroup" relative-to-action="NewProjectOrModuleGroup" anchor="after"/>
<override-text place="ProjectWidgetPopup"/>
<add-to-group group-id="ProjectWidget.Actions" anchor="after" relative-to-action="OpenFile"/>
</action>
<action id="RerunFailedTests" class="com.intellij.execution.testframework.actions.RerunFailedTestsAction"