Files
openide/python/pluginCore/resources/META-INF/plugin.xml
2024-03-07 22:34:34 +00:00

38 lines
1.6 KiB
XML

<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude" url="https://confluence.jetbrains.com/display/PYH/"
package="PythonCore">
<!--Python community support for Pycharm, DS and IC. Package is fake, plugin doesn't contain any classes directly-->
<id>PythonCore</id>
<name>Python Community Edition</name>
<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="https://blog.jetbrains.com/pycharm">PyCharm blog</a><br>
<a href="https://forum.jetbrains.com/forum/PyCharm">Discussion forum</a><br>
<a href="https://youtrack.jetbrains.com/issues/PY">Issue tracker</a><br>
]]></description>
<vendor url="https://www.jetbrains.com/pycharm/">JetBrains</vendor>
<dependencies>
<plugin id="com.intellij.modules.python-core-capable"/>
<plugin id="org.toml.lang"/><!-- intellij.python.community.imp doesn't work without it -->
</dependencies>
<!-- Declare that we support python -->
<module value="com.intellij.modules.python"/>
<!-- Python bundled modules for content -->
<xi:include href="/META-INF/python-v2-core-plugin-content-include.xml" xpointer="xpointer(/idea-plugin/*)"/>
<content>
<!--Mini-IDes support community python only-->
<module name="intellij.python.community.plugin.minor"/> <!-- Python for Mini-IDEs-->
<module name="intellij.python.community.plugin.minorRider"/> <!-- Python special support for Rider -->
<module name="intellij.python.community.communityOnly"/> <!-- Community-specific code-->
</content>
</idea-plugin>