summaryrefslogtreecommitdiff
path: root/python/src/META-INF/python-core.xml
diff options
context:
space:
mode:
Diffstat (limited to 'python/src/META-INF/python-core.xml')
-rw-r--r--python/src/META-INF/python-core.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/python/src/META-INF/python-core.xml b/python/src/META-INF/python-core.xml
index 88280cc2cf10..a27eb44ae3af 100644
--- a/python/src/META-INF/python-core.xml
+++ b/python/src/META-INF/python-core.xml
@@ -528,6 +528,12 @@
<!-- Packaging -->
<moduleService serviceInterface="com.jetbrains.python.packaging.PyPackageRequirementsSettings"
serviceImplementation="com.jetbrains.python.packaging.PyPackageRequirementsSettings"/>
+
+ <!-- Console -->
+ <toolWindow id="Python Console" anchor="bottom" icon=""
+ factoryClass="com.jetbrains.python.console.PythonConsoleToolWindowFactory" secondary="false"/>
+
+
</extensions>
<extensionPoints>
@@ -615,6 +621,12 @@
</component>
</project-components>
+ <project-components>
+ <component>
+ <implementation-class>com.jetbrains.python.console.PythonConsoleToolWindow</implementation-class>
+ </component>
+ </project-components>
+
<actions>
<group id="PyTypeHierarchyPopupMenu">
<reference ref="TypeHierarchyBase.BaseOnThisType"/>