Releases: desjarlais/Scintilla.NET
Releases · desjarlais/Scintilla.NET
v.5.3.2.7
v.5.3.2.6
What's Changed
- port WmNcPaint from ScintillaNET 2.6 to ScintillaNET 5 for nicer rendering of 3D borders with visual styles by @jmairboeck in #62
Full Changelog: v.5.3.2.5...v.5.3.2.6
v.5.3.2.5
What's Changed
- Add my autocomplete library to list of available libraries. by @Ahmad45123 in #53
- bug fix: ensure that the text pointer isn't null in ReplaceTarget[RE] and SearchInTarget by @jmairboeck in #60
- give us the text being modified in BeforeModified events on Undo/Redo by @jmairboeck in #59
- add AutoCSelectionChange event by @jmairboeck in #58
- add SCI_{S,G}ETWHITESPACECHARS exposed as WhitespaceChars by @jmairboeck in #55
- add SCI_SET{X,Y}CARETPOLICY functions by @jmairboeck in #57
- add SCI_STYLE{S,G}ETCHANGEABLE as Style.Changeable by @jmairboeck in #56
- add IndentPosition to Line by @jmairboeck in #54
New Contributors
- @Ahmad45123 made their first contribution in #53
- @jmairboeck made their first contribution in #60
Full Changelog: v.5.3.2.4...v.5.3.2.5
Thanks @jmairboeck for major amount of contributions 🎉