3.5.10 Release
Items in this release:
- Updated native SciLexer DLLs to version 3.6.6 (latest).
- Fixed incorrect editor visibility of several AutoComplete properties. Issue #176.
- Added the
Line.Heightproperty. Issue #177. - Added support for application idle time styling.
- Added
ChooseCaretXmethod. Issue #186. - Small performance improvement to the
SetSelmethod. - Exposed the
WordCharsproperty. Issue #143. - Added support for C++11 regular expressions.
- Added Support for Unicode call tips. Issue #207.
- Added PowerShell lexer. Issue #206.
- Fixed a bug in the order of the
ScrollRangemethod arguments. Issue #213. - Added JSON lexer.
- Added the
ZoomChangedevent. Issue #253. - Made the fix for the
WM_DESTROYmessage official. Issues #85, #93, #97, #123.
On that last point, users previously had to call SetDestroyHandleBehavior(true) if they wanted ScintillaNET to handle the WM_DESTROY message to prevent the control from being destroyed/reset when it was docked/undocked on a MDI form. This fix is now enabled by default and so calling this method at application start is no longer necessary. It is possible, though, to disable this fix if you feel so inclined by calling SetDestroyHandleBehavior(false).
This release is also available as a NuGet package in unsigned and signed (strong name) versions.
This release also coincides with our 200th "star" on GitHub. A special thanks to everyone who supports and uses this project.