/usr/share/help/da/gedit/multi-edit.page is in gedit-plugin-multi-edit 3.28.1-1.
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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="plugin-multi-edit" xml:lang="da">
<info>
<link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
<revision version="3.4" date="2013-02-24" status="review"/>
<credit type="author">
<name>Jim Campbell</name>
<email its:translate="no">jwcampbell@gmail.com</email>
<years>2011</years>
</credit>
<desc>Edit a document in multiple places at once.</desc>
</info>
<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>
<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
editing.</p>
<p>To insert editing points in your file:</p>
<steps>
<item>
<p>Place your cursor at your first desired editing point.</p>
</item>
<item>
<p>Press <keyseq><key>Ctrl</key><key>E</key></keyseq>.</p>
</item>
<item>
<p>Move to your next editing point, and press <keyseq><key>Ctrl</key>
<key>E</key></keyseq> again.</p>
</item>
<item>
<p>Continue inserting editing points, adding as many as you need.</p>
</item>
</steps>
<p>Once you have inserted all of your editing points, you can make your
desired edits.</p>
<p>To remove editing points, press the <key>Esc</key> key. This will remove
all of the editing points. Pressing the <key>Esc</key> key again will turn
off Multi Edit mode, returning the editor back to its normal state.</p>
</page>
|