mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
41 lines
2.2 KiB
XML
41 lines
2.2 KiB
XML
<idea-plugin version="2">
|
|
<!-- Components and extensions declared in this file work ONLY in the Python plugin,
|
|
both Community and Professional versions. -->
|
|
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<moduleType id="PYTHON_MODULE" implementationClass="com.jetbrains.python.module.PythonModuleType"/>
|
|
<facetType implementation="com.jetbrains.python.facet.PythonFacetType"/>
|
|
<framework.detector implementation="com.jetbrains.python.facet.PythonFacetType$PythonFrameworkDetector"/>
|
|
<frameworkSupport implementation="com.jetbrains.python.facet.PythonFrameworkSupportProvider"/>
|
|
<projectStructureDetector implementation="com.jetbrains.python.module.PyProjectStructureDetector"/>
|
|
<moduleConfigurationEditorProvider implementation="com.jetbrains.python.module.PythonModuleConfigurationEditorProvider"/>
|
|
<applicationService serviceInterface="com.jetbrains.python.run.PyCommonOptionsFormFactory"
|
|
serviceImplementation="com.jetbrains.python.run.PyPluginCommonOptionsFormFactory"/>
|
|
<completion.contributor language="Python" implementationClass="com.jetbrains.python.psi.impl.PyConstructorArgumentCompletionContributor"/>
|
|
|
|
<!-- Console folding for Jython only, thus it's located in python-plugin only -->
|
|
<stacktrace.fold substring="*sys-package-mgr*:"/>
|
|
</extensions>
|
|
|
|
<application-components>
|
|
<component>
|
|
<implementation-class>com.jetbrains.python.facet.PythonSdkTableListener</implementation-class>
|
|
</component>
|
|
</application-components>
|
|
|
|
<module-components>
|
|
<component>
|
|
<implementation-class>com.jetbrains.python.facet.PythonFacetListener</implementation-class>
|
|
</component>
|
|
</module-components>
|
|
|
|
<actions>
|
|
<action id="PyManagePackages" class="com.jetbrains.python.packaging.PyManagePackagesAction" text="Manage Python Packages...">
|
|
<add-to-group group-id="ToolsMenu" anchor="last"/>
|
|
</action>
|
|
|
|
<action overrides="true" id="ForceStepInto" class="com.jetbrains.python.debugger.PyForceStepIntoAction" text="Fo_rce Step Into"
|
|
icon="AllIcons.Debugger.Actions.Force_step_into" description="Step into, ignore stepping filters for libraries, constructors, etc."/>
|
|
</actions>
|
|
|
|
</idea-plugin> |