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

  Date Thread Details
2022‑01‑05
409 views
"I have an identifierAndArguments non-terminal that can appear zero or more times at the end of a prefixExpression non..."
2021‑12‑23
666 views
"resourceExpression.Production = getResourceQuantityExpression.Optional() + resourceRelationalExpression; getStatem..."
2022‑01‑03
438 views
"I am customizing the Lua AST I generate with type-specific nodes, but I can't figure out whether one of my production..."
2021‑12‑17
395 views
"Exception picture: http://ibb.co/LNCWmx2 I would like to ask if Document writes to the file during LoadFile. If it ..."
2021‑12‑14
401 views
"Hello, We have the following lexical regex pattern for numbers (int and reals): (these patterns and look-ahead we..."
2021‑12‑14
452 views
"Hello, Take the following code: int currentTime = clock(sec); clock(min); In our application, the clock functio..."
2021‑12‑10
469 views
"Hello, Consider the following code: statementA 5 statementA (5) statementA 5 + mathFunc(22) statementA (5 + mat..."
2021‑11‑18
511 views
"I am expanding some of the functions on the Editor through IEditorViewMargin. There is a scenario where I want to cha..."
2021‑11‑17
485 views
"Hi, I have an issue with the caret after dragging off of the syntax editor.I have a list of draggable objects. To h..."
2021‑11‑13
404 views
"I implemented a Tagger by inheriting CollectionTagger<IIntraLineSpacerTag>,and call this.Add() method to add th..."
2021‑11‑05
624 views
"I'm writing a Lua grammar, but what I have so far suffers from multiple ambiguities. I'm trying to resolve them using..."
2021‑09‑23
555 views
"Hi, I need an event when scrolling vertically to get the visible lines. I want to create something with 2 editors..."
2021‑10‑25
606 views
"When I point the Language Designer tool's parser debugger to my dll, I get an error message saying, "No non-abstract ..."
2021‑10‑25
465 views
"Hi, How can I create some HighlightingStyle which will overwrite the previous ones ? I have some HighlightingStyl..."
2021‑10‑27
436 views
"Hi, I would like to be able to put a text prefix on every non empty line. I would also like when a new line is adde..."
2021‑10‑19
469 views
"Hello, I would like to know if it is possible to raise or capture the current selected text in a syntax editor. ..."
2021‑10‑15
437 views
"Hi, Can I somehow export the colored text from the syntax editor to html string so maybe I could have the same ..."
2021‑01‑26
738 views
"I'm a beginner working with intelliprompt that's using a custom schema. The intelliprompt suggestions load fine, but ..."
2021‑09‑29
461 views
"Hi, Can I put some meaningful text on a collapsed node than those 3 points inside that gray rectangle ? Kind ..."
2021‑09‑27
445 views
"Hi, I am trying to do multiple replacements inside one undoable action. For this I am using the ITextChange from ..."