[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:
Natalia.Murycheva
2025-03-04 17:00:31 +00:00
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"