[Feature Request] Add explicit functionality to hide empty lines
-
I know that you can just regex to remove all the blank lines in a document, but this breaks SCINTILLA’s paragraph jumping (at least in my Lua document). Either fix it so that paragraph jumping works (all the time? which is probably harder to do) or just include a View option in NP++ to hide empty lines.
-
Perhaps this is better discussed from the angle that SCI_PARADOWN / SCI_PARAUP are not working for your situation. Can you provide a sample of Lua where it isn’t working correctly?