Actipro SyntaxEditor for WinForms Releases
Released: Dec 13, 2018
Updates in 2018.1 build 0341
Features
- Updated the logic for interacting with system DataObjects.
Fixes
- Fixed a bug where \s in regular expression patterns should have also allowed line terminators.
- Fixed a bug introduced in the previous build where print view margins were too large.
- Fixed bugs with printer view layouts when a DPI-aware app is in high DPI.
Web Languages Add-on
- Fixed a bug where the XML lexer wasn't properly recognizing all allowed Unicode characters for tag/attribute names.
Released: May 24, 2018
Updates in 2018.1
Features
- Changed the default font to Consolas.
- Updated the SyntaxEditor.IndicatorMarginWidth, LineNumberMarginWidth, SelectionMarginWidth, and UserMarginWidth properties to account for high DPI scenarios.
- Updated the SemanticParserService.HasPendingRequest and PendingRequestCount members to account for the document currently being parsed as well.
- Updated IntelliPrompt parameter info to close when the editor loses focus.
- Added a handler for when the Courier New font isn't available on a system...
Released: Jun 16, 2016
Updates in 2016.1
Features
- Improved the rendering speed of span indicator wave lines.
- Updated the IntelliPrompt member list to scroll a virtual selection to the middle of the list in certain scenarios.
- Improved Document.GetSubstringAsHtml logic to ensure that tab characters inject enough space characters to properly reach the next tab stop.
- Added a default ForeColor property to the quick info and parameter info classes.
- Updated member list description tips to use the designated quick info BackColor and ForeColor...