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

  Date Thread Details
2022‑11‑21
391 views
"Hi, we use a default style that sets a background and foreground color for most scenarios. If another style only mo..."
2022‑11‑15
310 views
"I'm imlementing a feature akin to delimiter highlighting, but for the scope blocks of a custom Lua syntax language, b..."
2022‑10‑27
466 views
"Are there any plans for making a WinUI version of the sytax editor?"
2022‑10‑11
395 views
"I set "quickinfo. Content" as "TextBlock" with red background, but the red background does not cover the entire displ..."
2022‑10‑09
342 views
"I use the "SynTaxEditor. ViewMarginFactories" attribute to display some controls around the "Editor", but I don't wan..."
2022‑05‑20
765 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
401 views
"Can I create "textchange" based on the old "snapshot" and operate on it? For example, in "completionsession", I..."
2022‑09‑06
324 views
"When "CompletionSession" is open, I may want to update the data of "CompletionSession.SnapshotRange" at a certain tim..."
2022‑08‑25
355 views
VS Shift+Enter by SPF
1 reply (2 years ago)
"Does "syntaxeditor" support functions like vs "Shift + enter"?"
2022‑08‑17
416 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
667 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
499 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
668 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
781 views
"I created a CompletionSession and set its filter properties: session.CanFilterUnmatchedItems = true; session.MatchO..."
2022‑07‑26
390 views
"Hello! We have turned the AmbientParseRequestDispatcherProvider.Dispatcher on, and when typing the following code: ..."
2022‑07‑26
465 views
"Hello, We are using the the following: AmbientParseRequestDispatcherProvider.Dispatcher = new ThreadedParseRequest..."
2022‑07‑26
487 views
"Hello, We currently have the AmbientParseRequestDispatcherProvider.Dispatcher setup, but on that background thread..."
2022‑07‑25
454 views
"Hello, We are currently overriding the Parse(IParseRequest request) method in the LLParserBase to do additional com..."
2022‑07‑21
518 views
"When "editor" is loaded for the first time in "documentwindow" and "zoomlevel! = 1", execute the relevant operations ..."
2022‑07‑14
377 views
"Can the recall times of ctrl+z be set? By default, it can only be recalled 100 times."