ScintillaNET v3.5.10 Release Notes

Release Date: 2016-07-25 // over 7 years ago
  • ๐Ÿš€ 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.Height property. Issue #177.
    • โž• Added support for application idle time styling.
    • โž• Added ChooseCaretX method. Issue #186.
    • ๐ŸŽ Small performance improvement to the SetSel method.
    • ๐Ÿ”ฆ Exposed the WordChars property. 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 ScrollRange method arguments. Issue #213.
    • โž• Added JSON lexer.
    • โž• Added the ZoomChanged event. Issue #253.
    • Made the fix for the WM_DESTROY message official. Issues #85, #93, #97, #123.

    0๏ธโƒฃ 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.