Page 1 of 1

Auto save on window change

Posted: Mon Feb 21, 2011 8:11 pm
by dcramer
Hi there,
A user has requested that Oxygen be made to automatically save the file(s) when you switch from Oxygen to another application (apparently this is the way IntelliJ behaves). It would be fine if this were a configurable thing.

Thanks,
David

Re: Auto save on window change

Posted: Tue Feb 22, 2011 10:57 am
by Radu
Hi David,

You could accomplish this using a Workspace Access plugin implementation.
You could add a window listener on the main frame and when the window is de-activated you could save all opened editors.

We've had this kind of request before for Oxygen but we decided not to do it.

Regards,
Radu