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 File menu
GitOrigin-RevId: 74fd97cea99f5434d1db07d8fb6c8a9c2bd8e2d6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
944c0ef45a
commit
405199581b
@@ -32,6 +32,10 @@
|
||||
<add-to-group group-id="FileOpenGroup" anchor="after" relative-to-action="OpenFile"/>
|
||||
</action>
|
||||
|
||||
<action id="ProjectFromVersionControl" class="com.intellij.openapi.wm.impl.welcomeScreen.ProjectFromVersionControlAction">
|
||||
<add-to-group group-id="PlatformOpenProjectGroup" relative-to-action="NewProjectOrModuleGroup" anchor="after"/>
|
||||
</action>
|
||||
|
||||
<action id="RerunFailedTests" class="com.intellij.execution.testframework.actions.RerunFailedTestsAction"
|
||||
icon="AllIcons.RunConfigurations.RerunFailedTests"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user