editing - Actipro SyntaxEditor for UWP

  1. Actipro SyntaxEditor for UWP 22.1.0365

    릴리스 노트: 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

    릴리스 노트: Fixed an issue with view line offset to character index calculation logic. 0 ...

  3. Actipro SyntaxEditor for UWP 22.1.0363

    릴리스 노트: 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. ...

  4. Actipro SyntaxEditor for UWP 22.1.0362

    릴리스 노트: Refactors IntelliPrompt shorthand item matcher algorithm, resulting in a significant performance improvement. Added the EditorCommands.AddNextOccurrenceToSelection edit action (bound to Ctrl+D ... 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 ...

  5. About Actipro SyntaxEditor for UWP

    설명: 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 ... sample languages are included to get you started (such as C#, HTML, Javascript, and more), and optional premium add-ons with advanced functionality for editing C#, VB, XML, and JavaScript are available ...

  6. Actipro SyntaxEditor for UWP 22.1.0361

    릴리스 노트: 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

    릴리스 노트: 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 ... Enter was pressed after editing the field. Fixed a bug where exported RTF and HTML didn't account for a customized plain text foreground. Fixed a bug where calling IEditorView.InsertSurroundingText ...

  8. Actipro SyntaxEditor for UWP 2020.1 build 0355

    릴리스 노트: 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

    릴리스 노트: 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. ... properly. Fixed a bug where certain edits around collapsed outlining nodes could lead to an invalid state. Fixed a bug where the selection may be incorrect following certain block-based text changes. Fixed ...

  10. Actipro SyntaxEditor for UWP 2020.1 build 0353

    릴리스 노트: 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

    릴리스 노트: 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

    릴리스 노트: Adds schema-based validation support to XML syntax language. Updated the 'Adornments- Squiggles Intro' QuickStart to show a more realistic scenario of tracking developer-specified tagged ranges. Updated the CollectionTagger.Clear method to accurately report the changed text range in the ...

  13. Actipro SyntaxEditor for UWP 2020.1

    릴리스 노트: Improves the IntelliPrompt popup placement. Added a new background that renders the search range when the search overlay pane is in Selection scope mode. Added the SyntaxEditor.HasSearchOverlayPaneKeyBindings property, which can be set to false when using external search UI to prevent access to the ...

  14. Actipro SyntaxEditor for UWP 2019.1 build 0341

    릴리스 노트: 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

    릴리스 노트: 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

    호환성: Requirements.NET for Universal Windows apps Microsoft Visual Studio 2017-2022 ...

  17. Actipro SyntaxEditor for UWP 2018.1 build 0332

    릴리스 노트: Improves lock access to assembly repository across multiple threads. Updated CompletionSession so that when auto-completing without the popup showing, it raises the Opened event in addition to the Closed event that was already raised. Added the IServiceLocator.SyncRoot property, and updated ...

  18. Actipro SyntaxEditor for Universal Windows 2018.1 build 0331

    릴리스 노트: 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 2018.1

    릴리스 노트: 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 ...

  20. Actipro SyntaxEditor for Universal Windows 2017.2 build 0323

    릴리스 노트: 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 ...