[MonoDevelop] Looking for the ProjectBrowserView

Lluis Sanchez lluis at ximian.com
Wed Jun 22 06:48:24 EDT 2005


El dc 22 de 06 del 2005 a les 06:30 -0400, en/na Joshua Tauberer va
escriure:
> Lluis Sanchez wrote:
> > This section of the article was outdated since the command system has
> > changed. I just updated it.
> 
> Thanks, again, but more questions: Where is the CommandHandler attribute 
> defined,

It's defined in the MonoDevelop.Commands namespace, from
MonoDevelop.Gui.Widgets assembly.

>  and does MD search all classes to find methods that are command 
> handlers?
> 

No, there is a route of objects which are checked for handlers. The
route starts at the GTK widget that has the focus and goes up in the
widget parent chain. NodeCommandHandler subclasses are somewhere in the
middle. 

I really need to write something about this.

Lluis.




More information about the Monodevelop-list mailing list