[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.gef] Re: REQ_OPEN issue.
|
The request is sent by SelectEditPartTracker, so you need to be returning
one of those in getDragTracker(Request) when the SelectionTool asks.
"vince" <fiustudent@xxxxxxxxxxx> wrote in message
news:dii18t$ca1$1@xxxxxxxxxxxxxxxxxxx
>
> "Randy Hudson" <none@xxxxxxxxxx> wrote in message
> news:di5u69$p6e$1@xxxxxxxxxxxxxxxxxxx
>> Actually, perform request is not forwarded to Editpolicies, so just do it
>> in the editpart.
>
> Will performRequest() handle request before Editpolicies?
>
> I have a problem that in performRequest() I cann't find REQ_OPEN and
> REQ_SELECTION even though I do select or double-click corresponding nodes.
> Do you by any chance have some idea about what reasons it could be?
>
> Thanks!
> Miaohua Xu