aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-07-26 07:39:41 +0000
committernyamatongwe <devnull@localhost>2007-07-26 07:39:41 +0000
commitd9bfb39e4ed8fa194b0d9f1f675cf24fb09bb958 (patch)
tree4cb6a3ce653584910cd7e8a4ae645adee0693951
parentca93cd78c042364a4ccef5b9a60702dc4082574d (diff)
downloadscintilla-mirror-d9bfb39e4ed8fa194b0d9f1f675cf24fb09bb958.tar.gz
Documented SC_MOD_CHANGELINESTATE.
-rw-r--r--doc/ScintillaDoc.html15
1 files changed, 14 insertions, 1 deletions
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 <code>SCI_SETLINESTATE</code> to set the integer
- value and <code>SCI_GETLINESTATE</code> to get the value.</p>
+ value and <code>SCI_GETLINESTATE</code> to get the value.
+ Changing the value produces a <a class="message" href="#SC_MOD_CHANGELINESTATE">SC_MOD_CHANGELINESTATE</a> notification.
+ </p>
<p><b id="SCI_GETMAXLINESTATE">SCI_GETMAXLINESTATE</b><br />
This returns the last line that has any line state.</p>
@@ -5082,6 +5084,17 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE</a>(lineNumber);
</tr>
<tr>
+ <td align="left"><code id="SC_MOD_CHANGELINESTATE">SC_MOD_CHANGELINESTATE</code></td>
+
+ <td align="center">0x8000</td>
+
+ <td>A line state has changed because <a class="message" href="#SCI_SETLINESTATE">SCI_SETLINESTATE</a>
+ was called.</td>
+
+ <td><code>line</code></td>
+ </tr>
+
+ <tr>
<td align="left"><code>SC_MULTILINEUNDOREDO</code></td>
<td align="center">0x1000</td>