Files
openide/python/pluginCore/resources/META-INF/plugin.xml
Vladimir Krivosheev 4d288109b4 IJPL-149476 PythonPsi.xml expected in the main plugin
GitOrigin-RevId: 7f532cc471c7b7b0253cbde9f73fa1db45738ddf
2024-05-15 21:10:53 +00:00

39 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"/>
<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-->
<module name="intellij.python.community.deprecated.extensions"/><!-- backward comp -->
</content>
</idea-plugin>