[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: Save handler when editing files not in workspace using eclipse default editor

I didn't see in the ActionFactory that SAVE was hooked up to a command like the other actions (in 3.4); might this explain Allan's difficulties? And if that's the case, seems like a bug. I can help if you want.

Paul Webster wrote:
You could add an IExecutionListener to the ICommandService ... when the save command is executed it fires events. The command id is org.eclipse.ui.file.save

Check out some of the links in my sig for information on the command framework.

PW