[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.gef] Re: GEFMessages deprecated
|
GEFMessages does not declare a constant "DELETE", or any deprecated
constants for the matter.
Perhaps the workbench is stealing the delete key from you. The easiest way
to find out is to put a breakpoint (in Display#filterEvent) when the key is
pressed, and step into what happens.
"Harsh Sabikhi" <harsh@xxxxxx> wrote in message
news:3aa6346b1394f8ee68c05bbff2446f70$1@xxxxxxxxxxxxxxxxxx
> All,
>
> I have noticed in Eclipse 3.1.2 and newer that some constants such as
> GEFMessages.DELETE have been deprecated. Not sure if this is related but
> I am not able to register the delete action to the viewers keybinding
> service. It registers, but when I press the Delete key, it does nothing.
>
> And also, can you please shed some light on my snapToGrid problem?
>
> In addition, if there are bugs, I am willing to fix them and check them
> back in obviously following the standard procedure.
>
> Thank you,
> Harsh
>