|
2009‑06‑04
5,442 views
|
"I've been trying to migrate from the WinForms syntax editor to the WPF Editor and am looking for info. on how to ..."
|
|
2014‑09‑23
3,809 views
|
"The SyntaxEditor loses the scroll position on all databinding changes. This can be demonstrated in the latest sample ..."
|
|
2014‑09‑23
3,537 views
|
"Hello,
New user here. I have a fairly simple expression language with syntax that looks like:
"IR." + P(Curr..."
|
|
2014‑09‑01
3,722 views
|
"Hey,
Is there a way to set the MaxWidth property for a QuickInfoSession that is created by the default language reg..."
|
|
2014‑09‑19
2,703 views
|
"I'm trying to use some of the Getting Started code to implement my custom language.
In the class ActiproSoftware.Te..."
|
|
2014‑09‑15
2,549 views
|
"Hi,
Is it possible to increase the line height? Some editors like Sublime Text allows you to add some padding (both..."
|
|
2014‑09‑11
3,288 views
|
"I just downloaded the trial of the WPF controls and am seeing an issue.
My goal is to have the SyntaxEditor embedde..."
|
|
2014‑09‑08
3,173 views
|
"I have the following grammar :
root ::= block | logExpr
block ::= assigt | block_if | ...
assigt ::= (sphVar | ..."
|
|
2014‑08‑11
3,113 views
|
"For highlighting the current line, we have a solid gray background. This background is overlaying other highlights, i..."
|
|
2014‑08‑06
5,559 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,967 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,677 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,905 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,612 views
|
"I have an ambiguity in my language in which two nonterminals start with @identifier. Unfortunately, that terminal is ..."
|
|
2014‑07‑07
2,832 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,321 views
|
"Hi,
I am trying out the Code Fragment Editing feature.Looking at the example (SampleApplication - SyntaxEditorSampl..."
|
|
2014‑07‑08
4,181 views
|
"Hi,
When I set the footer- and header-text with SetHeaderAndFooterText I am receiving an exception:
Editor.Docume..."
|
|
2009‑08‑13
4,584 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,245 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,377 views
|
"Hi
Can the AST structure be modified after it has been built by the parser?
It seems that the Children property o..."
|