<p>LineOperations is a plugin that gives a bunch of simple functions that can be applied to a document.<br>
(remove duplicate lines, empty lines, lines with only whitespace, sort lines...)</p>

<p>It is intended to be a convenient way to use these functions for non-technical users.<br>
I am thinking of adding some more useful functions (e.g. similar to TextFX in Notepad++).</p>

<p>Take a look and let me know what you think, I'm open to suggestions for improvements.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/geany/geany-plugins/pull/324'>https://github.com/geany/geany-plugins/pull/324</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>0.1 initial commit</li>
  <li>Added Comments/documentation</li>
  <li>Removed translation</li>
  <li>Add LineOperations to MAINTAINERS and po/POTFILES.in</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/324/files#diff-0">MAINTAINERS</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/324/files#diff-1">Makefile.am</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/324/files#diff-2">configure.ac</a>
    (1)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany-plugins/pull/324/files#diff-3">lineoperations/AUTHORS</a>
    (1)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany-plugins/pull/324/files#diff-4">lineoperations/COPYING</a>
    (340)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany-plugins/pull/324/files#diff-5">lineoperations/ChangeLog</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany-plugins/pull/324/files#diff-6">lineoperations/Makefile.am</a>
    (4)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany-plugins/pull/324/files#diff-7">lineoperations/NEWS</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany-plugins/pull/324/files#diff-8">lineoperations/README.md</a>
    (186)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany-plugins/pull/324/files#diff-9">lineoperations/src/Makefile.am</a>
    (12)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany-plugins/pull/324/files#diff-10">lineoperations/src/linefunctions.c</a>
    (401)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany-plugins/pull/324/files#diff-11">lineoperations/src/linefunctions.h</a>
    (55)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany-plugins/pull/324/files#diff-12">lineoperations/src/lineoperations.c</a>
    (193)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany-plugins/pull/324/files#diff-13">lineoperations/wscript_build</a>
    (30)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany-plugins/pull/324/files#diff-14">lineoperations/wscript_configure</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/324/files#diff-15">po/POTFILES.in</a>
    (3)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/geany/geany-plugins/pull/324.patch'>https://github.com/geany/geany-plugins/pull/324.patch</a></li>
  <li><a href='https://github.com/geany/geany-plugins/pull/324.diff'>https://github.com/geany/geany-plugins/pull/324.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany-plugins/pull/324">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJxZp6MYypYC9EB4r2Gwm7vIx99Jzks5pYDGpgaJpZM4HBhj7.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/pull/324"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>