Auto save on window change

Are you missing a feature? Request its implementation here.
dcramer
Posts: 163
Joined: Sat Aug 28, 2010 1:23 am

Auto save on window change

Post 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
Radu
Posts: 9473
Joined: Fri Jul 09, 2004 5:18 pm

Re: Auto save on window change

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply