diff options
-rw-r--r-- | doc/ScintillaHistory.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 4abe22a14..e6298995c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -442,6 +442,10 @@ Released 11 December 2013. </li> <li> + Haskell folder improved. + <a href="http://sourceforge.net/p/scintilla/bugs/1459 /">Bug #1459 </a>. + </li> + <li> PowerShell lexer recognises here strings and doccomment keywords. #region folding added. <a href="http://sourceforge.net/p/scintilla/feature-requests/985/">Feature #985.</a> @@ -454,6 +458,19 @@ Fix multi-typing when two carets are located in virtual space on one line so that spaces are preserved. </li> + <li> + Fixes to input composition on Cocoa and implementation of accented character input through + press and hold. Set selection correctly so that changes to pieces of composition text are easier to perform. + Restore undo collection after a sequence of composition actions. + Composition popups appear near input. + </li> + <li> + Fix crash on Cocoa when view deallocated. + <a href="http://sourceforge.net/p/scintilla/bugs/1466/">Bug #1466</a>, + </li> + <li> + Fix display of DBCS documents on Windows Direct2D/DirectWrite with default character set. + </li> </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite331.zip?download">Release 3.3.1</a> |