I would like to write plugin which deals with reginos but
I can not find any class that represents region in EnvDTE namespace.
--
Gawel
-------------------------------
Pierwszy ?yk z pucharu nauk przyrodniczych czyni ateist?, ale na dnie
pucharu czeka B?g.
Werner Heisenberg
Carlos J. Quintero - 15 Mar 2004 10:17 GMT
Currently there is no support for regions in th eextensibility model.

Signature
Carlos J. Quintero (Visual Developer - .NET MVP)
> I would like to write plugin which deals with reginos but
> I can not find any class that represents region in EnvDTE namespace.
[quoted text clipped - 5 lines]
> pucharu czeka B?g.
> Werner Heisenberg
Gawelek - 15 Mar 2004 21:04 GMT
> Currently there is no support for regions in th eextensibility model.
>
> --
Thank you Carlos, it's a pity
Gawel
Ed Dore [MSFT] - 16 Mar 2004 02:03 GMT
Hi Gawel,
The interfaces responsible for implementing/manipulating regions is only
accessible via the VSIP SDK, which basically means you would need to build a
VSIP package to access them. There is a VSIP Extras addon (currently in
beta, but due to release soon) that will allow you to build a managed VSIP
package with C# or VB .Net. For more information about the VSIP SDK be sure
to check out http://www.vsipdev.com.
Sincerely,
Ed Dore [MSFT]
This post is 'AS IS' with no warranties, and confers no rights.
Gawelek - 16 Mar 2004 19:38 GMT
> The interfaces responsible for implementing/manipulating regions is only
> accessible via the VSIP SDK, which basically means you would need to build a
> VSIP package to access them. There is a VSIP Extras addon (currently in
> beta, but due to release soon) that will allow you to build a managed VSIP
> package with C# or VB .Net. For more information about the VSIP SDK be sure
> to check out http://www.vsipdev.com.
Thanks, but during registration I got error that was sent to administrator
:(
Gawel
Les Smith - 16 Mar 2004 14:26 GMT
There is no interface with Regions in the extensibility
object. I have written an add-in that enumerates regions,
inserts regions, moves code to regions, etc. You might
want to check it out--free download of the install package
at
http://www.knowdotnet.com/articles/classorganizer.html
Hth,
Les
>-----Original Message-----
>I would like to write plugin which deals with reginos but
[quoted text clipped - 4 lines]
>-------------------------------
>Pierwszy ³yk z pucharu nauk przyrodniczych czyni ateist±,
ale na dnie
>pucharu czeka Bóg.
>Werner Heisenberg
>
>.
Gawelek - 16 Mar 2004 19:42 GMT
> There is no interface with Regions in the extensibility
> object. I have written an add-in that enumerates regions,
> inserts regions, moves code to regions, etc. You might
> want to check it out--free download of the install package
> at
> http://www.knowdotnet.com/articles/classorganizer.html
After installation I got an exception: InvalidCastException in linie 143 in
Connect.vb :(
Gawel
Bill - 08 Apr 2004 19:44 GMT
What are you trying to do with regions, and what exactly do you mean by
"regions". If you mean the C# editor's tags, there's no explicit
programming model for outlining sections or their region sections. However,
you can get the editor's object model, easily seach for "#region", insert
region markers, etc. Not great for your specific need, but the editor's
automation model is pretty extensive.
Bill
> I would like to write plugin which deals with reginos but
> I can not find any class that represents region in EnvDTE namespace.
[quoted text clipped - 5 lines]
> pucharu czeka B?g.
> Werner Heisenberg