/usr/share/help/sl/gedit/gedit-plugins-pyconsole.page is in gedit-common 3.22.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="gedit-plugins-pyconsole" xml:lang="sl">
<info>
<link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
<revision pkgversion="3.8" date="2013-02-24" status="review"/>
<credit type="author">
<name>Jim Campbell</name>
<email>jcampbell@gnome.org</email>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>Add an interactive Python console to the bottom pane.</desc>
</info>
<title>Konzola python</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 Pane</gui></guiseq>, or just press
<keyseq><key>Shift</key><key>F9</key></keyseq>.</p>
<note style="tip"><p>V primeru da imate omogočen tudi vstavek <gui>Vstavljen terminal</gui>, se bo <gui>Konzola Python</gui> pojavila kot ločen zavihek v spodnjem pladnju.</p></note>
</page>
|