[MonoDevelop] Can't get Pad to display.

Lluis Sanchez lluis at ximian.com
Wed Jul 6 18:16:53 EDT 2005


Make sure the IPadContent.ID property implemented in your addin returns
"QuickClassBrowserAddin.QuickClassBrowserPad". The pad should be
automatically added to the view menu.

El dc 06 de 07 del 2005 a les 22:56 +0100, en/na James Fitzsimons va
escriure:
> Hi all,
> 
> I am trying to craft my first addin and am not having much success
> getting the Pad to display. The addin loads up correctly, at least the
> constructor is definitely being called when MD starts (I print a message
> to the console from the constructor to check this).
> 
> I have a feeling I may need to add a menu item to the view menu but I
> don't know how to do this.
> 
> My addin.xml file is pasted at the end of this email for reference.
> 
> Thanks for any advice you can give me!
> James Fitzsimons
> 
> <AddIn name        = "QuickClassBrowserAddin"
>        author      = "James Fitzsimons"
>        copyright   = "(c) 2005 ubergeek Limited."
>        url         = "http://www.jamesfitzsimons.com"
>        description = "A quick browser for classes and methods"
>        version     = "0.0.1">
> 
>     <Runtime>
>         <Import assembly="QuickClassBrowserAddin.dll"/>
>     </Runtime>
>     
>     <!--
>     <Extension path = "/SharpDevelop/Workbench/Views">
>                 <Class    id    = "QuickClassBrowserPad"
>                 insertafter = "MonoQuery"
>             	class = "QuickClassBrowserAddin.QuickClassBrowserPad"/>
>     </Extension>
>     -->
>     <Extension path="/SharpDevelop/Workbench/Pads">
>          <Pad id = "QuickClassBrowserAddin.QuickClassBrowserPad"
>                 class = "QuickClassBrowserAddin.QuickClassBrowserPad" />
>      </Extension>
>      
>      <Extension path = "/SharpDevelop/Workbench/Contexts/Edit">
>    		<ContextPad id = "QuickClassBrowserAddin.QuickClassBrowserPad"/>
>  	 </Extension>
> 
> </AddIn>
> 
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list



More information about the Monodevelop-list mailing list