From d9bfb39e4ed8fa194b0d9f1f675cf24fb09bb958 Mon Sep 17 00:00:00 2001
From: nyamatongwe
Date: Thu, 26 Jul 2007 07:39:41 +0000
Subject: Documented SC_MOD_CHANGELINESTATE.
---
doc/ScintillaDoc.html | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
(limited to 'doc/ScintillaDoc.html')
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 567fba732..e13b71775 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -1863,7 +1863,9 @@ struct TextToFind {
As well as the 8 bits of lexical state stored for each character there is also an integer
stored for each line. This can be used for longer lived parse states such as what the current
scripting language is in an ASP page. Use SCI_SETLINESTATE to set the integer
- value and SCI_GETLINESTATE to get the value.
+ value and SCI_GETLINESTATE to get the value.
+ Changing the value produces a SC_MOD_CHANGELINESTATE notification.
+
SCI_GETMAXLINESTATE
This returns the last line that has any line state.
@@ -5081,6 +5083,17 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE(lineNumber);
position, length |
+
+ SC_MOD_CHANGELINESTATE |
+
+ 0x8000 |
+
+ A line state has changed because SCI_SETLINESTATE
+ was called. |
+
+ line |
+
+
SC_MULTILINEUNDOREDO |
--
cgit v1.2.3