SyntaxEditor for WPF

Discussion Forums

Post about SyntaxEditor for WPF suggestions, bugs, workarounds, and request support in this forum.

Please note that while we value customer input in this forum and it does help guide our development efforts, it may not always represent our actual priority list.

New Question New Problem New Idea

Threads (1,269)

  Date Thread Details
2021‑07‑14
1,283 views
"After I did a text replacement, I repositioned the cursor position, but the cursor position I saw was still at the en..."
2021‑08‑02
945 views
"I want to implement the CodeLens function of C#. I have tried many ways and the effect is not very satisfactory. Th..."
2021‑08‑02
784 views
"The current EditorSearchOptions.Scope is an enumerated property. It only has two enumeration items, Document and Sele..."
2021‑08‑02
945 views
"Hello, I have a question regarding the PasteDragDrop command When introducing the PasteDragDrop into the xaml, it w..."
2021‑07‑27
1,117 views
"I implemented a diagnostic tagger class by inheriting CollectionTagger<ISquiggleTag> and IDisposable. Then re..."
2021‑07‑29
885 views
"I want to draw a horizontal dividing line on the Editor to divide the code of two different blocks. How to achieve..."
2021‑07‑21
948 views
"Hi, In my syntax editor control, a text is structured with 3 parts: a readonly region, an intraText tag and an edit..."
2015‑03‑30
3,244 views
"Looking for anyone with extensive experience to help me extend my custom language. I am using the WPF Syntax editor i..."
2021‑07‑20
808 views
"Hello, could you help me to proceed with the following problem? I need to change the color of the identifier of a..."
2021‑07‑14
809 views
"Hello, do you have the possibility to store cursor position history and navigate to previous/next position using Ctrl..."
2020‑01‑22
1,083 views
"Is a .net core (3.1) version available at this moment? I can't find anything in the documentation. regards Paul"
2021‑07‑01
747 views
"Hello, ActiProSoftware support, Is there any way to change CaretDisplayCharacterColumn without changing the caret p..."
2021‑07‑01
849 views
"How should I dispose SyntaxEditor when the tab is closed. I have injected many services in SyntaxEditor.Document.La..."
2021‑06‑26
865 views
"The current grammar definition of Json cannot distinguish between keys and values. As a result, the current coloring ..."
2021‑06‑24
875 views
"I am using the completion list, and I need to add detailed descriptions to each item. I created a detail window pro..."
2021‑06‑21
868 views
"I bind all the ZoomLevel properties of SyntaxEditor to a common variable to achieve unification. But when I opened a ..."
2021‑06‑10
924 views
"Is there any way to highlight a word in the SyntaxEditor's text based on a specific position (start index + length)? ..."
2021‑06‑11
892 views
"As the picture show: https://ibb.co/JjY0NBk. I need get the view heigth and vertical scroll bar hegith. Used to r..."
2021‑05‑25
853 views
"<?xml version="1.0" encoding="utf-8" ?> <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/200..."
2021‑05‑20
1,534 views
"Hi, when we open an editor instance with a specific selection, the view is not scrolled. So the selection might not..."