> +    Line 2\n
> +
> +
> +Remove Whitespace Lines
> +-----------------------
> +
> +Removes all lines that have only white space characters.
> +
> +A **whitespace character** is one of:
> +
> +1. `' '` : space
> +2. `'\t'`: horizontal tab
> +3. `'\f'`: form feed
> +4. `'\v'`: vertical tab
> +5. `'\r'`: cartridge return
> +6. `'\n'`: newline character

no, I removed this (I don't know what characters Geany/Scintilla considers 
whitespace with `sci_get_line_indent_position()`). 

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/324/files#r49928893

Reply via email to