2014‑08‑06
5,342 views
"I wasn't sure whether to post this in the .NET languages add-on forum, but I figured that's for the existing product ..."
2014‑07‑22
2,836 views
"I am trying to mimic the behavior of visual studio. where if you type a character the completionlist comes up and beg..."
2014‑07‑17
2,526 views
"We're using the WPF Syntax Editor control version 2014.1.601 in production in our product. We're using C# with the .N..."
2014‑07‑17
2,752 views
"I have a grammar that is not quite so LL as I would like. My newest stumbling block is that any keyword can also be a..."
2014‑07‑15
2,465 views
"I have an ambiguity in my language in which two nonterminals start with @identifier. Unfortunately, that terminal is ..."
2014‑07‑07
2,662 views
"Hi,
I want to change caret image in syntax editor by image of wait cursor (or specific image) , is there a propert..."
2014‑07‑08
2,208 views
"Hi,
I am trying out the Code Fragment Editing feature.Looking at the example (SampleApplication - SyntaxEditorSampl..."
2014‑07‑08
4,027 views
"Hi,
When I set the footer- and header-text with SetHeaderAndFooterText I am receiving an exception:
Editor.Docume..."
2009‑08‑13
4,364 views
"I would like to make my identifier clickable when the control key is pressed, like this:
http://screencast.com/t/Qh9..."
2014‑07‑04
3,102 views
"Hi,
Is it possible to align vertically an image within a quickinfo tooltip ?
I tried to override the GetImage met..."
2014‑06‑27
3,227 views
"Hi
Can the AST structure be modified after it has been built by the parser?
It seems that the Children property o..."
2014‑06‑25
3,690 views
"Hello,
I'm updating some code that uses a syntax editor to display formatted text (hl7). In some cases, this text c..."
2014‑06‑13
3,890 views
"Hi,
I want to known if there is an event when an indicator is added, removed or when the indicator tags are updated..."
2014‑06‑17
2,634 views
"I am using the syntax editor and want to dynamically update the IsMultiLine property. When assigning a binding (of t..."
2014‑06‑09
3,427 views
"Hi,
We are implemeting a mergable programmatic lexer for a test language. We currently have all necessary classes ..."
2014‑06‑12
2,763 views
"Have implemented a class with property Text that supports INotofyPropertyChanged
Trying to bind it to the SyntaxEd..."
2014‑06‑02
2,555 views
"Hi,
I have a question about the Actipro Parser.
Previously, I used Irony to "compile" from a custom language to j..."
2014‑05‑21
2,403 views
"Hi,
I am looking for control to edit Python scripts.
From samples I noticed that there is InteliPrompt for C..."
2014‑05‑18
2,542 views
"Hi
I'm evaluating the LL parser with the WPF Syntax Editor. I'm getting an error when opening the Language Design..."
2014‑05‑06
3,382 views
"I have a SyntaxEditor instance on my Xaml-based control in my existing WPF application which is a simple application ..."