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

  Date Thread Details
2011‑02‑03
4,028 views
"Hello, I want to set one or more lines readonly, so that the user can't modify them. But I don't know how..."
2014‑10‑07
2,962 views
"What is the right way to go about showing a different view of the actual text in the Syntax Editor relative to what i..."
2014‑10‑09
2,470 views
"Hi, I have objects that contains useful semantic information (e.g. property names, function definitions). I would l..."
2014‑10‑08
3,487 views
"DescriptionTip and ParameterInfo provide only a maximum width >>>CompletionSession.DescriptionTipMaxWidt..."
2014‑10‑08
3,457 views
"Hi I am looking to group a set of changes together so they can be undone atomically, reading though other posts thi..."
2014‑10‑03
3,242 views
"Hi We are trying to optimise our application to work with large files, and on of the whole the main bottleneck we a..."
2009‑06‑04
4,926 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,287 views
"The SyntaxEditor loses the scroll position on all databinding changes. This can be demonstrated in the latest sample ..."
2014‑09‑23
3,040 views
"Hello, New user here. I have a fairly simple expression language with syntax that looks like: "IR." + P(Curr..."
2014‑09‑01
3,287 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,272 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,127 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
2,848 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
2,724 views
"I have the following grammar : root ::= block | logExpr block ::= assigt | block_if | ... assigt ::= (sphVar | ..."
2014‑08‑11
2,747 views
"For highlighting the current line, we have a solid gray background. This background is overlaying other highlights, i..."
2014‑08‑06
5,034 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,615 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,298 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,517 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,211 views
"I have an ambiguity in my language in which two nonterminals start with @identifier. Unfortunately, that terminal is ..."