aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-09-23 10:35:04 +1000
committernyamatongwe <devnull@localhost>2011-09-23 10:35:04 +1000
commitdec0664459fd586dd8862136194e6b1a5534cb68 (patch)
tree71f080c5677bf47a29133c1998ef25a8a1e27d66 /include/Scintilla.h
parent79a85a31a06b79bea419adaafe1869c757bf498a (diff)
downloadscintilla-mirror-dec0664459fd586dd8862136194e6b1a5534cb68.tar.gz
Add GetAllLinesVisible method as this can be used to minimize folding overhead.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
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