Run Django console in Django projects by default. Remove Tools | Run Django console action.

This commit is contained in:
Dmitry Trofimov
2014-08-11 19:23:17 +02:00
parent 4150a6f0c5
commit e4717b9ab9
13 changed files with 225 additions and 150 deletions

View File

@@ -22,4 +22,11 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
<vendor url="http://www.jetbrains.com/pycharm/" logo="/com/jetbrains/python/python.png">JetBrains</vendor>
<xi:include href="/META-INF/python-core.xml" xpointer="xpointer(/idea-plugin/*)"/>
<xi:include href="/META-INF/python-plugin-core.xml" xpointer="xpointer(/idea-plugin/*)"/>
<application-components>
<component>
<interface-class>com.jetbrains.python.console.PythonConsoleRunnerFactory</interface-class>
<implementation-class>com.jetbrains.python.console.PydevConsoleRunnerFactory</implementation-class>
</component>
</application-components>
</idea-plugin>