Question on File Saving before compile

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
pwdiener
Posts: 134
Joined: Wed Jul 11, 2007 3:45 pm

Question on File Saving before compile

Post by pwdiener »

It seems to me I saw an option that determined if a File,Save should be done before running a Compile always or only if the file was "dirty". The only compile/save option I can find now is the one that specifies whether to save all files before the compile or not.

Was I seeing things? Is there are way to accomplish this? I'm using the FileSavePostfix trigger, and together the save and trigger take quit a bit of time. This could be avoided by only saving when the file has changed since the last save

Bill
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Was I seeing things?

You must have been seeing things ;)

The Save all files before compiling/making is the only option there is.
Is there are way to accomplish this?
But there is a is_modified() macro function. Does it help :?:

Cheers Jussi
Post Reply