[MonoDevelop] Can't get Pad to display.

James Fitzsimons james.fitzsimons at gmail.com
Wed Jul 6 17:56:46 EDT 2005


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>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://galactus.ximian.com/pipermail/monodevelop-list/attachments/20050706/4940f927/attachment-0001.bin


More information about the Monodevelop-list mailing list