|
2012‑07‑02
3,703 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
3,624 views
|
"Hello,
I want to replace part of C# code in a string like this :
public partial class SomeClass {
//Comme..."
|
|
2011‑12‑05
3,826 views
|
"It seems extensions functions are not covered by intellisense yet. With the huge use of Linq, it's really ennoyin..."
|
|
2012‑04‑27
3,606 views
|
"A request for support of (constructor) object initialization:
var myObject = new SomeType()
{ PropertyA = Value..."
|
|
2012‑03‑21
3,580 views
|
"If I use this code
object obj = new DateTime(0);
foreach (int id in (obj as DateTime).{???}) { }
Intellisense ..."
|
|
2011‑12‑06
5,913 views
|
"Hello,
today, just by opening programmatically several SyntaxEditors with C# SyntaxLangage, after a search operati..."
|
|
2012‑02‑28
4,162 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,704 views
|
"In my Code Fragement implementation I have following header and footer text.
The edition of variables is the fragme..."
|
|
2012‑02‑22
3,574 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,530 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,493 views
|
"Hi,
When my synaxeditor first displays I get an ArgumentOutOfRangeException. Here is the stack trace:
> Acti..."
|
|
2012‑02‑17
3,275 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,864 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,919 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,248 views
|
"Hello,
given an AST from source code, is it possible to programatically update the AST and produce the updated sou..."
|
|
2011‑12‑09
3,415 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,823 views
|
"If one have such an intialization :
new SOME_TYPE{MEMBER = value1, MEMBER2 = value2 });
with MEMBER and MEMBER2,..."
|
|
2011‑12‑04
3,271 views
|
"If one have such a function :
public T get<T>(string parameterName){
}
The call :
get<SOME_TYPE>(..."
|
|
2011‑10‑31
3,894 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,214 views
|
"Let's say I type Console. in the Sample Browser's C# editor. I select WriteLine in the pop-up Completion List..."
|