delete key binding? [message #146669] |
Thu, 05 August 2004 18:31 |
Eclipse User |
|
|
|
Originally posted by: grant.hodgins.maketechnologies.com
Hi,
Both the logic and flow examples bind the Delete key to the notion of
deleting a part (and nested parts).
Where, specifically, would I look to see how this works? I need to bind the
delete key, as used within my GEF Editor, to a custom IAction.
Thanks in advance,
Grant
|
|
|
Re: delete key binding? [message #146705 is a reply to message #146669] |
Fri, 06 August 2004 07:03 |
Eclipse User |
|
|
|
Originally posted by: word-up.gmx.de
Hi Grant,
keyHandler.put(KeyStroke.getPressed(SWT.DEL, 127, 0),
getActionRegistry().getAction(
ActionFactory.DELETE.getId()));
Grant Hodgins wrote:
> Hi,
> Both the logic and flow examples bind the Delete key to the notion of
> deleting a part (and nested parts).
> Where, specifically, would I look to see how this works? I need to bind the
> delete key, as used within my GEF Editor, to a custom IAction.
> Thanks in advance,
> Grant
|
|
|
Powered by
FUDForum. Page generated in 0.03325 seconds