code editing - Actipro SyntaxEditor for UWP

  1. Actipro SyntaxEditor for UWP 22.1.0365

    Notas de la versión: Fixed an issue where moving the caret to a new view line while IntelliPrompt parameter info was displayed wouldn't reposition the popup. 0 ...

  2. Actipro SyntaxEditor for UWP 22.1.0364

    Notas de la versión: Fixed an issue with view line offset to character index calculation logic. 0 ...

  3. About Actipro SyntaxEditor for UWP

    Descripción: 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 ...

  4. Actipro SyntaxEditor for UWP 22.1.0363

    Notas de la versión: 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. ...

  5. Actipro SyntaxEditor for UWP 22.1.0362

    Notas de la versión: 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 ...

  6. Actipro SyntaxEditor for UWP 22.1.0361

    Notas de la versión: 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 ...

  7. Actipro SyntaxEditor for UWP 22.1.0360

    Notas de la versión: 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 ...

  8. Actipro SyntaxEditor for UWP 2020.1 build 0355

    Notas de la versión: 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. ...

  9. Actipro SyntaxEditor for UWP 2020.1 build 0354

    Notas de la versión: 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. ...

  10. Actipro SyntaxEditor for UWP 2020.1 build 0353

    Notas de la versión: 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 ...

  11. Actipro SyntaxEditor for UWP 2020.1 build 0352

    Notas de la versión: Improves printing and syntax highlighting. 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. ...

  12. Actipro SyntaxEditor for UWP 2020.1 build 0351

    Notas de la versión: 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 ...

  13. Actipro SyntaxEditor for UWP 2020.1

    Notas de la versión: 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 ...

  14. Actipro SyntaxEditor for UWP 2019.1 build 0341

    Notas de la versión: 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 ...

  15. Actipro SyntaxEditor for UWP 2019.1

    Notas de la versión: 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 ...

  16. Actipro SyntaxEditor for UWP Compatibility

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

  17. Actipro SyntaxEditor for UWP 2018.1 build 0332

    Notas de la versión: 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 ...

  18. Actipro SyntaxEditor for Universal Windows 2018.1 build 0331

    Notas de la versión: 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(* ...

  19. Actipro SyntaxEditor for Universal Windows 2017.2 build 0323

    Notas de la versión: Improves how IntelliPrompt code snippet template sessions handle indentation. Updated the free sample C#/VB syntax languages to support C# 6 and VB 14 enhancements. Updated ... the HtmlContentProvider.GetContent method to catch any XmlExceptions that can occur from invalid markup. Improved how IntelliPrompt code snippet template sessions handle indentation. Web Languages Add-on Improved the XML ... auto-completion logic to self-close start tags if a '/' is typed. Fixed a bug where rendering issues could occur in a certain scenario when editing the same document in multiple editors. Fixed a bug where ...

  20. Actipro SyntaxEditor for Universal Windows 2018.1

    Notas de la versión: 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 ...