Search

Post about SyntaxEditor .NET Languages Add-on for WPF suggestions, bugs, workarounds, and request support in this forum.

Ideas for future improvement can be voted upon. You may apply up to 3 votes on each idea. Votes will be returned when ideas are completed or deleted. You can change or remove your votes on an idea, and can reallocate your votes at any time.

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.

RSS Feed

Thread List (38 total)

Idea Stats: 0 supporters, with 0 total votes
Question 28 questions     Problem 10 problems     Idea 0 ideas - 10 of 10 votes remain
Votes   Date Thread Details
Question
2012-04-27
78 views
"A request for support of (constructor) object initialization: var myObject = new SomeType() { PropertyA = ValueA,..."
Question
2012-03-21
163 views
"If I use this code object obj = new DateTime(0); foreach (int id in (obj as DateTime).{???}) { } Intellisense for..."
Question
2011-12-05
186 views
"It seems extensions functions are not covered by intellisense yet. With the huge use of Linq, it's really ennoyin..."
Problem
2011-12-06
263 views
"Hello, today, just by opening programmatically several SyntaxEditors with C# SyntaxLangage, after a search operation ..."
Question
2012-02-28
371 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..."
Problem
2012-02-27
120 views
"In my Code Fragement implementation I have following header and footer text. The edition of variables is the fragmen..."
Question
2012-02-22
270 views
"Hi, I added Custom-DLL's to the CSharpProjectAssembly. But the completion list in the syntax editor shows only ..."
Question
2012-02-20
121 views
"Hi, Is there an event I can listen to when the intelliprompt is about to display that will let me remove items from ..."
Problem
2012-02-17
216 views
"Hi, When my synaxeditor first displays I get an ArgumentOutOfRangeException. Here is the stack trace: > Act..."
Problem
2012-02-17
117 views
"Hi, I'm porting an application from SyntaxEditor for WinForms to SyntaxEditor for WPF. I got all the compiler err..."
Question
2012-02-14
289 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..."
Question
2011-12-10
271 views
"When scaning an AST to look at some expression matching some needs, it's necessary to resolve the AST expression...."
Question
2011-12-09
130 views
"Hello, given an AST from source code, is it possible to programatically update the AST and produce the updated source..."
Question
2011-12-09
187 views
"Hello, in a VS like solution / project scenario, it's not quite clear by reading the documentation how to access ..."
Problem
2011-12-04
159 views
"If one have such an intialization : new SOME_TYPE{MEMBER = value1, MEMBER2 = value2 }); with MEMBER and MEMBER2, ..."
Problem
2011-12-04
144 views
"If one have such a function : public T get<T>(string parameterName){ } The call : get<SOME..."
Question
2011-10-25
160 views
"It would be very useful to expose intellisense for object initializers. When I declare an object like: new Bob() { Fi..."
Question
2011-09-16
246 views
"I'm working on writing an indent provider for a C#-like language. Do you have: 1. Indent provider code available ..."
Question
2011-10-31
236 views
"I have a WPF/C# application that references .NET 4.0 assemblies. However, within the application is a syntax editor t..."
Question
2011-10-27
106 views
"Let's say I type Console. in the Sample Browser's C# editor. I select WriteLine in the pop-up Completion List..."