[MonoDevelop] Looking for the ProjectBrowserView

Todd Berman tberman at off.net
Wed Jun 22 00:59:40 EDT 2005


Is there any way to get you to check your code into the Extras/ module
in MonoDevelop's SVN? It would be great to finally get some sort of
starting point to version control in SVN.

--Todd

On Tue, 2005-06-21 at 20:08 -0400, Joshua Tauberer wrote:
> Lluis Sanchez wrote:
> > ProjectBrowserView has been replaced by ProjectPad.
> > More info here:
> > http://deobald.glcn.com/wiki/index.php/Walk_through:_Extending_the_Project_Pad
> 
> Ah, that's really great, thanks.
> 
> In trying to add a context menu item to the ProjectFileNode, I'm getting 
> an InvalidCastException in 
> MonoDevelop.Services.CommandService:CreateCommandEntrySet.  I have:
> 
> <Extension path = 
> "/SharpDevelop/Views/ProjectBrowser/ContextMenu/ProjectFileNode">
>     <MenuItem id = "UpdateMenu" _label = "Update"
>             class = "VersionControlPlugin.UpdateMenu"/>
> 
> And my UpdateMenu class extends AbstractMenuCommand.
> 
> But when CreateCommandEntrySet loops through the array of what I think 
> should be the context menu items, rather than getting a CommandEntry 
> object, it's getting a SdMenuCommand object.  I don't know what any of 
> these things do, so I'm lost.
> 
> I may not get a chance to finish this for a long while now, though.  Ah 
> well, it was fun to tinker with.
> 



More information about the Monodevelop-list mailing list