|
2007‑04‑17
3,043 views
|
"Hi,
Creating a dynamic language and have a quick question. Have the following defined for multiline comments and ..."
|
|
2007‑09‑27
2,500 views
|
"Hi,
I want to Highlight a specific word in a Text laoded in SyntaxEditor control.
Can we do this ?
Thanks in a..."
|
|
2007‑09‑26
2,649 views
|
"In my application, when the user makes certain changes via the UI, I rewrite a portion of the code in the editor for ..."
|
|
2007‑09‑25
3,258 views
|
"I have upgraded to the latest version v.0.0260 and I am trying to utilize the DynamicSyntaxLanguage with my existing ..."
|
|
2007‑09‑25
2,417 views
|
"Is GetText(LineTerminator.NewLine) the correct way to get document text that is consistent with the offsets in your p..."
|
|
2007‑09‑18
3,045 views
|
"The ContextMenuStrip property seems to be being ignored - well sort of!!
If, in the demo application, I add a cont..."
|
|
2007‑09‑18
2,869 views
|
"Does anyone know how to set the default color in a StandardColorPicker control, actually I can't seem to find it ..."
|
|
2007‑09‑17
2,543 views
|
"In VB in VS when i type a call to a function it automatically adds "()" at the end of the call. for instanc..."
|
|
2007‑08‑31
2,782 views
|
"why is my implementation crashing
when ever i remove then try to add the "()" after the statement "..."
|
|
2007‑09‑12
2,716 views
|
"I'm attempting to share the AST between two languages, and the grammar code generation is causing some grief beca..."
|
|
2007‑09‑12
2,526 views
|
"Does Document.SyntaxLanguageChanged get fired?
I tried catching it and it doesn't seem to get fired, at least ..."
|
|
2007‑04‑12
4,608 views
|
"How would I go about adding additional keywords, datatypes, etc... to a DynamicSyntaxLanguage instance after it has b..."
|
|
2007‑09‑10
5,131 views
|
"Environmental.NewLine and TextRanges
In my project i have a class that uses System.String and StringBuilder for do..."
|
|
2007‑09‑10
3,039 views
|
"Hi,
I have an editor using CsharpLanguage (add-on).
The intelliprompt memberlist appears and works correctly w..."
|
|
2007‑08‑20
2,904 views
|
"Anyone know how to mimic, or get close to the "Terminal, 10pt" font you can use in Visual Studio? It's ..."
|
|
2007‑09‑05
2,731 views
|
"I was expecting AddReflectionForTypeMembers to fill the "Description" based on the property Help Summary. I..."
|
|
2007‑09‑03
3,402 views
|
"Hi,
I've taken your previous advice and started to work on a very simple extension of the CsharpLanguage (add-o..."
|
|
2007‑09‑02
3,034 views
|
"Hi
I've been working on a VBScript syntax language for the last few months (not full time) and I'm about t..."
|
|
2007‑09‑01
3,785 views
|
"I have subclassed DynamicSyntaxLanguage and set IntelliPromptCodeSnippetsSupported property to true. I used the prote..."
|
|
2007‑08‑29
3,754 views
|
"Hi,
I am trying to implement the example "Merging Two Languages at Run-Time Using a Direct Lexical State Trans..."
|