mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-13 06:07:04 +07:00
Merge-request: IJ-MR-166082 Merged-by: Egor Eliseev <Egor.Eliseev@jetbrains.com> (cherry picked from commit 447218b7df368ac1c8da7ca3b2d096ccceb93f69) GitOrigin-RevId: b0c146a9eebe689c974ab7bbeec1b80507e54652
74 lines
3.7 KiB
XML
74 lines
3.7 KiB
XML
<!--suppress PluginXmlRegistrationCheck -->
|
|
<idea-plugin url="https://www.jetbrains.com/pycharm/" allow-bundled-update="true">
|
|
<!--Python community support for Pycharm, DS and IC.-->
|
|
<!--Include core Python functionality-->
|
|
|
|
|
|
<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>
|
|
|
|
<!-- Declare that we support core Python functionality -->
|
|
<module value="com.intellij.modules.python"/>
|
|
|
|
<dependencies>
|
|
<plugin id="com.intellij.modules.lang"/>
|
|
<plugin id="com.intellij.modules.python-core-capable"/>
|
|
<module name="intellij.json.backend"/>
|
|
<plugin id="org.toml.lang"/>
|
|
<module name="intellij.libraries.kotlinx.io"/>
|
|
</dependencies>
|
|
|
|
<content>
|
|
<module name="intellij.python.parser" loading="embedded"/>
|
|
<module name="intellij.python.ast" loading="embedded"/>
|
|
<module name="intellij.python.syntax.core" loading="embedded"/>
|
|
<module name="intellij.python.syntax" loading="embedded"/>
|
|
<module name="intellij.python.psi" loading="embedded"/>
|
|
<module name="intellij.python.psi.impl" loading="embedded"/>
|
|
<module name="intellij.python.sdk" loading="embedded"/>
|
|
<module name="intellij.python.pyproject" loading="embedded"/>
|
|
<module name="intellij.python.community.impl.poetry" loading="embedded"/>
|
|
<module name="intellij.python.community.core.impl" loading="embedded"/>
|
|
<module name="intellij.python.community.helpersLocator" loading="embedded"/>
|
|
<module name="intellij.python.community" loading="embedded"/>
|
|
<module name="intellij.python.community.impl" loading="embedded"/>
|
|
<module name="intellij.python.community.execService" loading="embedded"/>
|
|
<module name="intellij.python.community.execService.python" loading="embedded"/>
|
|
<module name="intellij.python.community.impl.installer" loading="embedded"/>
|
|
<module name="intellij.python.pydev" loading="embedded"/>
|
|
<module name="intellij.python.community.impl.venv" loading="embedded"/>
|
|
<module name="intellij.python.hatch" loading="embedded"/>
|
|
<module name="intellij.python.community.services.shared" loading="embedded"/>
|
|
<module name="intellij.python.community.services.internal.impl" loading="embedded"/>
|
|
<module name="intellij.python.community.services.systemPython" loading="embedded"/>
|
|
|
|
<!--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.commandInterface"/> <!-- used by Django in Prof, by some plugins in community -->
|
|
<module name="intellij.python.community.impl.huggingFace"/>
|
|
<module name="intellij.python.community.plugin.impl"/><!--Python for any IDE except PyCharm -->
|
|
<module name="intellij.python.community.plugin.java"/><!-- Python for Java IDE -->
|
|
<module name="intellij.python.copyright"/>
|
|
<module name="intellij.python.featuresTrainer"/>
|
|
<module name="intellij.python.grazie"/>
|
|
<module name="intellij.python.langInjection"/>
|
|
<module name="intellij.python.markdown"/>
|
|
<module name="intellij.python.ml.features"/>
|
|
<module name="intellij.python.terminal"/>
|
|
|
|
</content>
|
|
</idea-plugin>
|