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
2013‑10‑01
2,888 views
"Hello! I use Syntax Editor and .NET Languages AddOn for an application that is occasionally run on old and slow com..."
2013‑09‑27
2,916 views
"Guys, is there support for rendering json results? Or some pointers at how to build this if easy? Thanks!"
2013‑08‑27
3,218 views
"I use a SyntaxEditor with CSharpSyntaxLanguage. How can I change the horizontal position of the completion popup ?"
2013‑09‑07
2,658 views
"Hi, I am currently building a grammar for a scripting language and I am very happy with the tools. I do have one qui..."
2013‑09‑20
2,585 views
"Hey, I wish to supply a different implementation for the SelectAll Command and I thought to implement it by capturi..."
2013‑09‑10
2,799 views
"i need to change current line number from code . is there any property for that."
2013‑09‑09
2,765 views
"I need to change current line dynamically and and set background color to that line. How to do this one."
2013‑09‑09
2,329 views
"Document.CurrentSnapshot.Lines[3] is not showing any Text property to read line. what i need to do get line?"
2013‑09‑04
2,368 views
"Hello. I want to make some kind of background preinitialization of syntax editor, so the first initialization take..."
2013‑08‑25
3,948 views
"Hi, I have a development studio with MDI interface, with full intellisense and parsing features in c#. As soon as I..."
2011‑02‑25
7,199 views
"Hello We are currently building an application which needs to rehost Microsofts Workflow Foundation 4.0 Designer. ..."
2013‑08‑19
2,408 views
"There appears to be some sort of auto indent functionality under which a tab character is added when the Enter key is..."
2013‑07‑26
3,707 views
"Hey, I am looking into building a small interpreter using SyntaxEditor and I was wondering how, if possible, could ..."
2013‑07‑31
2,861 views
"We have a SyntaxEditor component hooked up to a custom programmatic lexer. Document navigation is rather slow and it ..."
2011‑07‑21
3,258 views
"Hi, When I opening a 600 item CompletionSession takes 0.3 seconds (not including initializing the session), it loo..."
2013‑07‑19
3,568 views
"Hello, how can I access the lines of the Document? I don't find a property like "Lines" (Collection of lines) I..."
2013‑06‑26
5,158 views
"Hello I was previously a very enthusiatic user of SyntaxEditor for WinForms - and when I needed to implement an edi..."
2013‑07‑20
3,111 views
"I have a syntax language that uses the XML add-on as the primary language, and then uses control sequences to enable ..."
2013‑07‑17
3,615 views
"I have scroll performance issue in SyntaxEditor. When scroll page-down the editor with the code of 10,000 line, per..."
2013‑07‑17
3,280 views
"Hello, there is a bug with the FindNext (and also ReplaceNext) method : public void testFindNext() { ..."