|
2008‑12‑24
3,839 views
|
"Hello,
I am defining my own programming language within the Visual Studio IDE shell and I was wondering if Actipro..."
|
|
2008‑12‑08
3,564 views
|
"Consider an external reference containing code such as the following
Namespace Hello
Class HelloClass
End Nam..."
|
|
2008‑11‑16
3,586 views
|
"The AutoCaseCorrectEnabled only works with language key words. Is there any intention to extend this to work with oth..."
|
|
2007‑06‑20
5,485 views
|
"Hi ActiPro Support
Thanks for looking at previous problems so quickly! I have another one, the Intelliprompt membe..."
|
|
2008‑10‑27
3,549 views
|
"After profiling the application for performance, I discovered that this particular line takes about 8.3 seconds.
..."
|
|
2006‑09‑21
9,186 views
|
"Does the .NET Add-in support CodeDOM? Since the .NET Add-in does a lot of text parsing and processing, I wonder if i..."
|
|
2008‑10‑18
3,849 views
|
"I'm trying to get an astnode for a visual basic file stored on disk. I want to use this node to perform so dynam..."
|
|
2008‑10‑16
4,047 views
|
"I am able to use Intelliprompt as expected, how ever when I specified the XML comment specification for a VB Method t..."
|
|
2008‑09‑25
5,343 views
|
"I am in need of parsing InitializeComponent. In C#, aswell as in VB.Net, this method is in most cases placed in a [fi..."
|
|
2008‑10‑15
3,712 views
|
"Hi guys,
How would I force UserInterfaceUpdate event to fire? I have the following situation: I am showing parsing..."
|
|
2008‑10‑13
3,778 views
|
"Hello,
We just added the .NET languages add-on to our app. I want to be able to use the automatic IntelliPrompt f..."
|
|
2008‑10‑10
3,593 views
|
"I am getting the exception below when I hover over method calls (or any other IntelliSense action on method call) in ..."
|
|
2008‑10‑09
4,511 views
|
"I'm getting an unhandled ArgumentOutOfRangeException when trying to select an item from the member list. Exceptio..."
|
|
2008‑10‑09
4,532 views
|
"When using C# regions, if the region's #endregion directive includes text (a "pp-message" token accordi..."
|
|
2008‑08‑07
4,130 views
|
"I've created a very simple project to test the new add-ons features but can't get most of them to work. In pa..."
|
|
2008‑09‑26
4,037 views
|
"Hi,
I am using XML add-on thing with schema validation. Now, is there a way to do a fragment editing and still ret..."
|
|
2008‑09‑15
3,809 views
|
"SyntaxEditor build 276 breaks something that worked in 275: parameters in anonymous methods or lambdas don't seem..."
|
|
2008‑08‑31
4,343 views
|
"Hi guys,
I get this message when I check for updates from within About box (did somebody forget to use InvariantCu..."
|
|
2008‑08‑13
3,841 views
|
"If I use the following header and footer, I can't access the getter/setter property. The intellisense sees the p..."
|
|
2008‑08‑08
3,593 views
|
"I have the class on C#. E.g it contains the property 'A':
private string a_;
public string A
{
get ..."
|