I'm coming from AkelPad and this is what I'm missing. There is a function Remove Unique Lines already and I'm looking for exactly the opposite.
Example use case: insert one list, enter an empty line, insert another list, execute, see the lines unique to each list.
Yes, I can see this being useful for finding the intersect of two lists. And I think that this function fits in the scope of this plugin. I will work on this when I get time.
I would like to clarify exactly what you are thinking.
Currently "Remove Duplicate Lines, (ordered|sorted)" keeps the *first* occurrence of a repeating line.
The function you are suggesting would remove *all* occurrences of a repeating line?
Example | File | Result --- | --- | --- ex.1 | cat<br>**dog**<br>cat<br>cat<br>cat<br>**tree** | **dog**<br>**tree** ex.2 | cat<br>**dog**<br>cat<br>tree<br>cat<br>cat<br>tree | **dog**
<sub><sup>* no animals where harmed in the creation of this table</sup></sub>
Glad you're interested in implementing it.
Yes, your understanding and example are correct.
Closed #516 via 62314d1117a6c6655f046650ee76e76f82e7f3a1.
github-comments@lists.geany.org