From 9c8182d9293d41c2c9b7acb78d5a94ce6b6870f8 Mon Sep 17 00:00:00 2001 From: Dmitry Trofimov Date: Thu, 17 Nov 2016 19:07:48 +0100 Subject: [PATCH] Make Python plugin for IDEA compatible with CLion and Rider (cherry picked from commit d238ce95813f05ba9744e6a124242f2c23d0ca69) (cherry picked from commit e4bdab382c0868715e05873bd14ee61f31865c29) --- python/pluginResources/META-INF/plugin.xml | 6 ++++-- .../META-INF/python-plugin-minor-ide.xml | 10 ++++++++++ python/python-community-plugin.iml | 18 ++++++++++++++++++ 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 python/pluginResources/META-INF/python-plugin-minor-ide.xml create mode 100644 python/python-community-plugin.iml diff --git a/python/pluginResources/META-INF/plugin.xml b/python/pluginResources/META-INF/plugin.xml index 41e58fe864ed..c1dfd919b7ae 100644 --- a/python/pluginResources/META-INF/plugin.xml +++ b/python/pluginResources/META-INF/plugin.xml @@ -16,13 +16,15 @@ The Python plug-in provides smart editing for Python scripts. The feature set of ]]> @@PYCHARM_VERSION@@ - com.intellij.modules.java JetBrains - + + com.intellij.modules.java + com.intellij.modules.clion + com.intellij.modules.rider