<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">The regular expression is probably the
      best solution, but I would like to add this one, in case it is
      more appropriate for what you are doing, and also because it is
      easier to use for people that do not know regexp.<br>
      <br>
      If all lines have the same length (same amount of text), you could
      use the "Column Mode" from the "Extra Selection" plugin. You
      position the cursor at the end of the first line, enable the
      "Column Mode" from the "Tools > Extra Selection" menu, then you
      press Shift and arrow down which make the cursor goes multiple
      lines:<br>
      (I use the character "|" to represent the text cursor)<br>
      <tt>aaa|</tt><tt><br>
      </tt><tt>bbb</tt><tt><br>
      </tt><tt>ccc</tt><tt><br>
      </tt><tt>ddd</tt><tt><br>
      </tt><br>
      Shirt + Arrow down 3 times:<br>
      <tt>aaa|</tt><tt><br>
      </tt><tt>
        bbb</tt><tt>|</tt><tt><br>
      </tt><tt>
        ccc|</tt><tt><br>
      </tt><tt>
        ddd|</tt><br>
      <br>
      Then you type your text "ZZ" and it appear at the end of every
      selected lines:<br>
      <tt>aaaZZ|</tt><tt><br>
      </tt><tt>
        bbbZZ|</tt><tt><br>
      </tt><tt>
        cccZZ|</tt><tt><br>
      </tt><tt>
        dddZZ|</tt><br>
      <br>
      Don't forget to disable the "Column Mode" when you are done. It
      can be quite annoying when you don't need it :)<br>
      <br>
      Gael<br>
      <br>
      On 29/06/13 17:03, Philippe Couas wrote:<br>
    </div>
    <blockquote
      cite="mid:1174092658.1302.1372489391044.JavaMail.www@wwinf2233"
      type="cite">
      <p>Hi,</p>
      <p> </p>
      <p>I am forget how to add same text at the end of lines.</p>
      <p>For example</p>
      <p> </p>
      <p>aaa</p>
      <p>bbb</p>
      <p>ccc</p>
      <p>ddd</p>
      <p> </p>
      <p>became</p>
      <p>aaaZZ</p>
      <p>bbbZZ</p>
      <p>cccZZ</p>
      <p>dddZZZ</p>
      <p> </p>
      <p>Regards</p>
      <p>Phil</p>
      <p> </p>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.geany.org">Users@lists.geany.org</a>
<a class="moz-txt-link-freetext" href="https://lists.geany.org/cgi-bin/mailman/listinfo/users">https://lists.geany.org/cgi-bin/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Gael Lafond, Programmer
Australian Institute of Marine Science
PMB 3, Townsville MC, QLD 4810
Ph 4753 4207 - <a class="moz-txt-link-abbreviated" href="mailto:g.lafond@aims.gov.au">g.lafond@aims.gov.au</a></pre>
  </body>
</html>