[MonoDevelop] Looking for the ProjectBrowserView
Joshua Tauberer
tauberer at for.net
Tue Jun 21 20:08:12 EDT 2005
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.
--
- Joshua Tauberer
http://taubz.for.net
** Nothing Unreal Exists **
More information about the Monodevelop-list
mailing list