mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Make Python plugin for IDEA compatible with CLion and Rider
(cherry picked from commit d238ce95813f05ba9744e6a124242f2c23d0ca69) (cherry picked from commit e4bdab382c0868715e05873bd14ee61f31865c29)
This commit is contained in:
@@ -16,13 +16,15 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
|
||||
]]></description>
|
||||
|
||||
<version>@@PYCHARM_VERSION@@</version>
|
||||
<depends>com.intellij.modules.java</depends>
|
||||
|
||||
|
||||
<vendor url="https://www.jetbrains.com/pycharm/">JetBrains</vendor>
|
||||
<xi:include href="/META-INF/python-core-plugin.xml" xpointer="xpointer(/idea-plugin/*)"/>
|
||||
<xi:include href="/META-INF/python-community-plugin-core.xml" xpointer="xpointer(/idea-plugin/*)"/>
|
||||
<xi:include href="/META-INF/python-community-plugin-java.xml" xpointer="xpointer(/idea-plugin/*)"/>
|
||||
|
||||
<depends optional="true" config-file="python-community-plugin-java.xml">com.intellij.modules.java</depends>
|
||||
<depends optional="true" config-file="python-plugin-minor-ide.xml">com.intellij.modules.clion</depends>
|
||||
<depends optional="true" config-file="python-plugin-minor-ide.xml">com.intellij.modules.rider</depends>
|
||||
|
||||
<!-- 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
|
||||
|
||||
Reference in New Issue
Block a user