aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-08-21 13:10:24 +0000
committernyamatongwe <devnull@localhost>2001-08-21 13:10:24 +0000
commitbe56fcda1a8506063ffe5900de05c9cd26c221cd (patch)
treef9b7134d7af6b41680cf234095825b293be5804d
parent0bd79bbc89f3cc0791f7eb6ef3782c7468c7795c (diff)
downloadscintilla-mirror-be56fcda1a8506063ffe5900de05c9cd26c221cd.tar.gz
Mentioned another change.
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 086999e86..9643c5661 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -142,6 +142,9 @@
Style setting that force upper or lower case text.
</li>
<li>
+ Case-insensitive autocompletion lists work correctly.
+ </li>
+ <li>
Keywords can be prefix based so ^GTK_ will treat all words that start
with GTK_ as keywords.
</li>
@@ -161,7 +164,7 @@
<li>
C++ lexer handles keywords before '.' like "this.x" in Java as keywords.
Compact folding mode option chooses whether blank lines after a structure are
- folded with that structure.
+ folded with that structure. Second set of keywords with separate style supported.
</li>
<li>
Ruby lexer handles multi-line comments.