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

  Date Thread Details
2013‑09‑27
3,517 views
"Guys, is there support for rendering json results? Or some pointers at how to build this if easy? Thanks!"
2013‑08‑27
3,935 views
"I use a SyntaxEditor with CSharpSyntaxLanguage. How can I change the horizontal position of the completion popup ?"
2013‑09‑07
3,240 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
3,146 views
"Hey, I wish to supply a different implementation for the SelectAll Command and I thought to implement it by capturi..."
2013‑09‑10
3,332 views
"i need to change current line number from code . is there any property for that."
2013‑09‑09
3,418 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,942 views
"Document.CurrentSnapshot.Lines[3] is not showing any Text property to read line. what i need to do get line?"
2013‑09‑04
3,010 views
"Hello. I want to make some kind of background preinitialization of syntax editor, so the first initialization take..."
2013‑08‑25
4,661 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
8,114 views
"Hello We are currently building an application which needs to rehost Microsofts Workflow Foundation 4.0 Designer. ..."
2013‑08‑19
3,049 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
4,363 views
"Hey, I am looking into building a small interpreter using SyntaxEditor and I was wondering how, if possible, could ..."
2013‑07‑31
3,536 views
"We have a SyntaxEditor component hooked up to a custom programmatic lexer. Document navigation is rather slow and it ..."
2011‑07‑21
3,957 views
"Hi, When I opening a 600 item CompletionSession takes 0.3 seconds (not including initializing the session), it loo..."
2013‑07‑19
4,297 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,896 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,746 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
4,250 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,846 views
"Hello, there is a bug with the FindNext (and also ReplaceNext) method : public void testFindNext() { ..."
2013‑07‑17
3,107 views
"Is there a way to match the most frequently completed items first like in visual studio? I guess if it isn't availabl..."