spread code creation editing - Actipro SyntaxEditor for WPF

  1. SyntaxEditor for WPF adds Code Fragment Editing

    Release Notes: are still available, such as automated IntelliPrompt, adornments, etc. Code Fragment Editing- Edit a portion of a document, such as a method body or expression. The benefit of using code fragments is that you ... Updates in 2011.2 IntelliPrompt Parameter Info- Show information about each member signature being edited. This makes it easy to implement parameter info for your own custom languages. Parameter ... info can handle rich-formatted content display using HTML-like markup tags. Colors and font weights or styles can be used to bring attention to portions of the info tip. Single-Line Edit Mode- Make ...

  2. About Actipro SyntaxEditor for WPF

    Description: A WPF syntax-highlighting code editor control and parsing suite. Actipro SyntaxEditor for WPF brings a powerful Visual Studio-like code editing experience to your own applications. It includes all ... and members within the selected root symbol. The selections update as the caret is moved in the editor. Premium SyntaxEditor Language Add‑ons- Enhance the SyntaxEditor code-editing experience with features like ... a complete debugger UI, and much more. Code Fragments- There can be situations where an end user should only see and edit the contents of a specific method or property, or perhaps only a certain statement ...

  3. Actipro SyntaxEditor for WPF 22.1.0

    Release Notes: for the EditorSnapshotChangedEventArgs.TypedText property to remove whitespace that might have been added to pad a typed character for proper virtual space positioning. Updated the Language Designer app to support creation of AST node interfaces. ... of the editor. Fixed a bug where setting 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 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 ...

  4. Actipro SyntaxEditor for WPF 24.1.1

    Release Notes: Updated and added UIA peers for numerous controls to better support accessibility updates in.NET 8. API documentation is now based on assemblies that target Microsoft.NET 6 (previously.NET Framework). The Sample Browser application included with the installer will now multi-target.NET Framework 4.6 ...

  5. Actipro SyntaxEditor for WPF 2017.2

    Release Notes: Studio-like Code Lens (info display and hyperlink) features. Added a new adornments QuickStart showing how to implement Visual Studio-like Peek Definition (embedded editor) features. Improved how vertical ... of using normal.NET reflection. Added IntelliPrompt completion for object creation expression initializer member names. Improved VB auto-indent logic when pressing space after certain keywords. Improved VB ...

  6. Actipro SyntaxEditor for WPF 23.1.4

    Release Notes: Improved logic that retrieves language services. Updated IME logic. Fixed an issue where moving the caret to a new view line while IntelliPrompt parameter info was displayed wouldn't reposition the popup. 0 ...

  7. Actipro SyntaxEditor for WPF 23.1.3

    Release Notes: Updated the IntelliPrompt completion list description tip to announce in screen reader apps. Updated OverlayPaneCollection.AddSearch to close any existing overlay panes before adding the SearchOverlayPane. Fixed an issue where IME composition wouldn't work if SyntaxEditor was in a Popup. 0 ...

  8. Actipro SyntaxEditor for WPF 23.1.1

    Release Notes: Updates IntelliPrompt completion list to announce the current selection in screen reader apps. Updated IntelliPrompt completion list to announce the current selection in screen reader apps. Fixed an issue with view line offset to character index calculation logic. 0 ...

  9. Actipro SyntaxEditor for WPF 23.1.0

    Release Notes: assemblies to be code-signed. Updated the caret blink timer's dispatcher priority to produce more consistent blink speeds. Fixed an issue with HighlightingStyleRegistry importing decimal font size values ...

  10. Actipro SyntaxEditor for WPF 22.1.5

    Release Notes: view lines for the same single document line didn't yield expected results. Fixed an issue where IntelliPrompt parameter info could flicker slightly while editing. ...

  11. Actipro SyntaxEditor for WPF 22.1.4

    Release Notes: Improves visible whitespace rendering logic to include non-breaking space characters. Added the SearchOverlayPane.ApplyStringResources method that can update the pane's UI strings after a string resource change. Improved TextSnapshot.TextRangeToPositionRange performance for zero-length text ...

  12. Actipro SyntaxEditor for WPF 22.1.3

    Release Notes: performance. Updated non-editable code snippet fields to not be highlighted in the template session. Updated the CollapsedRegionManager.GetVisibleOffset method logic..NET Languages Add-on Improved name ... Refactored IntelliPrompt shorthand item matcher algorithm, resulting in significant performance improvements. Added the EditorCommands.AddNextOccurrenceToSelection edit action (bound to Ctrl+D ... line. Fixed an issue where code outlining nodes created with AutomaticOutliningUpdateTrigger.TextChanged may not update correctly when making a large number of text changes. Fixed an issue where ...

  13. Actipro SyntaxEditor for WPF 22.1.2

    Release Notes: wasn't invalidated early enough in a certain document editing scenario. ...

  14. Advanced Editing Capabilities

    Screenshots: SyntaxEditor has a number of display features you find in the Visual Studio code editor such as line numbers, visible whitespace, word wrap, line modification marks, split views, mouse wheel ...

  15. Actipro SyntaxEditor for WPF 22.1.1

    Release Notes: Adds new Column Guides feature to designate where line breaks should occur. Improved Microsoft Visual Studio 2022 designer support. 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. ...

  16. Actipro SyntaxEditor for WPF 21.1.3

    Release Notes: Improves IntelliPrompt UI and horizontal ScrollBar. 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. ...

  17. Actipro SyntaxEditor for WPF 21.1.2

    Release Notes: the.NET Languages Add-on's Completion Override QuickStart to demonstrate the new feature. Added the ICodeSnippetTemplateSessionEventSink.NotifySessionOpening method, allowing for code snippet ... Esc key handling while incremental search mode is active to deactivate the mode, but not collapse the selection. Updated the left/right selection adjustment edit actions to support virtual space without ... of an outlining node may not shift offsets 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 ...

  18. Actipro SyntaxEditor for WPF 21.1.1

    Release Notes: Adds the ability to render ranges of unused code using partial transparency. Added a new IUnusedRegionTag that can be applied to ranges of unused code that should be rendered using partial ...

  19. Actipro SyntaxEditor for WPF 21.1.0

    Release Notes: 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 ... and introduced online documentation on the Actipro web site. Created a new 'WPF-Controls' GitHub repository with the full source of documentation topics, samples and other code. Fixed a bug ...

  20. Actipro SyntaxEditor for WPF 2020.1.1

    Release Notes: Updates the editor to support default font bold/italic settings. 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 ...