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

Michael Hutchinson m.j.hutchinson at gmail.com
Tue Aug 31 14:08:06 EDT 2010


On Tue, Aug 31, 2010 at 6:31 AM, Mike <mike.griffin at entityspaces.net> wrote:
>> 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.
>
>
> Hmmm, we were under the assumption that since all of the code was
> MOMA compliant we could use it as is? The UI is very tick with
> splitters and hidden panels and alike
>
> I think what will do is skip the addin and just make sure our
> stand alone version runs under mono as recreating the ui would be
> very difficult

MonoDevelop uses the GTK toolkit, not System.Windows.Forms. Mixing
different toolkits in one app may be possible, but is definitely
non-trivial.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list