'com.intellij.modules.python' module included into Python plugin to allow writing plugins compatible with PyCharm and IDEA with Python plugin

This commit is contained in:
nik
2014-02-11 12:00:13 +04:00
parent e16e79f11c
commit e4b9feabea
3 changed files with 2 additions and 2 deletions
@@ -11,7 +11,6 @@
<depends optional="true" config-file="intellilang-xml-support.xml">com.intellij.modules.xml</depends>
<depends optional="true" config-file="intellilang-js-support.xml">JavaScript</depends>
<depends optional="true" config-file="intellilang-python-support.xml">com.intellij.modules.python</depends>
<depends optional="true" config-file="intellilang-python-support.xml">Pythonid</depends>
<extensionPoints>
<extensionPoint name="languageSupport" interface="org.intellij.plugins.intelliLang.inject.LanguageInjectionSupport"/>
-1
View File
@@ -24,7 +24,6 @@
</project-components>
<module value="com.intellij.modules.xml"/>
<module value="com.intellij.modules.python"/>
<extensions defaultExtensionNs="com.intellij">
<projectViewPane implementation="com.intellij.ide.projectView.impl.ProjectViewPane"/>
+2
View File
@@ -3,6 +3,8 @@
<resource-bundle>com.jetbrains.python.PyBundle</resource-bundle>
<module value="com.intellij.modules.python"/>
<extensions defaultExtensionNs="com.intellij">
<nameSuggestionProvider implementation="com.jetbrains.python.refactoring.PyNameSuggestionProvider"/>
<methodNavigationOffsetProvider implementation="com.jetbrains.python.codeInsight.PyMethodNavigationOffsetProvider"/>