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‑05‑18
941 views
"Hello, I have several tagger that use the TaggerBase class and register with the syntax editor. The squiggles show ..."
2021‑03‑26
1,280 views
"Does the code snippet support the setting of dynamic parameters? For example, I want to insert a constructor. In ..."
2021‑04‑30
794 views
"example : https://ibb.co/pXSxDZy Can you support the thumbnail scroll bar function similar to VS? This is more prac..."
2021‑04‑19
1,238 views
"1. How to add scrollbar to text box on right side in WPF (not programatic) ? 2. How to set desired docked window si..."
2021‑04‑16
913 views
"Hi, We've just upgraded from v19 to v21 so have been able to take advantage of the public nuget packages for the fi..."
2021‑04‑15
755 views
"I implemented a class and inherited CollectionTagger<IUnusedRegionTag>. When the data is updated, I use this ..."
2021‑04‑09
925 views
"Does SyntaxEditor support registering multiple ILineCommenter instances? My language supports two different line comm..."
2021‑04‑07
871 views
"I want to set the current selection of auto-complete in this way. Even if the value of CompletionSelectionState is ..."
2021‑04‑02
887 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
986 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,265 views
"Hi, I have a problem ,I 'am using your breakpoint sample in 'namespace ActiproSoftware.ProductSamples.SyntaxEdit..."
2021‑03‑19
2,015 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,249 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
821 views
"Through debugging, I found that when the value of "IEditorView.SyntaxEditor.Document.ParseData" is updated, the diagn..."
2021‑03‑12
981 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
746 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
796 views
"Hi, Could you tell me if it is possible to export an ICodeDocument which contains some tags (errors, warnings...) w..."
2021‑02‑24
783 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
991 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
1,030 views
"After the content of the list is completely filtered, I want to close the prompt window. But I cannot get the number ..."