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,264)

  Date Thread Details
2021‑10‑25
1,001 views
"When I point the Language Designer tool's parser debugger to my dll, I get an error message saying, "No non-abstract ..."
2021‑10‑25
818 views
"Hi, How can I create some HighlightingStyle which will overwrite the previous ones ? I have some HighlightingStyl..."
2021‑10‑27
775 views
"Hi, I would like to be able to put a text prefix on every non empty line. I would also like when a new line is adde..."
2021‑10‑19
826 views
"Hello, I would like to know if it is possible to raise or capture the current selected text in a syntax editor. ..."
2021‑10‑15
768 views
"Hi, Can I somehow export the colored text from the syntax editor to html string so maybe I could have the same ..."
2021‑01‑26
1,104 views
"I'm a beginner working with intelliprompt that's using a custom schema. The intelliprompt suggestions load fine, but ..."
2021‑09‑29
770 views
"Hi, Can I put some meaningful text on a collapsed node than those 3 points inside that gray rectangle ? Kind ..."
2021‑09‑27
755 views
"Hi, I am trying to do multiple replacements inside one undoable action. For this I am using the ITextChange from ..."
2021‑09‑13
780 views
"With the advent of version 2019.1, the vertical view split option was removed. Is there a way for our users to get si..."
2021‑09‑03
974 views
"Hi, I want to highlight some line given the line index in the same way as the current line is highlighted (Synt..."
2021‑08‑20
741 views
"We want to apply the auto-complete list control to the debugging module. Used to do some auto-completion functions of..."
2021‑08‑17
943 views
"For example, a 600K Css production-level file would have 600,000 characters on a single line.Such files often appear ..."
2021‑08‑13
1,003 views
"I set SyntaxEditor.HorizontalScrollBarVisibility to Visable, but it does not always display the horizontal scroll bar..."
2021‑08‑12
767 views
"I want to make a function similar to color display. The decorator in the sample project is marked with IIntraLineSpac..."
2021‑08‑09
798 views
"Hello! I want to use SyntaxEditor to make a read-only text view, so I don't want the scroll bar to scroll to the bl..."
2021‑07‑14
1,177 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
886 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
739 views
"The current EditorSearchOptions.Scope is an enumerated property. It only has two enumeration items, Document and Sele..."
2021‑08‑02
870 views
"Hello, I have a question regarding the PasteDragDrop command When introducing the PasteDragDrop into the xaml, it w..."
2021‑07‑27
986 views
"I implemented a diagnostic tagger class by inheriting CollectionTagger<ISquiggleTag> and IDisposable. Then re..."