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

  Date Thread Details
2022‑10‑27
452 views
"Are there any plans for making a WinUI version of the sytax editor?"
2022‑10‑11
372 views
"I set "quickinfo. Content" as "TextBlock" with red background, but the red background does not cover the entire displ..."
2022‑10‑09
330 views
"I use the "SynTaxEditor. ViewMarginFactories" attribute to display some controls around the "Editor", but I don't wan..."
2022‑05‑20
745 views
"Hi, I have an application with ribbon buttons and inside the documents I have SyntaxEditors. I want when I press on..."
2022‑09‑05
386 views
"Can I create "textchange" based on the old "snapshot" and operate on it? For example, in "completionsession", I..."
2022‑09‑06
310 views
"When "CompletionSession" is open, I may want to update the data of "CompletionSession.SnapshotRange" at a certain tim..."
2022‑08‑25
340 views
VS Shift+Enter by SPF
1 reply (2 years ago)
"Does "syntaxeditor" support functions like vs "Shift + enter"?"
2022‑08‑17
401 views
"Hi, is it possible to set the width of the vertical scrollbar and the height of the horizontal scrollbar used by th..."
2022‑08‑08
657 views
"It can be seen from the demo that there will be obvious jamming and delay when scrolling in the text rendered by "col..."
2022‑06‑15
487 views
"Hello, We are populating the completion list with over 3000 items, and when the user is typing just garbage like "a..."
2022‑03‑07
655 views
"I have such a need now 1. I need to change the value of "session. Items" when "complexity" is opened. 2. I need t..."
2021‑04‑21
762 views
"I created a CompletionSession and set its filter properties: session.CanFilterUnmatchedItems = true; session.MatchO..."
2022‑07‑26
373 views
"Hello! We have turned the AmbientParseRequestDispatcherProvider.Dispatcher on, and when typing the following code: ..."
2022‑07‑26
444 views
"Hello, We are using the the following: AmbientParseRequestDispatcherProvider.Dispatcher = new ThreadedParseRequest..."
2022‑07‑26
464 views
"Hello, We currently have the AmbientParseRequestDispatcherProvider.Dispatcher setup, but on that background thread..."
2022‑07‑25
431 views
"Hello, We are currently overriding the Parse(IParseRequest request) method in the LLParserBase to do additional com..."
2022‑07‑21
497 views
"When "editor" is loaded for the first time in "documentwindow" and "zoomlevel! = 1", execute the relevant operations ..."
2022‑07‑14
365 views
"Can the recall times of ctrl+z be set? By default, it can only be recalled 100 times."
2022‑07‑20
335 views
"When the code is folded, it is inconvenient to double-click to select the words nearby, and the folded code will be s..."
2022‑07‑20
334 views
ribbon:TextBox by SPF
1 reply (2 years ago)
"The "textbox" control has the effect of clearing the text after pressing the "ESC" key. How can I cancel this effect,..."