mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 05:21:29 +07:00
Python plugin should work for Go and DB IDEs (DBE-2849, GO-3320)
This commit is contained in:
@@ -21,6 +21,8 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
|
||||
<depends optional="true" config-file="python-community-plugin-java.xml">com.intellij.modules.java</depends>
|
||||
<depends optional="true" config-file="python-community-plugin-minor.xml">com.intellij.modules.clion</depends>
|
||||
<depends optional="true" config-file="python-plugin-rider.xml">com.intellij.modules.rider</depends>
|
||||
<depends optional="true" config-file="python-plugin-dbide.xml">com.intellij.modules.database</depends>
|
||||
<depends optional="true" config-file="python-plugin-go.xml">org.jetbrains.plugins.go</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
|
||||
|
||||
3
python/pluginResources/META-INF/python-plugin-dbide.xml
Normal file
3
python/pluginResources/META-INF/python-plugin-dbide.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude" url="https://confluence.jetbrains.com/display/PYH/">
|
||||
<xi:include href="/META-INF/python-community-plugin-minor.xml" xpointer="xpointer(/idea-plugin/*)"/>
|
||||
</idea-plugin>
|
||||
4
python/pluginResources/META-INF/python-plugin-go.xml
Normal file
4
python/pluginResources/META-INF/python-plugin-go.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude" url="https://confluence.jetbrains.com/display/PYH/">
|
||||
<xi:include href="/META-INF/python-community-plugin-minor.xml" xpointer="xpointer(/idea-plugin/*)"/>
|
||||
|
||||
</idea-plugin>
|
||||
Reference in New Issue
Block a user