mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
PY-70771 PyCharm: add ProjectFromVersionControlAction to the Project Widget
GitOrigin-RevId: 9291cb77b450d6b79d088b343f34aa63e2b0a5b7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
405199581b
commit
5f2b765f31
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user