/usr/share/help/gl/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 55 56 57 58 59 60 61 62 | <?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="gl">
<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>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Fran Dieguez</mal:name>
<mal:email>frandieguez@gnome.org</mal:email>
<mal:years>2011-2012.</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Leandro Regueiro</mal:name>
<mal:email>leandro.regueiro@gmail.com</mal:email>
<mal:years>2011.</mal:years>
</mal:credit>
</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>Para inserir puntos de edición no seu ficheiro:</p>
<steps>
<item>
<p>Sitúe o cursor no primeiro punto de edición que queira.</p>
</item>
<item>
<p>Prema <keyseq><key>Ctrl</key><key>E</key></keyseq>.</p>
</item>
<item>
<p>Móvase ao seguinte punto de edición e prema <keyseq><key>Ctrl</key><key>E</key></keyseq> outra vez.</p>
</item>
<item>
<p>Continue insertando puntos de edición, engadindo tantos como precise.</p>
</item>
</steps>
<p>Unha vez que teña insertado todos os puntos de edición, pode facer as edicións que queira.</p>
<p>Para quitar puntos de edición, prema a tecla <key>Esc</key>. Isto quitará todos os puntos de edición. Se preme a tecla <key>Esc</key> outra vez, desactivará o modo de edición múltiple, devolvendo o editor ao seu estado normal.</p>
</page>
|