<p>I would like to clarify exactly what you are thinking.</p>
<p>Currently "Remove Duplicate Lines, (ordered|sorted)" keeps the <em>first</em> occurrence of a repeating line.</p>
<p>The function you are suggesting would remove <em>all</em> occurrences of a repeating line?</p>
<table>
<thead>
<tr>
<th>Example</th>
<th>File</th>
<th>Result</th>
</tr>
</thead>
<tbody>
<tr>
<td>ex.1</td>
<td>cat<br><strong>dog</strong><br>cat<br>cat<br>cat<br><strong>tree</strong></td>
<td><strong>dog</strong><br><strong>tree</strong></td>
</tr>
<tr>
<td>ex.2</td>
<td>cat<br><strong>dog</strong><br>cat<br>tree<br>cat<br>cat<br>tree</td>
<td><strong>dog</strong></td>
</tr></tbody></table>
<p><sub><sup>* no animals where harmed in the creation of this table</sup></sub></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany-plugins/issues/516#issuecomment-272344539">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ5bFXsVTr6uAXdzgdTS4BlFeAG4Yks5rRuDigaJpZM4LfTVx">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ1YwFOHdjFhSiuKy0m_dKwqscEu0ks5rRuDigaJpZM4LfTVx.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/issues/516#issuecomment-272344539"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany-plugins","title":"geany/geany-plugins","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany-plugins"}},"updates":{"snippets":[{"icon":"PERSON","message":"@smostertdev in #516: I would like to clarify exactly what you are thinking. \r\n\r\nCurrently \"Remove Duplicate Lines, (ordered|sorted)\" keeps the *first* occurrence of a repeating line.\r\n\r\nThe function you are suggesting would remove *all* occurrences of a repeating line?\r\n\r\nExample | File | Result\r\n --- | --- | ---\r\nex.1 | cat\u003cbr\u003e**dog**\u003cbr\u003ecat\u003cbr\u003ecat\u003cbr\u003ecat\u003cbr\u003e**tree** | **dog**\u003cbr\u003e**tree**\r\nex.2 | cat\u003cbr\u003e**dog**\u003cbr\u003ecat\u003cbr\u003etree\u003cbr\u003ecat\u003cbr\u003ecat\u003cbr\u003etree | **dog**\r\n\r\n\u003csub\u003e\u003csup\u003e* no animals where harmed in the creation of this table\u003c/sup\u003e\u003c/sub\u003e\r\n"}],"action":{"name":"View Issue","url":"https://github.com/geany/geany-plugins/issues/516#issuecomment-272344539"}}}</script>