[Github-comments] [geany-plugins] Add new "Lineoperations" plugin (#324)
Colomban Wendling
notifications at xxxxx
Wed Jan 13 19:14:43 UTC 2016
> +5. `'\r'`: cartridge return
> +6. `'\n'`: newline character
> +
> + 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 #removed (contains only whitespace chars)
> + \t \n #removed (contains only whitespace chars)
> + Line 1\n #NOT removed (contains non whitespace chars)
> + Line 2\n
> +
> + The **Remove Unique Lines** will change the file into this:
Here too, reference should probably be "Remove Whitespace Lines"
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/324/files#r49635815
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160113/80846cf8/attachment.html>
More information about the Github-comments
mailing list