[MonoDevelop] Trying to write my own add-in

Marcos Marín marcosmarin at gmail.com
Mon Nov 26 14:59:05 EST 2007


On Nov 26, 2007 1:40 AM, laas <laas.mono at gmail.com> wrote:

> Hi all,
> I'm trying to write an add-in for MD in order to simplify my work with
> the IDE. I'v seen that the tutorial
> http://www.monodevelop.com/Writing_an_Add-In is out of date, so I've
> downloaded the source code of MD and I'm using the code of
> other add-in in oder to develop mine.
> When I copy my add-in in the /usr/lib/monodevelop/AddIns folder (both
> addin.xml and dll) and restart Monodevelop I receive the following
> messages:
>
> WARNING: The add-in 'CodeCopy.CodeCopy,0.17.0' is trying to extend
> '/MonoDevelop/Ide/OptionsDialogPanels/Other', but there isn't any
> add-in defining this extension point
> WARNING: The add-in 'CodeCopy.CodeCopy,0.17.0' is trying to extend
> '/MonoDevelop/Ide/MainMenu/Edit', but there isn't any add-in defining
> this extension point
> WARNING: The add-in 'CodeCopy.CodeCopy,0.17.0' is trying to extend
> '/MonoDevelop/Ide/Commands', but there isn't any add-in defining this
> extension point
>

I think these warning are suppressed by correctly specifying all the
dependancies your addin has in its .addin.xml file, make sure you are doing
this.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20071126/9af63f86/attachment.html 


More information about the Monodevelop-list mailing list