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‑02‑17
359 views
"Hello, I can't seem to get a custom image to appear in the HtmlContentProvider. public class CustomHtmlContentProv..."
2022‑02‑17
393 views
"Hi, I am new to using SyntaxEditor and I am wondering if there is a way to track a line of text without having to u..."
2021‑04‑30
650 views
"Picture example: https://ibb.co/h20CwJn The area underlined in red in the picture is free of spaces and tabs. The..."
2022‑02‑09
450 views
"I am encountering an ArgumentException: Specified Visual is already a child of another Visual or the root of a Compo..."
2022‑02‑11
462 views
"We have the requirement to support text replacement macros, similar to c++ macros, where a macro identifier is replac..."
2022‑02‑11
441 views
"Hi! When the document is set to read-only, I want to add a lock mark to the document window tab, how can I achieve ..."
2022‑02‑10
377 views
"The Format Document command (EditorCommands.FormatDocument) in a "VB .NET Language add-on" document has a problem wit..."
2022‑02‑01
372 views
"I'm having trouble getting my Lua grammar to recognize assignment of the empty string to a variable as syntactically ..."
2022‑01‑27
448 views
"Hello, Using your sample app with the math expressions, there is an error alias for the primary expression. This w..."
2022‑01‑24
454 views
"Below is a code snippet from the grammar in your sample application that shows how to define an expression. It is a p..."
2022‑01‑18
578 views
"I use the C#Editor demo program you provided, zoom the Editor to the minimum level, and then fill the entire visible ..."
2022‑01‑20
432 views
"According to the documentation I see that SyntaxEditor supports "smooth inertia-based touch scrolling". I don't know ..."
2022‑01‑20
430 views
"How to update the value of "completionsession. Items" when "completionsession" is open. I need to dynamically change ..."
2022‑01‑19
363 views
"My Lua grammar currently cannot handle function definitions whose parameter list ends in the var arg operator, like t..."
2022‑01‑20
407 views
"demo Entering parentheses in the feature syntax will be completed automatically, but when the cursor moves outside ..."
2022‑01‑08
640 views
"Hello Actipro, I am working with the SyntaxEditor as XML Editor for a sound tool. The corresponding .xsd file conta..."
2022‑01‑13
376 views
"I implement the symbol navigation function by inheriting the INavigableSymbolProvider interface. When the cursor posi..."
2022‑01‑12
379 views
"Are there any recommendations or examples on how to deal with negative numbers and negated expressions? int a = -1 ..."
2022‑01‑11
364 views
"Hello, We are using the automatic error squiggle lines and is working pretty good. However, we notice the red squi..."
2022‑01‑05
401 views
"I have an identifierAndArguments non-terminal that can appear zero or more times at the end of a prefixExpression non..."