[Github-comments] [geany-plugins] Add new "Lineoperations" plugin (#324)
Colomban Wendling
notifications at xxxxx
Wed Jan 13 19:12:41 UTC 2016
> +------------------
> +
> +Removes all lines that end with a newline character(s) AND do not have any other characters.
> +
> + Example: Suppose a file has the following lines. (#comments, and \n newline characters added for clarity)
> +
> + ::
> +
> + Line 2\n
> + Line 1\n
> + \n #removed
> + \n #NOT removed (contains spaces)
> + Line 1\n
> + Line 2\n
> +
> + The **Remove Unique Lines** will change the file into this:
shouldn"t this rather be "Remove Empty Lines"?
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/324/files#r49635481
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160113/3b666b7b/attachment.html>
More information about the Github-comments
mailing list