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‑04‑15
716 views
"I implemented a class and inherited CollectionTagger<IUnusedRegionTag>. When the data is updated, I use this ..."
2021‑04‑09
877 views
"Does SyntaxEditor support registering multiple ILineCommenter instances? My language supports two different line comm..."
2021‑04‑07
825 views
"I want to set the current selection of auto-complete in this way. Even if the value of CompletionSelectionState is ..."
2021‑04‑02
805 views
"Hello, I am trying to replace all words that are between curly brackets ({{my_word}}) with a custom user control in..."
2021‑03‑27
917 views
"I don't seem to find that the editor can subscribe to scroll events.I need an event that changes only when the scroll..."
2014‑09‑30
3,180 views
"Hi, I have a problem ,I 'am using your breakpoint sample in 'namespace ActiproSoftware.ProductSamples.SyntaxEdit..."
2021‑03‑19
1,850 views
"Hi, I am in the beginning stages of researching a VBScript to C# code convertor. For context, we developed an edi..."
2021‑03‑15
1,127 views
"I found that the editor seems to use LF as the end-of-line character, so that the enter key is only 1 offset. But the..."
2021‑03‑17
749 views
"Through debugging, I found that when the value of "IEditorView.SyntaxEditor.Document.ParseData" is updated, the diagn..."
2021‑03‑12
912 views
"Can the current relative position of the cursor be displayed on the scroll bar?Just like the effect on the right side..."
2021‑03‑05
687 views
"I found that I want to set the tagger on the document. The currently known method is to inherit TaggerBase. Then retu..."
2021‑03‑03
735 views
"Hi, Could you tell me if it is possible to export an ICodeDocument which contains some tags (errors, warnings...) w..."
2021‑02‑24
724 views
"How do one avoid parsing of entire document when one just inserts or updates a line via code below ITextChange chang..."
2021‑02‑22
933 views
"In some cases, such as defining unused variables, I need to mark the color of this variable as gray. How to achieve t..."
2021‑02‑02
949 views
"After the content of the list is completely filtered, I want to close the prompt window. But I cannot get the number ..."
2021‑01‑09
1,030 views
"I have two SyntaxEditors with slightly different versions of the same text inside, and would like to have the 2nd one..."
2021‑02‑04
827 views
"I developed an HTML editor and provided Delimiter auto-completion function. In this case, only a quote will appear...."
2021‑02‑02
765 views
"I have implemented the formatting method by inheriting ITextFormatter. In some cases, I want to manually call the For..."
2021‑01‑21
1,072 views
"I have the following 2 funtions to expand all child nodes of a given node, and one to collapse all nodes. Both of the..."
2021‑01‑21
901 views
"I implemented the rename function by inheriting IntelliPromptSessionBase,But the focus cannot be obtained when the re..."