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

  Date Thread Details
2022‑01‑20
885 views
"According to the documentation I see that SyntaxEditor supports "smooth inertia-based touch scrolling". I don't know ..."
2022‑01‑20
801 views
"How to update the value of "completionsession. Items" when "completionsession" is open. I need to dynamically change ..."
2022‑01‑19
709 views
"My Lua grammar currently cannot handle function definitions whose parameter list ends in the var arg operator, like t..."
2022‑01‑20
763 views
"demo Entering parentheses in the feature syntax will be completed automatically, but when the cursor moves outside ..."
2022‑01‑08
1,117 views
"Hello Actipro, I am working with the SyntaxEditor as XML Editor for a sound tool. The corresponding .xsd file conta..."
2022‑01‑13
724 views
"I implement the symbol navigation function by inheriting the INavigableSymbolProvider interface. When the cursor posi..."
2022‑01‑12
744 views
"Are there any recommendations or examples on how to deal with negative numbers and negated expressions? int a = -1 ..."
2022‑01‑11
686 views
"Hello, We are using the automatic error squiggle lines and is working pretty good. However, we notice the red squi..."
2022‑01‑05
747 views
"I have an identifierAndArguments non-terminal that can appear zero or more times at the end of a prefixExpression non..."
2021‑12‑23
996 views
"resourceExpression.Production = getResourceQuantityExpression.Optional() + resourceRelationalExpression; getStatem..."
2022‑01‑03
797 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
699 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
693 views
"Hello, We have the following lexical regex pattern for numbers (int and reals): (these patterns and look-ahead we..."
2021‑12‑14
853 views
"Hello, Take the following code: int currentTime = clock(sec); clock(min); In our application, the clock functio..."
2021‑12‑10
820 views
"Hello, Consider the following code: statementA 5 statementA (5) statementA 5 + mathFunc(22) statementA (5 + mat..."
2021‑11‑18
826 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
841 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
713 views
"I implemented a Tagger by inheriting CollectionTagger<IIntraLineSpacerTag>,and call this.Add() method to add th..."
2021‑11‑05
969 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
903 views
"Hi, I need an event when scrolling vertically to get the visible lines. I want to create something with 2 editors..."