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

  Date Thread Details
2021‑06‑10
1,084 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
1,039 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
996 views
"<?xml version="1.0" encoding="utf-8" ?> <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/200..."
2021‑05‑20
1,657 views
"Hi, when we open an editor instance with a specific selection, the view is not scrolled. So the selection might not..."
2021‑05‑18
1,059 views
"Hello, I have several tagger that use the TaggerBase class and register with the syntax editor. The squiggles show ..."
2021‑03‑26
1,476 views
"Does the code snippet support the setting of dynamic parameters? For example, I want to insert a constructor. In ..."
2021‑04‑30
943 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,453 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
1,065 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
890 views
"I implemented a class and inherited CollectionTagger<IUnusedRegionTag>. When the data is updated, I use this ..."
2021‑04‑09
1,055 views
"Does SyntaxEditor support registering multiple ILineCommenter instances? My language supports two different line comm..."
2021‑04‑07
998 views
"I want to set the current selection of auto-complete in this way. Even if the value of CompletionSelectionState is ..."
2021‑04‑02
1,056 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
1,158 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,444 views
"Hi, I have a problem ,I 'am using your breakpoint sample in 'namespace ActiproSoftware.ProductSamples.SyntaxEdit..."
2021‑03‑19
2,325 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,480 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
967 views
"Through debugging, I found that when the value of "IEditorView.SyntaxEditor.Document.ParseData" is updated, the diagn..."
2021‑03‑12
1,128 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
872 views
"I found that I want to set the tagger on the document. The currently known method is to inherit TaggerBase. Then retu..."