Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
d4676ac8
Commit
d4676ac8
authored
7 years ago
by
Dmitry Trofimov
Browse files
Options
Download
Email Patches
Plain Diff
Python plugin should work for Go and DB IDEs (DBE-2849, GO-3320)
(cherry picked from commit
d05cbf7f
)
parent
186a269f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
python/pluginResources/META-INF/plugin.xml
+2
-0
python/pluginResources/META-INF/plugin.xml
python/pluginResources/META-INF/python-plugin-dbide.xml
+3
-0
python/pluginResources/META-INF/python-plugin-dbide.xml
python/pluginResources/META-INF/python-plugin-go.xml
+4
-0
python/pluginResources/META-INF/python-plugin-go.xml
with
9 additions
and
0 deletions
+9
-0
python/pluginResources/META-INF/plugin.xml
+
2
-
0
View file @
d4676ac8
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
python/pluginResources/META-INF/python-plugin-dbide.xml
0 → 100644
+
3
-
0
View file @
d4676ac8
<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>
This diff is collapsed.
Click to expand it.
python/pluginResources/META-INF/python-plugin-go.xml
0 → 100644
+
4
-
0
View file @
d4676ac8
<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>
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment