ScintillaNET v3.6.3 Release Notes

Release Date: 2017-02-19 // about 7 years ago
  • 🚀 Items in this release:

    • ⚡️ Updated native SciLexer DLLs to version 3.7.2 (latest)
    • 🛠 Fixed a few misspellings in the Style type (thanks to @tarobun)
    • 👌 Support for .NET 3.5 Client Profile (thanks to @martinrotter)
    • 🚚 VirtualSpace.NoWrapLineStart to prevent left arrow movement and selection from wrapping to the previous line
    • MarginCollection.Capacity can now be used to change the number of available margins (was previously limited to 5)
    • MarginType.Color and Margin.BackColor can be used to set a custom background color for a margin
    • EdgeMode.MultiLine, Scintilla.MultiEdgeAddLine and Scintilla.MultiEdgeClearAll can be used to specify multiple vertical long line indicators
    • 💅 TabDrawMode and Scintilla.TabDrawMode for specifying the display style of tabs when whitespace is visible
    • Scintilla.UsePopup overload and PopupMode for greater control over when to display the right-click context menu
    • 💅 FoldDisplayText, Scintilla.FoldDisplayText, Line.ToggleFoldShowText, and Style.FoldDisplayText for specifying the display of text tags to the right of folded text
    • 💅 IndicatorStyle.Point and IndicatorStyle.PointCharacter which show small triangles at the start of an indicator range.

    🚀 This release is also available as a NuGet package in unsigned and signed (strong name) versions.

    🚀 This release also coincides with our 275th star on GitHub. A special thanks to everyone who supports and uses this project.


Previous changes from v3.5.10

  • 🚀 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.