[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: Retarget Actions

Rahul,

Commands and handlers are available in 3.2. I would recommend that you use 
them. We built our own project explorer based on Mike's common navigator 
framework. We're very happy we used his framework.

We use a mix of command/handlers and old fashion actions. The core 
copy/paste/delete are implemented as actions. Other plugins use 
command/handles to contribute to our project explorer.

My delete action extends Action, not RetargetAction. I don't remember having 
any problems with it. A quick test shows I can select a file and delete it 
using the keybinding, context menu and Edit -> Delete pulldown menu.

David Kyle
http://richclientplatform.blogspot.com/