From 4efb08d374285fc4fa1ff5b63c8e650f74c8ce02 Mon Sep 17 00:00:00 2001
From: Neil
Date: Sat, 9 Aug 2014 15:03:44 +1000
Subject: Documented SC_MOD_CHANGETABSTOPS.
---
doc/ScintillaDoc.html | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
(limited to 'doc')
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 689d9c949..a4dd4cc9c 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -3426,7 +3426,9 @@ struct Sci_TextToFind {
SCI_CLEARTABSTOPS clears explicit tabstops on a line. SCI_ADDTABSTOP
adds an explicit tabstop at the specified distance from the left (in pixels), and
SCI_GETNEXTTABSTOP gets the next explicit tabstop position, or zero if there
- aren't any.
+ aren't any.
+ Changing tab stops produces a SC_MOD_CHANGETABSTOPS notification.
+
SCI_SETUSETABS(bool useTabs)
SCI_GETUSETABS
@@ -6923,6 +6925,17 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE(lineNumber);
line |
+
+ SC_MOD_CHANGETABSTOPS |
+
+ 0x200000 |
+
+ The explicit tab stops on a line have changed because SCI_CLEARTABSTOPS or
+ SCI_ADDTABSTOP was called. |
+
+ line |
+
+
SC_MOD_LEXERSTATE |
--
cgit v1.2.3