diff options
| author | nyamatongwe <unknown> | 2001-08-21 13:10:24 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2001-08-21 13:10:24 +0000 | 
| commit | f988b5fddfd67d7c86716d2fa3e171c3161d0de1 (patch) | |
| tree | f9b7134d7af6b41680cf234095825b293be5804d | |
| parent | 144fbf213009b32e478418f6238d4e1cde038beb (diff) | |
| download | scintilla-mirror-f988b5fddfd67d7c86716d2fa3e171c3161d0de1.tar.gz | |
Mentioned another change.
| -rw-r--r-- | doc/ScintillaHistory.html | 5 | 
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.  | 
