> + 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
