summaryrefslogtreecommitdiffstats
path: root/help/C/gedit-plugins-pyconsole.page
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 17:42:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 17:42:51 +0000
commitba429d344132c088177e853cce8ff7181570b221 (patch)
tree87ebf15269b4301737abd1735baabba71be93622 /help/C/gedit-plugins-pyconsole.page
parentInitial commit. (diff)
downloadgedit-upstream.tar.xz
gedit-upstream.zip
Adding upstream version 44.2.upstream/44.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'help/C/gedit-plugins-pyconsole.page')
-rw-r--r--help/C/gedit-plugins-pyconsole.page24
1 files changed, 24 insertions, 0 deletions
diff --git a/help/C/gedit-plugins-pyconsole.page b/help/C/gedit-plugins-pyconsole.page
new file mode 100644
index 0000000..7291be9
--- /dev/null
+++ b/help/C/gedit-plugins-pyconsole.page
@@ -0,0 +1,24 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="gedit-plugins-pyconsole">
+
+<info>
+ <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
+ <desc>Add an interactive Python console to the bottom pane.</desc>
+</info>
+
+ <title>Python console</title>
+
+ <p>You can add a Python console to the bottom pane, allowing you to test
+ Python scripts without leaving <app>gedit</app>. To enable the Python
+ console, select <guiseq><gui style="menu">gedit</gui>
+ <gui style="menuitem">Preferences</gui><gui>Plugins</gui>
+ <gui>Python Console</gui></guiseq>.</p>
+
+ <p>Once the Python console is enabled, you can open it by selecting
+ <guiseq><gui>View</gui><gui>Bottom Panel</gui></guiseq>.</p>
+
+ <note style="tip"><p>If you have also enabled the <gui>Embeded Terminal</gui>
+ plugin, the <gui>Python Console</gui> will appear as a separate tab in the
+ bottom pane.</p></note>
+</page>