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 (162)

  Date Thread Details
2012‑11‑06
4,051 views
"Hi, We are using "VBSyntaxLanguage" in one of our projects and we are getting the intellisense, however, we have a ..."
2012‑09‑24
4,238 views
"Hello Bill, I have the following defined: public class ClinicalDevice : BaseDevice<FilingOptions> { ..."
2012‑08‑20
3,740 views
"Trying to use ICompletionFilter implementation to filter the IntelliPrompt completion list. To check if this works I'..."
2012‑07‑31
7,724 views
"Folks, As part of a new project we're working on, we have a script engine that uses the SyntaxEditor as its editor ..."
2012‑07‑16
4,645 views
"I have a Silverlight Actipro syntax editor hosted on a website, that needs Intellisense. Unfortunately, some of the c..."
2012‑07‑02
4,234 views
"I am implementing design tool that generates C# code for a partial class and allows users to write code-behind for ce..."
2012‑06‑02
4,098 views
"Hello, I want to replace part of C# code in a string like this : public partial class SomeClass { //Comme..."
2011‑12‑05
4,340 views
"It seems extensions functions are not covered by intellisense yet. With the huge use of Linq, it's really ennoyin..."
2012‑04‑27
4,130 views
"A request for support of (constructor) object initialization: var myObject = new SomeType() { PropertyA = Value..."
2012‑03‑21
4,078 views
"If I use this code object obj = new DateTime(0); foreach (int id in (obj as DateTime).{???}) { } Intellisense ..."
2011‑12‑06
6,427 views
"Hello, today, just by opening programmatically several SyntaxEditors with C# SyntaxLangage, after a search operati..."
2012‑02‑28
4,718 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
4,182 views
"In my Code Fragement implementation I have following header and footer text. The edition of variables is the fragme..."
2012‑02‑22
4,071 views
"Hi, I added Custom-DLL's to the CSharpProjectAssembly. But the completion list in the syntax editor shows only th..."
2012‑02‑20
4,041 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,999 views
"Hi, When my synaxeditor first displays I get an ArgumentOutOfRangeException. Here is the stack trace: > Acti..."
2012‑02‑17
3,776 views
"Hi, I'm porting an application from SyntaxEditor for WinForms to SyntaxEditor for WPF. I got all the compiler e..."
2012‑02‑14
4,335 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
4,418 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,680 views
AST to source by 7Alpha7
1 reply (14 years ago)
"Hello, given an AST from source code, is it possible to programatically update the AST and produce the updated sou..."