Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

3.5.1 Release

Compare
Choose a tag to compare
@jacobslusser jacobslusser released this 15 Aug 16:25

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.