diff options
author | nyamatongwe <unknown> | 2010-01-20 04:36:42 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-01-20 04:36:42 +0000 |
commit | a3dd44da65e87d62986256d4fe3fb9967ba6d5bb (patch) | |
tree | f0d41a8fa87c0bd5ffa1368d46938e1c5003a1ff | |
parent | cda8b734566627a9542750139fcfe3123687e8a8 (diff) | |
download | scintilla-mirror-a3dd44da65e87d62986256d4fe3fb9967ba6d5bb.tar.gz |
More changes.
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 6a45463bd..a11af8217 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -380,6 +380,9 @@ Retrieve the current selected text in the autocompletion list with SCI_AUTOCGETCURRENTTEXT. </li> <li> + Retrieve the name of the current lexer with SCI_GETLEXERLANGUAGE. + </li> + <li> Progress 4GL lexer improves handling of comments in preprocessor declaration. Feature #2902206. </li> <li> @@ -398,6 +401,9 @@ Fixed crash when calling SCI_STYLEGETFONT for a style which does not have a font set. Bug #2857425. </li> <li> + Fixed crash caused by not having sufficient styles allocated after choosing a lexer. Bug #2881279. + </li> + <li> Fixed crash in SciTE using autocomplete word when word characters includes space. Bug #2840141. </li> <li> |