mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[PyCharm] PY-77597 Re-order the "New File or Directory" options #PY-77597 Fixed
* Move Python-specific file types up in the "NewGroup" actions group * Rename several actions so that their naming is aligned with the corresponding actions' names in IntelliJ platform GitOrigin-RevId: af828c30daa801c0ca52c1271be45279946e34f0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b07924624e
commit
e759b8e4d8
@@ -932,7 +932,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
|
||||
</action>
|
||||
|
||||
<action id="NewPythonFile" class="com.jetbrains.python.actions.CreatePythonFileAction">
|
||||
<add-to-group group-id="NewGroup" anchor="before" relative-to-action="NewWebDevelopment"/>
|
||||
<add-to-group group-id="NewGroup" anchor="before" relative-to-action="NewFile"/>
|
||||
</action>
|
||||
|
||||
<action id="NewPythonPackage" class="com.jetbrains.python.actions.CreatePackageAction"
|
||||
|
||||
Reference in New Issue
Block a user