In PyCharm IDE Python console should be shown in a dedicated toolwindow (PY-18302)

This commit is contained in:
Dmitry Trofimov
2016-02-09 00:20:24 +01:00
parent ed129e644d
commit 00896cfdc4
3 changed files with 12 additions and 4 deletions
@@ -12,5 +12,12 @@
<add-to-group group-id="ToolsMenu" anchor="last"/>
</action>
</actions>
<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>