|
2013‑11‑17
4,113 views
|
"I would like to support this kind of syntax
#load "script.csx"
#r "System.Linq"
using System;
public void..."
|
|
2013‑09‑19
3,262 views
|
"I am a newbie to SyntaxEditor, and we are estimating some control which like vs.net editor.
We care following funct..."
|
|
2013‑10‑24
3,645 views
|
"Considering a class "MyClass" having a string member "MyStringField".
The C# code below is invalid because method S..."
|
|
2013‑08‑30
3,669 views
|
"I use the SyntaxEditor code fragment feature to design a "C# expression control".My control need to resolve the type ..."
|
|
2013‑08‑05
3,620 views
|
"Hi
The syntax editor automatically provides the user with the <summary> and <param name="x"> XML docume..."
|
|
2013‑08‑01
5,070 views
|
"Hi
I have a SyntaxEditor with completion working correctly.
I would like to access the Actipro XML parsed documen..."
|
|
2013‑06‑27
3,570 views
|
"I am a newbie to SyntaxEditor but what I want to achieve is simple.
I have my C# code written with XML comments and..."
|
|
2013‑01‑07
3,385 views
|
"Is there a way with the VBSyntaxLanguage to have the editor auto case. For example auto convert: "select case" to "Se..."
|
|
2012‑12‑14
5,788 views
|
"Hello again,
i am sorry to nag you on and on with valid and invalid queries. But here is my next one:
ERROR: AddPe..."
|
|
2012‑11‑06
4,132 views
|
"Is there a format code option build into the .NET languages add-on or the syntax editor itself?
If not, is there a ..."
|
|
2011‑09‑16
4,666 views
|
"I'm working on writing an indent provider for a C#-like language. Do you have:
1. Indent provider code availab..."
|
|
2013‑03‑19
5,030 views
|
"I see many (and critical) problems about using SyntaxEditor in a complex (but real !) context : many ProjectAssembly ..."
|
|
2012‑10‑16
3,987 views
|
"In our application we have a scripting support based on VB.NET language. End user can enter VB.NET code in WPF Syntax..."
|
|
2013‑03‑12
3,406 views
|
"Hi,
I have a scenario where i need to create ParseData without having to create the SyntaxEditor instance (I am us..."
|
|
2013‑03‑05
3,750 views
|
"Background:
In the Sample Browser's C# Getting Started 02 sample, let's say I add the following line to the DemoTes..."
|
|
2013‑03‑02
6,573 views
|
"Just try :
IProjectAssembly myProjectAssembly; // in my code, this is a CSharpProjectAssembly
myProjectAssembly.A..."
|
|
2013‑02‑20
3,687 views
|
"When using Enumerable (or Queryable) extensions methods, type resolution doesn't work very well.
For exemple, consi..."
|
|
2013‑02‑13
3,379 views
|
"Public Class PrimaryClass
Public Shared Property TestSubClass As New SubClass
Public Class SubClass
Public Shar..."
|
|
2013‑02‑11
4,137 views
|
"Where can I find a sample grammar and AST production?
I need to create a domain specific language for usage by user..."
|
|
2013‑01‑23
3,468 views
|
"I need to get a list of variables at the scope of a current line. For example, when user clicks inside of the functio..."
|