From a3dd44da65e87d62986256d4fe3fb9967ba6d5bb Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 20 Jan 2010 04:36:42 +0000 Subject: More changes. --- doc/ScintillaHistory.html | 6 ++++++ 1 file changed, 6 insertions(+) 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.
  • + Retrieve the name of the current lexer with SCI_GETLEXERLANGUAGE. +
  • +
  • Progress 4GL lexer improves handling of comments in preprocessor declaration. Feature #2902206.
  • @@ -398,6 +401,9 @@ Fixed crash when calling SCI_STYLEGETFONT for a style which does not have a font set. Bug #2857425.
  • + Fixed crash caused by not having sufficient styles allocated after choosing a lexer. Bug #2881279. +
  • +
  • Fixed crash in SciTE using autocomplete word when word characters includes space. Bug #2840141.
  • -- cgit v1.2.3