[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: Override Open Action in Resource Navigator

You need to register your own retargetable action for this: ICommonActionConstants.OPEN.

You can see how its done in the org.eclipse.ui.examples.navigator plugin

- Prakash

--
http://blog.eclipse-tips.com


"Alvaro " <alvaro.moraleda@xxxxxxxxx> wrote in message news:7876c62d1c6797a8bc98a4f01f5231b0$1@xxxxxxxxxxxxxxxxxx
Hi everyone!
I'm developing a plug-in with eclipse, and I have my own views and my own Project nature. I'm trying to add some functionalities such execute my own actions overriding the default open action when a double click is done on a file in resource navigator.
Could anybody help me?


Thank you!
Álvaro