Am 23.02.2012 17:59, schrieb Frank Lanitz:
Am 21.02.2012 20:19, schrieb Emil Brink:
I agree with Thomas, that sounds like a reasonable behavior to just interpret the selection as being the whole line. Incidentally, that's quite trivial to implement. :)
Done now, the code is up on GitHub. I even remembered to update the README to describe how the selection is treated.
Again, feedback very welcome, if someone could took the time to see if it builds, and behaves the way they expect that would be great.
Just checked out last version (4a6751) and thought it might could be useful if not only duplicates right behind each other can be cleaned up. E.g. a list like
foo baa baa foo
shall become
foo baa
Without having tried the plugin (but just reading this thread) I would have expected to do be able to do this actually.
Best regards