[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] Re: add a menu entry

ok, so far i understood a few things:

If i need to add a new menu entry (like changing the color of some figure), i have to implement the Action and add it like redo, undo and delete.

But the question remains, how do i "fuse" my implemented action (or the delete action) represented with the menu entry with the command i want to implement?

Thanks! =)