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

  Date Thread Details
2010‑10‑29
2,559 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,700 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,144 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,956 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,454 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,699 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,163 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,023 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,176 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,682 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,780 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,423 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,880 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,175 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,140 views
"Is it possible to change/extend the time between modifying the source by typing and the call to the lexer and/or pars..."
2010‑02‑03
2,982 views
"I want to add a tooltip on the text where the parser encountered errors. My ParseErrorProvider generates this parsere..."
2009‑07‑30
7,182 views
"If this question is beyond the scope of what you are willing to do via support, just let me know. But, on the off ch..."
2010‑08‑20
2,871 views
"Hi Guys Sorry for this dumb question but I ran through all the samples that were part of teh eval download and cou..."
2010‑05‑18
3,582 views
"Hi, In the "Completion Filtering" example, the unmatched items in the completion list will be filtered o..."
2010‑08‑16
2,892 views
"I created a CustomTagger that uses a CustomTaggerAdornmentManager and a CustomTag copied right from upon your Adornme..."