diff options
author | nyamatongwe <unknown> | 2013-04-09 15:22:02 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-04-09 15:22:02 +1000 |
commit | 3c46538bb90f861844d1f4c7b09959da7465ee23 (patch) | |
tree | 2db73dbb8c9094b63f7d36921d6af50b2f5873de | |
parent | 1cb4197e2165f5e8690a709d4a4c73d9438d15a0 (diff) | |
download | scintilla-mirror-3c46538bb90f861844d1f4c7b09959da7465ee23.tar.gz |
Updates to history.
-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 3f48cd017..7b952af85 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -444,6 +444,8 @@ <li> Most lexers now lex an extra NUL byte at the end of the document which makes it more likely they will classify keywords at document end correctly. + <a href="http://sourceforge.net/p/scintilla/bugs/574/">Bug #574</a>, + <a href="http://sourceforge.net/p/scintilla/bugs/588/">Bug #588.</a> </li> <li> Haskell lexer improved in several ways. @@ -469,6 +471,10 @@ <li> Position of calltip and autocompletion lists fixed on Cocoa. </li> + <li> + While regular expression search in DBCS text is still not working, matching partial characters is now avoided + by moving end of match to end of character. + </li> </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite330.zip?download">Release 3.3.0</a> |