> + 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
does this still holds with the Scintilla-based version? --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/324/files#r49635737
