mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-24 07:21:25 +07:00
39 lines
1.9 KiB
XML
39 lines
1.9 KiB
XML
<idea-plugin version="2" xmlns:xi="http://www.w3.org/2001/XInclude" url="https://confluence.jetbrains.com/display/PYH/">
|
|
<!-- Components and extensions declared in this file work ONLY in Python plugin, not in standalone PyCharm.
|
|
Anything related to Python/Java integration must go in this file. -->
|
|
|
|
<id>PythonCore</id>
|
|
<name>Python Community Edition</name>
|
|
<idea-version since-build="138.0" until-build="140.*"/>
|
|
|
|
<description><![CDATA[
|
|
The Python plug-in provides smart editing for Python scripts. The feature set of the plugin
|
|
corresponds to PyCharm IDE Community Edition.
|
|
<br>
|
|
<a href="http://blog.jetbrains.com/pycharm">PyCharm blog</a><br>
|
|
<a href="http://forum.jetbrains.com/forum/PyCharm">Discussion forum</a><br>
|
|
<a href="https://youtrack.jetbrains.com/issues/PY">Issue tracker</a><br>
|
|
]]></description>
|
|
|
|
<!-- <PyCharm version> <Build number> (<Beta>|<EAP>|<RC>)? -->
|
|
<version>@@PYCHARM_VERSION@@ @@BUILD_NUMBER@@ EAP</version>
|
|
<depends>com.intellij.modules.java</depends>
|
|
|
|
|
|
<vendor url="https://www.jetbrains.com/pycharm/">JetBrains</vendor>
|
|
<xi:include href="/META-INF/python-core.xml" xpointer="xpointer(/idea-plugin/*)"/>
|
|
<xi:include href="/META-INF/python-plugin-core.xml" xpointer="xpointer(/idea-plugin/*)"/>
|
|
|
|
<!-- Two different versions of this file exist: one is used when building from sources (when auxiliary
|
|
plugins are loaded as separate plugins) and another is used for the real release build (when auxiliary
|
|
plugins are packed inside the Python plugin jar) -->
|
|
<xi:include href="/META-INF/python-plugin-dependencies.xml" xpointer="xpointer(/idea-plugin/*)"/>
|
|
|
|
<application-components>
|
|
<component>
|
|
<interface-class>com.jetbrains.python.console.PythonConsoleRunnerFactory</interface-class>
|
|
<implementation-class>com.jetbrains.python.console.PydevConsoleRunnerFactory</implementation-class>
|
|
</component>
|
|
</application-components>
|
|
</idea-plugin>
|