Actipro SyntaxEditor for UWP Releases

Released: Nov 29, 2023

Updates in 22.1.0365

Fehlerkorrekturen

  • Fixed an issue where moving the caret to a new view line while IntelliPrompt parameter info was displayed wouldn't reposition the popup.

Released: Jun 7, 2023

Updates in 22.1.0364

Fehlerkorrekturen

  • Fixed an issue with view line offset to character index calculation logic.

Released: Apr 3, 2023

Updates in 22.1.0363

Funktionen

  • Improved logic of 'move selected lines up and down' commands.
  • Added 'ITextSnapshot.GetWordText' and 'GetWordTextRange' method overloads that accept a 'TextOffsetAffinity' argument.
  • Updated pointer interaction in an editor view to quit if the view is unable to be focused.

Fehlerkorrekturen

  • Fixed an issue where typing in a block selection than spanned multiple word-wrapped view lines for the same single document line didn't yield expected results.
  • Fixed an issue with...

Released: Nov 8, 2022

Updates in 22.1.0362

Funktionen

  • Added the EditorCommands.AddNextOccurrenceToSelection edit action (bound to Ctrl+D by default), and the related IEditorViewSelection.AddNextOccurrence method. This new feature adds the next occurrence of the currently-selected text to the selection, or selects the current word if there is no selection.
  • Added the SearchOverlayPane.ApplyStringResources method that can update the pane's UI strings after a string resource change.
  • Refactored the IntelliPrompt completion session's Shorthand...

Released: May 26, 2022

Updates in 22.1.0361

Funktionen

  • Improved performance of 'StartsWithFragmentCompletionItemMatcher' and updated 'RegexCompletionItemMatcherBase' to generate capturing and non-capturing regular expression patterns for improved matching performance when captures are not necessary.
  • Refactored the built-in indicator glyph appearances, dark theme coloring and z-order.
  • Updated SyntaxEditor to ignore vertical mouse wheel scrolling when 'IsMultiLine' is false (single-line mode).
  • Updated open IntelliPrompt completion sessions...

Released: Mar 3, 2022

Updates in 22.1.0360

Funktionen

  • Added new Column Guides feature with Column Guides QuickStart to demonstrate the functionality.
  • 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.NotifyTagAggregatorAttached and ITaggerBase.NotifyTagAggregatorDetached which are called when an instance of TagAggregatorBase<T> attaches...

Released: Sep 8, 2021

Updates in 2020.1 build 0355

Funktionen

  • 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.
  • 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. This ensures any horizontal ScrollBar tray...

Released: Jul 9, 2021

Updates in 2020.1 build 0354

Funktionen

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

Released: Feb 15, 2021

Updates in 2020.1 build 0353

Funktionen

  • Added the ability to customize the macro recording mechanism. Updates include a new IMacroAction interface, making the default MacroRecording object public, adding a virtual SyntaxEditor.CreateMacroRecording method and more.
  • Added the SyntaxEditor.ViewActionExecuting event that is raised immediately before an edit action occurs within an editor view, allowing the action to be canceled.
  • Improved exception reporting for an invalid dynamic lexer regular expression pattern range...

Released: Nov 18, 2020

Updates in 2020.1 build 0352

Funktionen

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