[gedit-plugins] help: Remove references to non-existing main menu in 3.34
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-plugins] help: Remove references to non-existing main menu in 3.34
- Date: Sun, 9 Feb 2020 16:21:53 +0000 (UTC)
commit 9310bfee4023c5f13df977785d4824f9628e5ad1
Author: Andre Klapper <a9016009 gmx de>
Date: Sun Feb 9 17:17:12 2020 +0100
help: Remove references to non-existing main menu in 3.34
Also update instructions when applicable, use consistent style to
decrease translator work, and fix some incorrect markup.
help/C/bookmarks.page | 15 ++++++++++++---
help/C/bracket-comp.page | 16 +++++++++++++---
help/C/character-map.page | 23 +++++++++++++++++------
help/C/code-comment.page | 28 +++++++++++++++++++---------
help/C/color-picker.page | 35 +++++++++++++++++++++--------------
help/C/commander.page | 18 ++++++++++++++----
help/C/draw-spaces.page | 28 +++++++++++++++++++---------
help/C/git.page | 15 ++++++++++++---
help/C/join-split-lines.page | 17 +++++++++++++----
help/C/multi-edit.page | 27 ++++++++++++++++++++-------
help/C/session-saver.page | 33 +++++++++++++++++----------------
help/C/terminal.page | 10 ++++++----
help/C/text-size.page | 10 +++++-----
help/C/translate.page | 13 ++++++-------
help/C/word-completion.page | 8 +++++---
15 files changed, 199 insertions(+), 97 deletions(-)
---
diff --git a/help/C/bookmarks.page b/help/C/bookmarks.page
index 93a9557..4f13811 100644
--- a/help/C/bookmarks.page
+++ b/help/C/bookmarks.page
@@ -7,6 +7,7 @@
<link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
<revision version="3.4" date="2013-02-24" status="review"/>
<revision version="3.14" date="2014-09-10" status="review"/>
+ <revision pkgversion="3.34" date="2020-02-09" status="review"/>
<credit type="author">
<name>Jim Campbell</name>
@@ -28,9 +29,17 @@
move up or down between bookmarks, making document navigation a bit
faster.</p>
- <p>To enable the bookmark plugin, select <guiseq><gui style="menu">gedit</gui>
- <gui style="menuitem">Preferences</gui><gui>Plugins</gui>
- <gui>Bookmarks</gui></guiseq>.</p>
+ <steps>
+ <title>To enable the plugin:</title>
+ <item>
+ <p>Press the menu button in the top-right corner of the window and select
+ <guiseq><gui style="menuitem">Preferences</gui>
+ <gui style="tab">Plugins</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>Select <gui style="menuitem">Bookmarks</gui> to enable the plugin.</p>
+ </item>
+ </steps>
<steps>
<title>Bookmarks are inserted and removed by completing the same action. To
diff --git a/help/C/bracket-comp.page b/help/C/bracket-comp.page
index 4886df7..7a718e5 100644
--- a/help/C/bracket-comp.page
+++ b/help/C/bracket-comp.page
@@ -6,6 +6,7 @@
<info>
<link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
<revision pkgversion="3.8" date="2013-02-24" status="review"/>
+ <revision pkgversion="3.34" date="2020-02-09" status="review"/>
<credit type="author">
<name>Jim Campbell</name>
@@ -20,9 +21,18 @@
<p>The <app>Bracket Completion</app> plugin will auto-complete closing
brackets for curly braces, parentheses and square brackets.</p>
- <p>To enable the plugin, select <guiseq><gui style="menu">gedit</gui>
- <gui style="menuitem">Preferences</gui><gui>Plugins</gui>
- <gui>Bracket Completion</gui></guiseq>.</p>
+ <steps>
+ <title>To enable the plugin:</title>
+ <item>
+ <p>Press the menu button in the top-right corner of the window and select
+ <guiseq><gui style="menuitem">Preferences</gui>
+ <gui style="tab">Plugins</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>Select <gui style="menuitem">Bracket Completion</gui> to enable the
+ plugin.</p>
+ </item>
+ </steps>
<note>
<p>This plugin does not automatically insert closing HTML or XML tags.</p>
diff --git a/help/C/character-map.page b/help/C/character-map.page
index 0c52d8a..654c24a 100644
--- a/help/C/character-map.page
+++ b/help/C/character-map.page
@@ -6,6 +6,7 @@
<info>
<link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
<revision version="0.2" date="2013-02-24" status="review"/>
+ <revision pkgversion="3.34" date="2020-02-09" status="review"/>
<credit type="author">
<name>Jim Campbell</name>
@@ -29,11 +30,20 @@
</comment>
<p>The <app>Character Map</app> plugin enables you to insert characters into
- your document that you may not be able to type easily using your keyboard. To
- enable this plugin, select <guiseq><gui style="menu">gedit</gui>
- <gui style="menuitem">Preferences</gui><gui>Plugins</gui>
- <gui>Character Map</gui></guiseq>.</p>
-
+ your document that you may not be able to type easily using your keyboard.</p>
+
+ <steps>
+ <title>To enable the plugin:</title>
+ <item>
+ <p>Press the menu button in the top-right corner of the window and select
+ <guiseq><gui style="menuitem">Preferences</gui>
+ <gui style="tab">Plugins</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>Select <gui style="menuitem">Character Map</gui> to enable the plugin.</p>
+ </item>
+ </steps>
+
<section id="using-character-map">
<title>Using Character Map</title>
@@ -47,7 +57,8 @@
your special character.</p>
</item>
<item>
- <p>Open the side panel by selecting <guiseq><gui>View</gui>
+ <p>Open the side panel by pressing the menu button in the top-right corner
+ of the window and selecting <guiseq><gui>View</gui>
<gui>Side Panel</gui></guiseq>, or by pressing <key>F9</key>.</p>
</item>
<item>
diff --git a/help/C/code-comment.page b/help/C/code-comment.page
index 992ce4f..cd6b9dd 100644
--- a/help/C/code-comment.page
+++ b/help/C/code-comment.page
@@ -6,6 +6,7 @@
<info>
<link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
<revision version="3.4" date="2013-02-24" status="review"/>
+ <revision pkgversion="3.34" date="2020-02-09" status="review"/>
<credit type="author">
<name>Jim Campbell</name>
@@ -23,9 +24,19 @@
characters.</p>
<p>The <app>code comment</app> plugin makes it easier to quickly create or
- remove code comments. To enable the code comment plugin, select
- <guiseq><gui style="menu">gedit</gui><gui style="menuitem">Preferences</gui>
- <gui>Plugins</gui><gui>Code comment</gui></guiseq>.</p>
+ remove code comments.</p>
+
+ <steps>
+ <title>To enable the plugin:</title>
+ <item>
+ <p>Press the menu button in the top-right corner of the window and select
+ <guiseq><gui style="menuitem">Preferences</gui>
+ <gui style="tab">Plugins</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>Select <gui style="menuitem">Code comment</gui> to enable the plugin.</p>
+ </item>
+ </steps>
<steps>
<title>To create or remove a comment:</title>
@@ -34,14 +45,13 @@
comment.</p>
</item>
<item>
- <p>To add a comment, click <guiseq><gui style="menu">gedit</gui>
- <gui>Comment Code</gui></guiseq>, or press <keyseq><key>Ctrl</key>
- <key>M</key></keyseq>.</p>
+ <p>To add a comment, right click and select <gui style="menuitem">Comment
+ Code</gui>, or press <keyseq><key>Ctrl</key><key>M</key></keyseq>.</p>
</item>
<item>
- <p>To remove a comment, click <guiseq><gui style="menu">gedit</gui>
- <gui>Uncomment Code</gui></guiseq>, or press <keyseq><key>Shift</key>
- <key>Ctrl</key><key>M</key></keyseq>.</p>
+ <p>To remove a comment, right click and select
+ <gui style="menuitem">Uncomment Code</gui>, or press
+ <keyseq><key>Shift</key> <key>Ctrl</key><key>M</key></keyseq>.</p>
</item>
</steps>
diff --git a/help/C/color-picker.page b/help/C/color-picker.page
index 3573c91..7295bfa 100644
--- a/help/C/color-picker.page
+++ b/help/C/color-picker.page
@@ -6,6 +6,7 @@
<info>
<link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
<revision version="3.4" date="2013-02-24" status="review"/>
+ <revision pkgversion="3.34" date="2020-02-09" status="review"/>
<credit type="author">
<name>Jim Campbell</name>
@@ -20,11 +21,19 @@
<p>The <app>Color Picker</app> plugin helps you to insert the character codes
that represent a certain color. This can make it easier to choose and use the
correct color in your programs.</p>
-
- <p>To enable the color picker plugin, select
- <guiseq><gui style="menu">gedit</gui><gui style="menuitem">Preferences</gui>
- <gui>Plugins</gui><gui>Color Picker</gui></guiseq>.</p>
-
+
+ <steps>
+ <title>To enable the plugin:</title>
+ <item>
+ <p>Press the menu button in the top-right corner of the window and select
+ <guiseq><gui style="menuitem">Preferences</gui>
+ <gui style="tab">Plugins</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>Select <gui style="menuitem">Color Picker</gui> to enable the plugin.</p>
+ </item>
+ </steps>
+
<steps>
<title>To open and use the color picker:</title>
<item>
@@ -32,8 +41,9 @@
insert the color code.</p>
</item>
<item>
- <p>Select <guiseq><gui>Tools</gui><gui>Pick Color…</gui></guiseq>. The
- color picker dialog will appear.</p>
+ <p>Press the menu button in the top-right corner of the window and select
+ <guiseq><gui style="menuitem">Tools</gui>
+ <gui style="menuitem">Pick Color…</gui></guiseq>.</p>
</item>
<item>
<p>Click on the desired color in the color picker window.</p>
@@ -43,18 +53,15 @@
cursor.</p>
</item>
<item>
- <p>To close the <app>color picker</app>, click <gui>Close</gui>.</p>
+ <p>To close the <app>color picker</app>, click <gui>Cancel</gui>.</p>
</item>
</steps>
<!--TODO: Update this section for the "Custom" values -->
<note style="tip">
- <p>You can make fine-grained adjustments to the color by adjusting the
- values for Hue, Saturation, Value, Red, Green, or Blue.</p>
- <p>Additionally, you can save colors by right-clicking on any of the
- colored boxes in the color picker, and selecting <gui>Save color
- here</gui>. This will make it easier to insert commonly-used colors
- later.</p>
+ <p>You can make fine-grained adjustments to the color and adjust the
+ values for Hue, Saturation, Value, Red, Green, or Blue by right clicking on
+ a color and selecting <gui style="menuitem">Customize</gui>.</p>
</note>
</page>
diff --git a/help/C/commander.page b/help/C/commander.page
index 66f9123..e4f40e9 100644
--- a/help/C/commander.page
+++ b/help/C/commander.page
@@ -6,6 +6,7 @@
<info>
<link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
<revision version="3.4" date="2013-02-24" status="review"/>
+ <revision pkgversion="3.34" date="2020-02-09" status="review"/>
<credit type="author">
<name>Jim Campbell</name>
@@ -18,10 +19,19 @@
<title>Commander</title>
<p>The <app>Commander</app> plugin is a plugin for advanced <app>gedit</app>
- users that allows you to perform command-line actions on the current file. To
- enable the commander plugin, select
- <guiseq><gui style="menu">gedit</gui><gui style="menuitem">Preferences</gui>
- <gui>Plugins</gui><gui>Commander</gui></guiseq>.</p>
+ users that allows you to perform command-line actions on the current file.</p>
+
+ <steps>
+ <title>To enable the plugin:</title>
+ <item>
+ <p>Press the menu button in the top-right corner of the window and select
+ <guiseq><gui style="menuitem">Preferences</gui>
+ <gui style="tab">Plugins</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>Select <gui style="menuitem">Commander</gui> to enable the plugin.</p>
+ </item>
+ </steps>
<p>Once you have enabled the plugin, activate it by pressing
<keyseq><key>Ctrl</key><key>,</key></keyseq>.</p>
diff --git a/help/C/draw-spaces.page b/help/C/draw-spaces.page
index 2787aaf..d7f7ada 100644
--- a/help/C/draw-spaces.page
+++ b/help/C/draw-spaces.page
@@ -6,6 +6,7 @@
<info>
<link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
<revision version="3.8" date="2013-02-24" status="review"/>
+ <revision pkgversion="3.34" date="2020-02-09" status="review"/>
<credit type="author">
<name>Jim Campbell</name>
@@ -21,13 +22,22 @@
tabs, and other types of whitespace with a small, visible marker. By making
whitespace visible, you can more easily see how whitespace is used in a
document, and can apply spacing strategies more consistently.</p>
-
- <p>To enable this plugin, select <guiseq><gui style="menu">gedit</gui>
- <gui style="menuitem">Preferences</gui><gui>Plugins</gui> <gui>Draw
- Spaces</gui></guiseq>. After you have enabled the plugin, you can set its
- options by highlighting the plugin and selecting
- <gui style="menuitem">Preferences</gui>.</p>
-
+
+ <steps>
+ <title>To enable the plugin:</title>
+ <item>
+ <p>Press the menu button in the top-right corner of the window and select
+ <guiseq><gui style="menuitem">Preferences</gui>
+ <gui style="tab">Plugins</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>Select <gui style="menuitem">Draw Spaces</gui> to enable the plugin.</p>
+ </item>
+ <item>
+ <p>Press <gui style="button">Preferences</gui> to set its options.</p>
+ </item>
+ </steps>
+
<list>
<title>By default, the <app>Draw Spaces</app> plugin will mark the
following types of whitespace in a file:</title>
@@ -37,13 +47,13 @@
<item><p>Spaces in text</p></item>
<item><p>Trailing spaces</p></item>
</list>
-
+
<list>
<title>You can also set the plugin to mark:</title>
<item><p>New lines</p></item>
<item><p>Non-breaking spaces</p></item>
</list>
-
+
<note style="tip">
<p>Though you will be able to see the dots when you work on a file, the
dots will not be visible when you print a file to paper.</p>
diff --git a/help/C/git.page b/help/C/git.page
index aa93204..50777ea 100644
--- a/help/C/git.page
+++ b/help/C/git.page
@@ -6,6 +6,7 @@
<info>
<link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
<revision version="3.10" date="2013-10-21" status="draft"/>
+ <revision pkgversion="3.34" date="2020-02-09" status="review"/>
<credit type="author">
<name>Aleksandra Hankus</name>
@@ -21,9 +22,17 @@
the last commit. Lines will be highlighted only on files that are already
tracked by git.</p>
- <p>To enable the plugin, select <guiseq><gui style="menu">gedit</gui>
- <gui style="menuitem">Preferences</gui><gui>Plugins</gui>
- <gui>Git</gui></guiseq>.</p>
+ <steps>
+ <title>To enable the plugin:</title>
+ <item>
+ <p>Press the menu button in the top-right corner of the window and select
+ <guiseq><gui style="menuitem">Preferences</gui>
+ <gui style="tab">Plugins</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>Select <gui style="menuitem">Git</gui> to enable the plugin.</p>
+ </item>
+ </steps>
<p>The changes are shown in the margin of the document in three different
colors:</p>
diff --git a/help/C/join-split-lines.page b/help/C/join-split-lines.page
index 2d8449f..e6f2dba 100644
--- a/help/C/join-split-lines.page
+++ b/help/C/join-split-lines.page
@@ -6,6 +6,7 @@
<info>
<link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
<revision version="3.8" date="2013-02-24" status="review"/>
+ <revision pkgversion="3.34" date="2020-02-09" status="review"/>
<credit type="author">
<name>Jim Campbell</name>
@@ -19,10 +20,18 @@
<p>The <app>Join/Split Lines</app> plugin can join shorter lines into one
longer line, or can split a long line into multiple shorter lines.</p>
-
- <p>To enable this plugin, select <guiseq><gui style="menu">gedit</gui>
- <gui style="menuitem">Preferences</gui><gui>Plugins</gui>
- <gui>Join/Split Lines</gui></guiseq>.</p>
+
+ <steps>
+ <title>To enable the plugin:</title>
+ <item>
+ <p>Press the menu button in the top-right corner of the window and select
+ <guiseq><gui style="menuitem">Preferences</gui>
+ <gui style="tab">Plugins</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>Select <gui style="menuitem">Join/Split Lines</gui> to enable the plugin.</p>
+ </item>
+ </steps>
<steps>
<title>To join multiple lines into one longer line:</title>
diff --git a/help/C/multi-edit.page b/help/C/multi-edit.page
index 6239a40..0a851b8 100644
--- a/help/C/multi-edit.page
+++ b/help/C/multi-edit.page
@@ -6,6 +6,7 @@
<info>
<link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
<revision version="3.4" date="2013-02-24" status="review"/>
+ <revision pkgversion="3.34" date="2020-02-09" status="review"/>
<credit type="author">
<name>Jim Campbell</name>
@@ -19,14 +20,26 @@
<title>Multi Edit</title>
<p>The <app>Multi Edit</app> plugin allows you to edit a document in multiple
- places at once. This can be helpful when performing tedious editing tasks. To
- enable the Multi Edit plugin, select <guiseq><gui style="menu">gedit</gui>
- <gui>Preferences</gui><gui>Plugins</gui><gui>Multi Edit</gui></guiseq>.</p>
-
+ places at once. This can be helpful when performing tedious editing tasks.</p>
+
+ <steps>
+ <title>To enable the plugin:</title>
+ <item>
+ <p>Press the menu button in the top-right corner of the window and select
+ <guiseq><gui style="menuitem">Preferences</gui>
+ <gui style="tab">Plugins</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>Select <gui style="menuitem">Multi Edit</gui> to enable the
+ plugin.</p>
+ </item>
+ </steps>
+
<p>After you have enabled the plugin, turn-on Multi Edit mode by pressing
- <keyseq><key>Ctrl</key><key>Shift</key><key>C</key></keyseq>, or clicking
- <guiseq><gui style="menu">gedit</gui><gui>Multi Edit Mode</gui></guiseq>. You
- can then select the points in your file that you would like start
+ <keyseq><key>Ctrl</key><key>Shift</key><key>C</key></keyseq>, or press the
+ menu button in the top-right corner of the window and select
+ <guiseq><gui style="menuitem">Tools</gui><gui style="menuitem">Multi Edit Mode</gui></guiseq>.
+ You can then select the points in your file that you would like start
editing.</p>
<p>To insert editing points in your file:</p>
diff --git a/help/C/session-saver.page b/help/C/session-saver.page
index 423f7d5..cc4ec6f 100644
--- a/help/C/session-saver.page
+++ b/help/C/session-saver.page
@@ -6,6 +6,7 @@
<info>
<link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
<revision version="1.0" date="2018-03-04" status="review"/>
+ <revision pkgversion="3.34" date="2020-02-09" status="review"/>
<credit type="author">
<name>Jordi Mas i Hernàndez</name>
@@ -25,10 +26,10 @@
<title>Enable Session Saver Plugin</title>
<steps>
- <title>To enable Session Saver plugin:</title>
+ <title>To enable the plugin:</title>
<item>
- <p>Select <guiseq><gui style="menu">gedit</gui>
- <gui style="menuitem">Preferences</gui>
+ <p>Press the menu button in the top-right corner of the window and select
+ <guiseq><gui style="menuitem">Preferences</gui>
<gui style="tab">Plugins</gui></guiseq>.</p>
</item>
<item>
@@ -41,25 +42,25 @@
<section id="save-session-saver">
<title>Save a session</title>
- <p>Save all your open files to be able to open them later.</p>
+ <p>Save all your open files to be able to open them later.</p>
<steps>
<title>To save a session:</title>
<item>
- <p>Select <guiseq><gui style="menu">gedit</gui>
- <gui style="menuitem">Tools</gui>
- <gui style="tab">Save Session…</gui></guiseq></p>
+ <p>Press the menu button in the top-right corner of the window and select
+ <guiseq><gui style="menuitem">Tools</gui>
+ <gui style="menuitem">Save Session…</gui></guiseq>.</p>
</item>
</steps>
</section>
<section id="open-session-saver">
<title>Open a session</title>
- <p>Open all the files from an already saved session.</p>
+ <p>Open all the files from an already saved session.</p>
<steps>
<title>To open a session:</title>
<item>
- <p>Select <guiseq><gui style="menu">gedit</gui>
- <gui style="menuitem">Tools</gui></guiseq></p>
+ <p>Press the menu button in the top-right corner of the window and select
+ <gui style="menuitem">Tools</gui>.</p>
</item>
<item>
<p>Select one of the saved sessions from the menu.</p>
@@ -69,14 +70,14 @@
<section id="manage-session-saver">
<title>Manage Sessions</title>
- <p>Open and delete your already saved sessions</p>
+ <p>Open and delete your already saved sessions.</p>
<steps>
<title>Manage sessions</title>
- <item>
- <p>Select <guiseq><gui style="menu">gedit</gui>
- <gui style="menuitem">Tools</gui>
- <gui style="tab">Manage Saved Sessions…</gui></guiseq></p>
- </item>
+ <item>
+ <p>Press the menu button in the top-right corner of the window and select
+ <guiseq><gui style="menuitem">Tools</gui>
+ <gui style="menuitem">Manage Saved Sessions…</gui></guiseq></p>
+ </item>
</steps>
</section>
diff --git a/help/C/terminal.page b/help/C/terminal.page
index 09db902..a34d93b 100644
--- a/help/C/terminal.page
+++ b/help/C/terminal.page
@@ -7,6 +7,7 @@
<link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
<link type="seealso" xref="gedit-plugins-pyconsole"/>
<revision pkgversion="3.8" date="2013-02-24" status="review"/>
+ <revision pkgversion="3.34" date="2020-02-09" status="review"/>
<credit type="author">
<name>Jim Campbell</name>
@@ -33,10 +34,10 @@
<title>Enable Embedded Terminal</title>
<steps>
- <title>To enable the <app>Embedded Terminal</app> plugin:</title>
+ <title>To enable the plugin:</title>
<item>
- <p>Select <guiseq><gui style="menu">gedit</gui>
- <gui style="menuitem">Preferences</gui>
+ <p>Press the menu button in the top-right corner of the window and select
+ <guiseq><gui style="menuitem">Preferences</gui>
<gui style="tab">Plugins</gui></guiseq>.</p>
</item>
<item>
@@ -55,7 +56,8 @@
<steps>
<item>
- <p>Select <guiseq><gui style="menu">View</gui>
+ <p>Press the menu button in the top-right corner of the window and select
+ <guiseq><gui style="menu">View</gui>
<gui style="menuitem">Bottom Panel</gui></guiseq>.</p>
</item>
</steps>
diff --git a/help/C/text-size.page b/help/C/text-size.page
index 0f0c03d..14ed76c 100644
--- a/help/C/text-size.page
+++ b/help/C/text-size.page
@@ -7,6 +7,7 @@
<link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
<link type="seealso" xref="gedit-change-default-font"/>
<revision version="3.4" date="2013-02-24" status="review"/>
+ <revision pkgversion="3.34" date="2020-02-09" status="review"/>
<credit type="author">
<name>Jim Campbell</name>
@@ -32,15 +33,14 @@
<title>Enable Text Size Plugin</title>
<steps>
- <title>To enable Text Size plugin:</title>
+ <title>To enable the plugin:</title>
<item>
- <p>Select <guiseq><gui style="menu">gedit</gui>
- <gui style="menuitem">Preferences</gui>
+ <p>Press the menu button in the top-right corner of the window and select
+ <guiseq><gui style="menuitem">Preferences</gui>
<gui style="tab">Plugins</gui></guiseq>.</p>
</item>
<item>
- <p>Select <gui style="menuitem">Text Size</gui> to enable the
- plugin.</p>
+ <p>Select <gui style="menuitem">Text Size</gui> to enable the plugin.</p>
</item>
</steps>
diff --git a/help/C/translate.page b/help/C/translate.page
index 9e2954c..77ab3e6 100644
--- a/help/C/translate.page
+++ b/help/C/translate.page
@@ -6,6 +6,7 @@
<info>
<link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
<revision version="1.0" date="2018-03-04" status="review"/>
+ <revision pkgversion="3.34" date="2020-02-09" status="review"/>
<credit type="author">
<name>Jordi Mas i Hernàndez</name>
@@ -25,19 +26,17 @@
<title>Enabling and configuring the Translate plugin</title>
<steps>
- <title>To enable the <app>Translate</app> plugin:</title>
+ <title>To enable the plugin:</title>
<item>
- <p>Select <guiseq><gui style="menu">gedit</gui>
- <gui style="menuitem">Preferences</gui>
+ <p>Press the menu button in the top-right corner of the window and select
+ <guiseq><gui style="menuitem">Preferences</gui>
<gui style="tab">Plugins</gui></guiseq>.</p>
</item>
<item>
- <p>Select <gui style="menuitem">Translate</gui> to enable the
- plugin.</p>
+ <p>Select <gui style="menuitem">Translate</gui> to enable the plugin.</p>
</item>
-
<item>
- <p>Select <gui style="button">Preferences</gui> to configure the translation engine to use and a
language pair.</p>
+ <p>Press <gui style="button">Preferences</gui> to configure the translation engine to use and a
language pair.</p>
</item>
<item>
<p>In case you use the Yandex translation engine, you need an API key. You can obtain a free key at
<link href="https://tech.yandex.com/translate/">Yandex web site</link>.</p>
diff --git a/help/C/word-completion.page b/help/C/word-completion.page
index aa9d067..bf21b1f 100644
--- a/help/C/word-completion.page
+++ b/help/C/word-completion.page
@@ -5,6 +5,7 @@
<info>
<revision pkgversion="3.8" date="2013-02-24" status="review"/>
+ <revision pkgversion="3.34" date="2020-02-09" status="review"/>
<link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
<credit type="author">
@@ -28,12 +29,13 @@
<title>Word Completion</title>
<p>The <app>Word Completion</app> plugin can speed up your editing by
- suggesting completions of words as you type. To enable the plugin:</p>
+ suggesting completions of words as you type.</p>
<steps>
+ <title>To enable the plugin:</title>
<item>
- <p>Select <guiseq><gui style="menu">Edit</gui>
- <gui style="menuitem">Preferences</gui>
+ <p>Press the menu button in the top-right corner of the window and select
+ <guiseq><gui style="menuitem">Preferences</gui>
<gui style="tab">Plugins</gui></guiseq>.</p>
</item>
<item>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]