This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
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 lineMarginCollection.Capacity
can now be used to change the number of available margins (was previously limited to 5)MarginType.Color
andMargin.BackColor
can be used to set a custom background color for a marginEdgeMode.MultiLine
,Scintilla.MultiEdgeAddLine
andScintilla.MultiEdgeClearAll
can be used to specify multiple vertical long line indicatorsTabDrawMode
andScintilla.TabDrawMode
for specifying the display style of tabs when whitespace is visibleScintilla.UsePopup
overload andPopupMode
for greater control over when to display the right-click context menuFoldDisplayText
,Scintilla.FoldDisplayText
,Line.ToggleFoldShowText
, andStyle.FoldDisplayText
for specifying the display of text tags to the right of folded textIndicatorStyle.Point
andIndicatorStyle.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.