diff options
author | nyamatongwe <devnull@localhost> | 2010-01-20 04:36:42 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-01-20 04:36:42 +0000 |
commit | 8b8cfdbf6fb424562aa1e9557aa0f9536cb834f1 (patch) | |
tree | f0d41a8fa87c0bd5ffa1368d46938e1c5003a1ff | |
parent | 533c8782fe1e51ba67ee8832af227cfc1ae5c25a (diff) | |
download | scintilla-mirror-8b8cfdbf6fb424562aa1e9557aa0f9536cb834f1.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> |