Lançamentos do Actipro SyntaxEditor for WinForms

Released: May 27, 2022

Atualizações na 22.1.2

Recursos

  • Refactored built-in indicator glyphs' appearances, dark theme coloring and z-order.
  • Added new SyntaxEditor.OverrideCursor property which can be used to force a specific cursor to be used.
  • Updated IntelliPrompt completion item sorting logic.
  • Updated the sample CSS syntax language lexer.
  • Updated the Microsoft .NET Go to Definition QuickStart to support Ctrl+Click navigation and visual tagging of recognized tokens under the mouse.
  • Improved the product installer.
  • Changed the product...

Released: Mar 14, 2022

Atualizações na 22.1.1

Recursos

  • Added a new Column Guides feature to designate where line breaks should occur.
  • Added a new Compare Files QuickStart to demonstrate side-by-side file comparison.
  • Improved logic for adding manual outlining nodes.
  • Improved HighlightingStyleRegistry.Import to match classification types by key and to ignore colors defined as '0x01000000'.
  • Improved NavigableSymbolSelector to update its ComboBox selections quicker for simple selection changes in the attached SyntaxEditor.
  • Improved...

Released: Dec 8, 2021

Atualizações na 22.1.0

Recursos

  • Added an 'Editor Views - Synchronization QuickStart' to demonstrate synchronizing the scroller and splitter of one editor instance with another.
  • Added support for customizing drag/drop text when dragging within the same editor.
  • Added new non-generic interfaces ITaggerBase (implemented by ITagger<T>) and ITagAggregatorBase (implemented by ITagAggregator<T>) for a type-safe way of working with these types when the type of ITag is not relevant.
  • Added ITaggerBase...

Released: Sep 7, 2021

Atualizações na 21.1.1

Recursos

  • 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...

Released: Jul 12, 2021

Atualizações na 21.1.0

Recursos

  • Added support for semi-transparent text foregrounds.
  • Added completion item inline descriptions that can render optional text along the right side of a completion list item. Updated the .NET Languages Add-on's Completion Override QuickStart to demonstrate the new feature.
  • Added a new IUnusedRegionTag that can be applied to ranges of unused code that should be rendered using partial transparency.
  • Added a new Unused Regions QuickStart to demonstrate the new unused regions feature.
  • Added...

Released: Nov 18, 2020

Atualizações na 2020.1 build 0403

Recursos

  • Added syntax highlighting to collapsed region quick info tips created by the CollapsedRegionQuickInfoProvider language service.
  • Added the CollapsedRegionQuickInfoProvider.IsSyntaxHighlightingEnabled property and added a parameter to the GetContent method.
  • Added the IPrintSettings.AreCollapsedOutliningNodesAllowed property that can be set to true to allow collapsed outlining nodes in a printer view.
  • Added the IPrintSettings.AreIndentationGuidesVisible property that can be set to true to...

Released: Aug 26, 2020

Atualizações na 2020.1 build 0402

Recursos

  • Updated the CollectionTagger.Clear method to accurately report the changed text range in the TagsChanged event when there are fewer than 100 tags being removed. Otherwise, the entire snapshot range is returned as before.
  • Updated the virtual CodeSnippetSelectionSession.OnCompletionSessionInitializing method to perform sorting and be called after items have been added to the session, so that completion items and/or sorting can be customized prior to opening.
  • Updated touch taps over a...

Released: Apr 16, 2020

Atualizações na 2020.1 build 0401

Recursos

  • Added a new background that renders the search range when the search overlay pane is in Selection scope mode.
  • Improved search overlay pane logic related to the selection scope range.
  • Added the IsTextDataBindingEnabled property, which can be set to true to allow data binding to the SyntaxEditor.Text property.
  • Updated the SyntaxEditor.BackColor and ForeColor properties to support overriding the plain text style.
  • Updated IntelliPrompt code snippets to convert tabs to spaces when...

Released: Nov 13, 2019

Atualizações na 2020.1

Recursos

Cross-Platform Design

  • The WinForms SyntaxEditor has been rewritten to support a cross-platform API across the WPF, UWP, and WinForms platforms. This allows SyntaxEditor features for the three platforms to be kept in sync moving forward.

Scrolling and Zooming

  • Added smooth inertia-based touch scrolling.
  • Added support for Shift+MouseWheel to scroll editor views horizontally.
  • Added the IEditorViewScroller.ScrollTo method that scrolls the view to a certain view line, which can easily be...

Released: Nov 1, 2019

Atualizações na 2018.1 build 0342

Correções

  • Fixed a bug introduced in a previous build where when splitting a view, removing the split, and splitting again, the scrollbars might not render properly.