|
2013‑02‑11
4,183 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,535 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..."
|
|
2013‑01‑07
3,197 views
|
"I have a library that I only want to expose a sub set of the available methods to the editor's intelisense. Is there ..."
|
|
2011‑09‑12
3,796 views
|
"It would be good to expose the implicit type information for "var" declarations.
Consider the following ..."
|
|
2012‑11‑01
3,422 views
|
"Hello,
I use a SyntaxEditor with VBSyntaxLanguage. The following works:(note: the | sign denotes the cursor positio..."
|
|
2012‑11‑06
3,235 views
|
"Hello again,
the visibility scope of VB Module members is expanded to the containing namespace (see http://msdn.mic..."
|
|
2012‑12‑11
3,001 views
|
"Hello,
In the following code, the property type of IntValue.Value is recognized to be a System.Object instead of a ..."
|
|
2012‑11‑19
2,961 views
|
"Hello, I purchased SyntaxEditor .NET Languages Add-on for WPF and was wondering if SyntaxEditor Web Languages Add-on..."
|
|
2012‑10‑30
3,410 views
|
"We're implementing custom C# and Xml CompletionProviders and would like to instanciate the CSharpCompletionSesison an..."
|
|
2012‑11‑06
3,328 views
|
"Hi,
We are using "VBSyntaxLanguage" in one of our projects and we are getting the intellisense, however, we have a ..."
|
|
2012‑09‑24
3,525 views
|
"Hello Bill,
I have the following defined:
public class ClinicalDevice : BaseDevice<FilingOptions>
{
..."
|
|
2012‑08‑20
3,067 views
|
"Trying to use ICompletionFilter implementation to filter the IntelliPrompt completion list. To check if this works I'..."
|
|
2012‑07‑31
6,824 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
3,963 views
|
"I have a Silverlight Actipro syntax editor hosted on a website, that needs Intellisense. Unfortunately, some of the c..."
|
|
2012‑07‑02
3,526 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,427 views
|
"Hello,
I want to replace part of C# code in a string like this :
public partial class SomeClass {
//Comme..."
|
|
2011‑12‑05
3,633 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,411 views
|
"A request for support of (constructor) object initialization:
var myObject = new SomeType()
{ PropertyA = Value..."
|
|
2012‑03‑21
3,420 views
|
"If I use this code
object obj = new DateTime(0);
foreach (int id in (obj as DateTime).{???}) { }
Intellisense ..."
|
|
2011‑12‑06
5,664 views
|
"Hello,
today, just by opening programmatically several SyntaxEditors with C# SyntaxLangage, after a search operati..."
|