CPP-434 Usage scale description was added to configuration XMLs; in CLion plugin...
authorAlexey Utkin <alexey.utkin@jetbrains.com>
Fri, 25 Dec 2015 12:49:50 +0000 (15:49 +0300)
committerAlexey Utkin <alexey.utkin@jetbrains.com>
Fri, 25 Dec 2015 12:49:50 +0000 (15:49 +0300)
python/python-configure/resources/META-INF/python-configure-core.xml
python/python-configure/resources/META-INF/python-configure.xml
python/src/META-INF/python-core-buildout.xml
python/src/META-INF/python-core-ide.xml
python/src/META-INF/python-core-plugin.xml

index 8fb02ef8c1dd0a17416ad3962e1027a7b56f49f8..fcf209f60c7ab6c041c6895d635093482ac2f166 100644 (file)
@@ -1,4 +1,9 @@
-<idea-plugin version="2" xmlns:xi="http://www.w3.org/2001/XInclude" url="https://confluence.jetbrains.com/display/PYH/">
+<idea-plugin version="2" url="https://confluence.jetbrains.com/display/PYH/">
+  <!-- Components and extensions declared in this file work ONLY in PyCharm, not in Python plugin.
+       Both Community and Professional editions. -->
+
+  <!-- Components and extensions declared in this file work in CLion Python Plugin to configure Python toolchain -->
+
   <extensions defaultExtensionNs="com.intellij">
     <projectService serviceInterface="com.jetbrains.python.configuration.PyConfigurableInterpreterList"
                     serviceImplementation="com.jetbrains.python.configuration.PyConfigurableInterpreterList"/>
index e05d804843ab649bd63720d363e06d7a37c2c5e7..9467c46e181e9709c85c91e4d3bde04e6d32c0cb 100644 (file)
@@ -1,4 +1,7 @@
 <idea-plugin version="2" xmlns:xi="http://www.w3.org/2001/XInclude" url="https://confluence.jetbrains.com/display/PYH/">
+  <!-- Components and extensions declared in this file work ONLY in PyCharm, not in Python plugin.
+       Both Community and Professional editions. -->
+
   <xi:include href="/META-INF/python-configure-core.xml" xpointer="xpointer(/idea-plugin/*)"/>
   <extensions defaultExtensionNs="com.intellij">
     <projectConfigurable groupId="project"
index 0a87e9b65c5960e3ec19ba38626edb71822dc1e8..77395466c21e3329afdc96f71675f3e36488a2c6 100644 (file)
@@ -1,4 +1,7 @@
 <idea-plugin version="2">
+  <!-- Components and extensions declared in this file work both in PyCharm and Python plugin (but not in CLion).
+       Both Community and Professional editions. -->
+
   <extensions defaultExtensionNs="com.intellij">
     <!-- Buildout -->
     <facetType implementation="com.jetbrains.python.buildout.BuildoutFacetType"/>
index 7d11d7ab6531985b2dc0fcd945327e2db7aac467..e8f0574a9658e2f819c6d2dd76b9993c05fdacb5 100644 (file)
@@ -1,4 +1,7 @@
 <idea-plugin version="2" xmlns:xi="http://www.w3.org/2001/XInclude">
+  <!-- Components and extensions declared in this file work ONLY in PyCharm, not in Python plugin.
+       Both Community and Professional editions. -->
+
   <xi:include href="/META-INF/python-core-plugin.xml" xpointer="xpointer(/idea-plugin/*)"/>
   <extensions defaultExtensionNs="com.intellij">
     <projectService serviceInterface="com.intellij.psi.search.ProjectScopeBuilder"
index ebac43f7f238a000457fcad5fcf22bff7fe2ba8b..0122494064080702c8dcbfd51e2d260a0146312c 100644 (file)
@@ -1,4 +1,7 @@
 <idea-plugin version="2" xmlns:xi="http://www.w3.org/2001/XInclude">
+  <!-- Components and extensions declared in this file work both in PyCharm and Python plugin.
+       Both Community and Professional editions. -->
+
   <!-- python-core-common.xml need to be the first for resource-bundle definition -->
   <xi:include href="/META-INF/python-core-common.xml" xpointer="xpointer(/idea-plugin/*)"/>
   <xi:include href="/META-INF/python-core-buildout.xml" xpointer="xpointer(/idea-plugin/*)"/>