Re: Will writing an add-in help
- From: "Scot T Brennecke" <ScotB@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 29 Jul 2005 09:59:43 -0500
It is definitely possible with an add-in. Check out this product called "Visual RPG for .NET" from
ASNA:
http://www.asna.com/pages/products_NET_AVR.aspx
They have created a language (a cross between C# and RPG!) and compiler that integrates with Visual
Studio. Maybe they can give you some hints on how to do it.
"B" <manojnab84@xxxxxxxxx> wrote in message
news:1122642111.371831.324070@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi,
> I intend to customize Visual Studio so that it can compile an
> XQuery(.xq) file. I have my own compiler. Now I would like to invoke
> this compiler possibly with some arguments and display the output of
> the compilation in the "Output Window". ( just like it is in case of
> compiling a C++ file) Also I would like to highlight the line
> containing the error when the particular error is clicked.
>
> I thought developing an add-in would be the best way to do this.
> But I am skeptical if this is really possible. Can someone tell me if
> all these are possible with an add-in or not? It would be really
> helpful to me if I get some links or sample codes.
>
> If add-in is not the right approach, please tell me if the same
> thing can be achieved in some other way?
>
> Thanks in advance!
> -manojna
>
.
- References:
- Will writing an add-in help
- From: B
- Will writing an add-in help
- Prev by Date: debug locking up IDE -- cant find symbols maybe?
- Previous by thread: Will writing an add-in help
- Next by thread: debug locking up IDE -- cant find symbols maybe?
- Index(es):
Relevant Pages
|
Loading