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

  Date Thread Details
2021‑06‑10
762 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
706 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
676 views
"<?xml version="1.0" encoding="utf-8" ?> <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/200..."
2021‑05‑20
1,337 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
732 views
"Hello, I have several tagger that use the TaggerBase class and register with the syntax editor. The squiggles show ..."
2021‑03‑26
1,058 views
"Does the code snippet support the setting of dynamic parameters? For example, I want to insert a constructor. In ..."
2021‑04‑30
600 views
"example : https://ibb.co/pXSxDZy Can you support the thumbnail scroll bar function similar to VS? This is more prac..."
2021‑04‑19
995 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
732 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
599 views
"I implemented a class and inherited CollectionTagger<IUnusedRegionTag>. When the data is updated, I use this ..."
2021‑04‑09
769 views
"Does SyntaxEditor support registering multiple ILineCommenter instances? My language supports two different line comm..."
2021‑04‑07
695 views
"I want to set the current selection of auto-complete in this way. Even if the value of CompletionSelectionState is ..."
2021‑04‑02
700 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
776 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,046 views
"Hi, I have a problem ,I 'am using your breakpoint sample in 'namespace ActiproSoftware.ProductSamples.SyntaxEdit..."
2021‑03‑19
1,618 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,002 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
629 views
"Through debugging, I found that when the value of "IEditorView.SyntaxEditor.Document.ParseData" is updated, the diagn..."
2021‑03‑12
780 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
573 views
"I found that I want to set the tagger on the document. The currently known method is to inherit TaggerBase. Then retu..."