This repository was archived by the owner on Dec 22, 2023. It is now read-only.
3.5.1 Release
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.SetEmptySelectionmethod andCommand.SelectAllcommand. - New selection properties:
Scintilla.SelectionStartandScintilla.SelectionEnd. Issue #82. - Bug fix when using bitmap images for markers and autocomplete icons via
Marker.DefineRgbaImageandScintilla.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.UsePopupmethod for disabling the context menu. Issue #103.- New events for
Scintilla.HotspotClick,Scintilla.HotspotDoubleClick, andScintilla.HotspotReleaseClick. Issue #105.
This release is also available as a NuGet package in unsigned and signed (strong name) versions.