From 369c9b0e1d29f2a3bb1993aeba64fcef1d1a00ab Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 19 Mar 2005 05:09:38 +0000 Subject: Patch from Franck Marcia to treat lines containing only whitespace as empty for the paragraph up and paragraph down actions. --- src/Document.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Document.h') diff --git a/src/Document.h b/src/Document.h index f2fcc7c69..1b59b1dab 100644 --- a/src/Document.h +++ b/src/Document.h @@ -229,6 +229,7 @@ public: int WordPartLeft(int pos); int WordPartRight(int pos); int ExtendStyleRange(int pos, int delta, bool singleLine = false); + bool IsWhiteLine(int line); int ParaUp(int pos); int ParaDown(int pos); int IndentSize() { return actualIndentInChars; } -- cgit v1.2.3