[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] adding actions to popup menu
|
Hi,
I am trying to add eclipse actions like Open, Open with etc to my custom
popup menu. I tried using the OpenFileActon class(for the Open action) and
it did add the Open action to the menu, but it does not do anything if i
click on it. The OpenFileAction class does have an openFile method so i am
assuming this should be called but it looks like it is not. Any ideas?
Thanks