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

  Date Thread Details
2010‑12‑08
3,664 views
"Cannot perform this operation while dispatcher processing is suspended. at System.Windows.Threading.Dispatcher.Pus..."
2010‑12‑06
2,757 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,885 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,692 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,420 views
"Hi I am using your SearchControl and want to limit the possible Search providers to Normal and regular expression..."
2010‑10‑29
2,583 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,722 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,177 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
3,994 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,487 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,731 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,220 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,053 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,199 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,703 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,802 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,440 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,909 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..."
2010‑09‑16
3,205 views
"I have an adornment that works great, however, my question is, how do I assign a value to the object parameter in Get..."
2010‑09‑20
3,162 views
"Is it possible to change/extend the time between modifying the source by typing and the call to the lexer and/or pars..."