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
2010‑01‑21
3,248 views
"I have one editor user window with the WPF Syntax editor in it with one language definition. I will need later the b..."
2010‑12‑10
2,657 views
"I've had a reoccurring problem with the License information being lost. When I add new classes to my set-up, like..."
2010‑12‑08
3,718 views
"Cannot perform this operation while dispatcher processing is suspended. at System.Windows.Threading.Dispatcher.Pus..."
2010‑12‑06
2,795 views
"I would like to search the syntax editor's current snapshot for a keyword and then insert some text after that. ..."
2010‑11‑30
2,940 views
"In our Blaise Language some Nodes are ended just because the next Node is started. They have no ending Token. In my ..."
2010‑11‑24
2,725 views
"Hello! You have a really great framework for the syntax editor, it seems to be exactly what I was looking for. I r..."
2010‑11‑09
2,449 views
"Hi I am using your SearchControl and want to limit the possible Search providers to Normal and regular expression..."
2010‑10‑29
2,621 views
"I'm currently using your WinForms SyntaxEditor with the language Addon package. I would like to move my project t..."
2010‑10‑29
2,757 views
"I want to run some code when a user presses Ctrl+Space, prior to the completion list command being executed. While I..."
2010‑10‑29
3,231 views
"I have been a user of your WinForms SyntaxEditor for quite some time. The new WPF control looks great! A quick que..."
2010‑10‑29
4,067 views
"I have an application where I'm using the WPF SyntaxEditor and am displaying completion lists. It's working w..."
2010‑10‑14
4,561 views
"Hi, I am trying to convert an MGrammar grammar to use your LLParser, which has been mostly straightforward, but I am..."
2010‑10‑28
3,799 views
"How can I disable the auto block indent introduced in build 531? I already had custom indenting implemented, and the ..."
2010‑10‑27
5,261 views
"Greetings, I have a WPF application that uses the syntax editor with a language that I have an ANTLR grammar for. ..."
2010‑10‑24
3,102 views
Unit tests by Matt Yaeger
1 reply (15 years ago)
"Is there a preferred method for unit testing a custom parser? I tried the unit test below: [TestMethod] ..."
2010‑06‑10
3,253 views
"Product Version: SyntaxEditor v10.1.520 Hi, I am trying to determine if a search result is within a collapsed reg..."
2010‑10‑15
2,762 views
Change a token by Hugh
3 replies (15 years ago)
"I've implemented my language using the LLParser and it's working excellent so far. However this language is a..."
2010‑10‑15
2,841 views
"I have added links to images showing what I am trying to accomplish. When I load a file all collapsible regions ar..."
2010‑10‑15
3,471 views
"Hello everyone, I have a language with context sensitive keywords. For this language I have a hand-coded lexer and..."
2010‑10‑12
2,945 views
CPP Grammer by shlomi R
1 reply (15 years ago)
"Hi, I am using the LL* parser (introduced in the 2010.2 version) in order to parse a Cpp code. I'm wondering i..."