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

  Date Thread Details
2013‑09‑09
3,184 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,693 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,777 views
"Hello. I want to make some kind of background preinitialization of syntax editor, so the first initialization take..."
2013‑08‑25
4,370 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,774 views
"Hello We are currently building an application which needs to rehost Microsofts Workflow Foundation 4.0 Designer. ..."
2013‑08‑19
2,829 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,146 views
"Hey, I am looking into building a small interpreter using SyntaxEditor and I was wondering how, if possible, could ..."
2013‑07‑31
3,299 views
"We have a SyntaxEditor component hooked up to a custom programmatic lexer. Document navigation is rather slow and it ..."
2011‑07‑21
3,725 views
"Hi, When I opening a 600 item CompletionSession takes 0.3 seconds (not including initializing the session), it loo..."
2013‑07‑19
4,020 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,648 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,517 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,034 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,668 views
"Hello, there is a bug with the FindNext (and also ReplaceNext) method : public void testFindNext() { ..."
2013‑07‑17
2,906 views
"Is there a way to match the most frequently completed items first like in visual studio? I guess if it isn't availabl..."
2013‑07‑05
2,806 views
"This is reproducable in the Sample Browser (QuickStart 10) 1. Start typing (e.g. "Inc" for Increment) and then requ..."
2013‑07‑16
2,899 views
"Hi. I'd like to implement a highlighting style similar to the default selection style. In that style, if the select..."
2013‑07‑15
2,825 views
Static by CodyVanZant
1 reply (12 years ago)
"http://www.actiprosoftware.com/community/thread/5647/change-scrollviewer-root-background#20739 We've recent gone fr..."
2013‑07‑15
3,759 views
"Is there a way to programatically call the command that is called when 'Find Next' button is clicked? I'd like it to ..."
2012‑05‑22
3,847 views
"There were a few old questions about this but nothing looked like a definitive answer. I have a EditorSearchView in a..."