ScintillaNET v3.5.1 Release Notes

Release Date: 2015-08-15 // over 8 years ago
  • ๐Ÿš€ Items in this release:

    • ๐Ÿ†• New methods for navigating indicators: Indicator.End, Indicator.Start, Scintilla.IndicatorAllOnFor. See documentation for example.
    • Method for Scintilla.AutoCSetFillUps. Issue #70.
    • ๐Ÿ†• New Scintilla.SetEmptySelection method and Command.SelectAll command.
    • ๐Ÿ†• New selection properties: Scintilla.SelectionStart and Scintilla.SelectionEnd. Issue #82.
    • ๐Ÿ› Bug fix when using bitmap images for markers and autocomplete icons via Marker.DefineRgbaImage and Scintilla.RegisterRgbaImage, respectively. Issue #73.
    • ๐Ÿ› Bug fix in Scintilla.GetWordFromPosition. Issue #91.
    • ๐Ÿ›  Fixed nasty bug when switching documents that would cause the document encoding to get reset and/or the document positions to be reported incorrectly. Issues #87 and #94.
    • Scintilla.UsePopup method for disabling the context menu. Issue #103.
    • ๐Ÿ†• New events for Scintilla.HotspotClick, Scintilla.HotspotDoubleClick, and Scintilla.HotspotReleaseClick. Issue #105.

    ๐Ÿš€ This release is also available as a NuGet package in unsigned and signed (strong name) versions.