aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-04-21 11:55:31 +1000
committerNeil <nyamatongwe@gmail.com>2014-04-21 11:55:31 +1000
commit87fc359f42b57db2a9ee3d3211b3e9f2fbfe09c2 (patch)
tree69e86b06ebeb8a5d83d0038184c91d43566a4860 /doc/ScintillaHistory.html
parent1ea4b18dcf81b6bf671621735b6e281299035655 (diff)
downloadscintilla-mirror-87fc359f42b57db2a9ee3d3211b3e9f2fbfe09c2.tar.gz
View line state in margin with SC_FOLDFLAG_LINESTATE as an aid to debugging.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 0f0434da9..dc78adfd4 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -470,6 +470,10 @@
SC_MOD_INSERTCHECK.
</li>
<li>
+ Line state may be displayed in the line number margin to aid in debugging lexing and folding with
+ SC_FOLDFLAG_LINESTATE (128).
+ </li>
+ <li>
C++ lexer can highlight task marker keywords in comments as SCE_C_TASKMARKER.
</li>
<li>