Изменения в версии 3.3.2
• Basic implementations of common folding methods added to Scintilla to make it easier for containers to implement folding.
• Add indicator INDIC_COMPOSITIONTHICK, a thick low underline, to mimic an appearance used for Asian language input composition.
• On Cocoa, implement font quality setting. Feature #988.
• On Cocoa, implement automatic enabling of commands and added clear command. Feature #987.
• C++ lexer adds style for preprocessor doc comment. Feature #990.
• Haskell lexer and folder improved. Separate mode for literate Haskell "literatehaskell" SCLEX_LITERATEHASKELL. Bug #1459 .
• LaTeX lexer bug fixed for Unicode character following '\\'. Bug #1468 .
• PowerShell lexer recognises here strings and doccomment keywords. #region folding added. Feature #985.
• Fix multi-typing when two carets are located in virtual space on one line so that spaces are preserved.
• 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.
• Fix lexer problem where no line end was seen at end of document.
• Fix crash on Cocoa when view deallocated. Bug #1466.
• Fix Qt window positioning to not assume the top right of a monitor is at 0, 0.
• Fix Qt to not track mouse when widget is hidden.
• Qt now supports Qt 5.0. Bug #1448.
• Fix drawing on Windows with Direct2D when returning from lock screen. The render target had to be recreated and an area would be black since the drawing was not retried.
• Fix display of DBCS documents on Windows Direct2D/DirectWrite with default character set.
• For SciTE on Windows, fixed most-recently-used menu when files opened through check.if.already.opened.
• In SciTE, do not call OnSave twice when files saved asynchronously.
• Scintilla no longer builds with Visual C++ 6.0.