From 9472c27c87971bbf5fa2a3333b145c725fafab2a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 23 Sep 2011 10:35:04 +1000 Subject: Add GetAllLinesVisible method as this can be used to minimize folding overhead. --- include/Scintilla.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 34e4f793d..ee706e55d 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -423,6 +423,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_SHOWLINES 2226 #define SCI_HIDELINES 2227 #define SCI_GETLINEVISIBLE 2228 +#define SCI_GETALLLINESVISIBLE 2236 #define SCI_SETFOLDEXPANDED 2229 #define SCI_GETFOLDEXPANDED 2230 #define SCI_TOGGLEFOLD 2231 -- cgit v1.2.3