[MonoDevelop] Is it possible to create an AddIn like ours for MonoDevelop ?

Michael Hutchinson m.j.hutchinson at gmail.com
Tue Aug 31 00:50:48 EDT 2010


On Mon, Aug 30, 2010 at 11:23 PM, Mike <mike.griffin at entityspaces.net> wrote:
> We create an architecture for Mono and are thinking about make
> sure our Visual Studio AddIn runs under MonoDevelop. The entire
> thing is isolated and runs in a single window, can we create an
> AddIn under MonoDevelop that has a UI? It's own Window?
>
> The picture in this blog post will give you an idea of what our
> AddIn looks like. We looked at your create a simple add in
> information but that add in has no ui.
>
> http://www.entityspaces.net/blog/2010/04/14/EntitySpaces+2010+Inside+Visual+Studio+2010.aspx

That looks like a custom pad, which is certain possible - MonoDevelop
is highly extensible. However, you would have to duplicate your UI
using the GTK# toolkit.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list