spread code creation editing - Actipro SyntaxEditor for UWP

  1. About Actipro SyntaxEditor for UWP

    Description: A syntax-highlighting code editor control and parsing suite. Actipro SyntaxEditor for UWP is a powerful text editing control that is packed with features for efficient code editing, including syntax ... highlighting, code outlining, parsing, line numbers, block selection, IntelliPrompt UI, zooming and adornments. It  has many of the same code editing features found in the Visual Studio code editor. Actipro ... as well. For developers who need to support editing other code languages, custom syntax languages can be developed and distributed with your applications. Actipro offers a unique parser framework ...

  2. Actipro SyntaxEditor for UWP 2020.1 build 0352

    Release Notes: in a certain scenario..NET Languages Add-on Fixed a bug where the C# grammar didn't always handle invalid object creation expressions correctly. Fixed a bug where the VB parser didn't perform well when ...

  3. Actipro SyntaxEditor for Universal Windows 2017.2

    Release Notes: to implement Visual Studio-like Code Lens (info display and hyperlink) and Peek Definition (embedded editor) features. Added logic for unhandled clicks on intra-line adornments to move the caret to the owning ... EditorCommands properties..NET Languages Add-on Added IntelliPrompt completion for object creation expression initializer member names. Improved VB auto-indent logic when pressing space after certain keywords. ...

  4. Actipro SyntaxEditor for UWP 22.1.0365

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

  5. Actipro SyntaxEditor for UWP 22.1.0364

    Release Notes: Fixed an issue with view line offset to character index calculation logic. 0 ...

  6. Actipro SyntaxEditor for UWP 22.1.0363

    Release Notes: Improves logic of 'move selected lines up and down' commands. Improved logic of 'move selected lines up and down' commands. Added 'ITextSnapshot.GetWordText' and 'GetWordTextRange' method overloads that accept a 'TextOffsetAffinity' argument. ...

  7. Actipro SyntaxEditor for UWP 22.1.0362

    Release Notes: selection logic. Improved selection update logic when the RetainSelection option is used. Improved TextSnapshot.TextRangeToPositionRange performance for zero-length text ranges. Updated non-editable code ... characters. Fixed an issue where cached collapsed region information wasn't invalidated early enough in a certain document editing scenario. Fixed an issue where code outlining nodes created ... Refactors IntelliPrompt shorthand item matcher algorithm, resulting in a significant performance improvement. Added the EditorCommands.AddNextOccurrenceToSelection edit action (bound to Ctrl+D ...

  8. Actipro SyntaxEditor for UWP 22.1.0361

    Release Notes: Improves IntelliPrompt item sorting logic and regular expression matching. Improved performance of 'StartsWithFragmentCompletionItemMatcher' and updated 'RegexCompletionItemMatcherBase' to generate capturing and non-capturing regular expression patterns for improved matching ...

  9. Actipro SyntaxEditor for UWP 22.1.0360

    Release Notes: nodes for code-level constructs such as block statements. This feature can be disabled by setting the CSharpOutliner.CanOutlineCodeLevelConstructs property to false. Updated the SourceFileLocation ... Languages Add-on Updated the JavaScript parser grammar to support ECMAScript 2021 (12th Edition) syntax. Updated JsonSyntaxLanguage with a new constructor overload for whether the lexer supports JavaScript ... HighlightingStyle.BorderColor to null in styles with a border could trigger an exception when rendering. Fixed a bug where a code snippet with an $end$ defined immediately after a field may not position the caret properly when ...

  10. Actipro SyntaxEditor for UWP 2020.1 build 0355

    Release Notes: Improves IntelliPrompt UI and word wrap functionality. 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. ...

  11. Actipro SyntaxEditor for UWP 2020.1 build 0354

    Release Notes: 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.NotifySessionOpening method, allowing for code snippet declaration ... is active to deactivate the mode, but not collapse the selection. Updated the left/right selection adjustment edit actions to support virtual space without having to hold Alt when in Block selection mode. ...

  12. Actipro SyntaxEditor for UWP 2020.1 build 0353

    Release Notes: 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 ...

  13. Actipro SyntaxEditor for UWP 2020.1 build 0351

    Release Notes: intra-line adornments. Fixed a bug where a code snippet without any SnippetTypes specified should have been allowed anywhere. Fixed a bug where using the mouse to commit a code snippet selection session might ...

  14. Actipro SyntaxEditor for UWP 2020.1

    Release Notes: IntelliPrompt code snippets to convert tabs to spaces when ITextDocument.AutoConvertTabsToSpaces is set to true. Updated PgDn logic to prevent scrolling past the document end. Updated logic so that when changing ...

  15. Actipro SyntaxEditor for UWP 2019.1 build 0341

    Release Notes: in CollapsedRegionQuickInfoProvider. Improved the caret movement for change character casing edit actions when there is no selection. Improved editor view searching and search result highlighting logic, including offloading some pieces ...

  16. Actipro SyntaxEditor for UWP 2019.1

    Release Notes: method. Most edit actions have been refactored to fully support multiple selections. For instance, pressing Shift+Right Arrow will extend all of the selections by one character. Copying text from multiple ... the EditorViewSelectionEventArgs.PreviousSelectionRanges property that contains a snapshot of all selection ranges prior to the selection change. Added collapse selection left and collapse selection right edit actions. Searching A new search overlay pane ... displays over the upper-right of the active editor view when Ctrl+F (find mode) or Ctrl+H (replace mode) are pressed in a multi-line editor. Related edit actions added. A toggle mode button on the search ...

  17. Actipro SyntaxEditor for UWP Compatibility

    Compatibility: Requirements.NET for Universal Windows apps Microsoft Visual Studio 2017-2022 ...

  18. Actipro SyntaxEditor for UWP 2018.1 build 0332

    Release Notes: lock access to assembly repository across multiple threads. Fixed a bug with code snippet template session selection adjustment in a certain scenario. Python Language Add-on Fixed an outlining bug ...

  19. Actipro SyntaxEditor for Universal Windows 2018.1 build 0331

    Release Notes: Improves collapsible region highlighting logic. Updated several language add-on token tagger classes to better support syntax highlighting for other merged languages. Updated text copied to the clipboard to remain on the clipboard after app exit. Improved collapsible region highlighting logic. LL(* ...

  20. Actipro SyntaxEditor for Universal Windows 2018.1

    Release Notes: Improves word wrap logic for determining where to wrap text. Improved the word wrap logic for determining where to wrap text. Updated indicator margin glyph quick info to be based on the topmost glyph. Added the IParameterInfoSession.HasSelectionChanged property..NET Languages Add-on Improved ...