Actipro SyntaxEditor for WinForms 21.1.1

Released: Sep 7, 2021

Updates in 21.1.1

Features

  • Improved IntelliPrompt UI to reposition itself when the view's text area layout is updated, such as when scrolling.
  • Added the SyntaxEditor.WordWrapModeChanged event that is raised when the SyntaxEditor.WordWrapMode property is changed.
  • Added a Drag and Drop QuickStart to demonstrate multiple interaction models and features.
  • Updated the horizontal ScrollBar to remain visible in word wrap mode when the SyntaxEditor.HorizontalScrollBarVisibility property is Visible (the default), which matches Microsoft Visual Studio behavior. Use the new WordWrapModeChanged event to alter the HorizontalScrollBarVisibility property as needed if you still wish the horizontal ScrollBar to be hidden when word wrapping.
  • Updated the IDataStore.GetText method to support String data format if UnicodeText and Text data formats are undefined.
  • Updated the IDataStore.SetText method to replace Html and Rtf data formats if already defined.

Fixes

  • Fixed a bug introduced in the previous build where AutoCorrectorBase logic may not function correctly.
  • Fixed a bug where clicking right of the last character in the line could select a collapsed outlining node at the document start.