[Github-comments] [geany-plugins] Add new "Lineoperations" plugin (#324)
Colomban Wendling
notifications at xxxxx
Wed Jan 13 19:13:52 UTC 2016
> + Line 2
> +
> + The **Remove Unique Lines** will change the file into this:
> +
> + ::
> +
> + Line 2
> + Line 1
> + Line 2
> + Line 1
> + Line 2
> +
> +Remove Empty Lines
> +------------------
> +
> +Removes all lines that end with a newline character(s) AND do not have any other characters.
Not sure if this is still true with the Scintilla-based implementation. I think Scintilla will happily find the last line (without the `\n`) to be an empty one
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/324/files#r49635700
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160113/78be0cf2/attachment.html>
More information about the Github-comments
mailing list