SyntaxEditor .NET Languages Add-on for WPF

Discussion Forums

Post about SyntaxEditor .NET Languages Add-on 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 (151)

  Date Thread Details
2012‑02‑28
3,978 views
"Hi,Rather than implementing a custom ITagger, is there a way to add in compiler errors to the list that the dot net l..."
2012‑02‑27
3,552 views
"In my Code Fragement implementation I have following header and footer text. The edition of variables is the fragme..."
2012‑02‑22
3,426 views
"Hi, I added Custom-DLL's to the CSharpProjectAssembly. But the completion list in the syntax editor shows only th..."
2012‑02‑20
3,350 views
"Hi, Is there an event I can listen to when the intelliprompt is about to display that will let me remove items from..."
2012‑02‑17
3,294 views
"Hi, When my synaxeditor first displays I get an ArgumentOutOfRangeException. Here is the stack trace: > Acti..."
2012‑02‑17
3,097 views
"Hi, I'm porting an application from SyntaxEditor for WinForms to SyntaxEditor for WPF. I got all the compiler e..."
2012‑02‑14
3,667 views
"We're using the latest version of the ANTLR add-on (from 2011.2), which seems to be dependent on ANTLR 3.4. Howev..."
2011‑12‑10
3,706 views
"When scaning an AST to look at some expression matching some needs, it's necessary to resolve the AST expression...."
2011‑12‑09
3,088 views
AST to source by 7Alpha7
1 reply (12 years ago)
"Hello, given an AST from source code, is it possible to programatically update the AST and produce the updated sou..."
2011‑12‑09
3,235 views
"Hello, in a VS like solution / project scenario, it's not quite clear by reading the documentation how to acce..."
2011‑12‑04
3,667 views
"If one have such an intialization : new SOME_TYPE{MEMBER = value1, MEMBER2 = value2 }); with MEMBER and MEMBER2,..."
2011‑12‑04
3,130 views
"If one have such a function : public T get<T>(string parameterName){ } The call : get<SOME_TYPE>(..."
2011‑10‑31
3,704 views
"I have a WPF/C# application that references .NET 4.0 assemblies. However, within the application is a syntax editor t..."
2011‑10‑27
3,074 views
"Let's say I type Console. in the Sample Browser's C# editor. I select WriteLine in the pop-up Completion List..."
2011‑10‑27
3,082 views
"Repro Steps: 1. Open the Actipro Sample Browser 2. Open the C# Editor Sample 3. Add the following text below the..."
2011‑10‑27
2,970 views
"Repro Steps: 1. Open the Actipro Sample Browser 2. Open the C# Editor (.NET Lang Add-On) sample 3. First, add a ..."
2011‑10‑20
2,882 views
"Let's say I'm using the C# Editor in the Actipro Sample browser and entering the following text: int[] err..."
2011‑10‑12
3,257 views
"Hello, I have a class which inherits from ObjectContext which I am accessing from a different class. Both classes ..."
2011‑09‑10
3,466 views
"Repro steps: 1) Open WPF or Silverlight Syntax Editor C# Sample 2) Enter the following: "value". 3) Note..."
2011‑09‑07
3,358 views
"I'm getting a UI bug related to region blocks. 1) Open new document with collapsed regions. 2) The collapsed..."