Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Borneq on June 09, 2011, 08:34:01 am

Title: [suggestion] Not saves files before compiling
Post by: Borneq on June 09, 2011, 08:34:01 am
If I edit file and compile it, this is not automatically saved. I can't find in options save before compiling. It will be well if this option be default.
Title: Re: [suggestion] Not saves files before compiling
Post by: oBFusCATed on June 09, 2011, 10:16:16 am
Only the files in the project are saved before compiling.
There is no way for C::B to know if the current file is or not related to the compilation.
So it can't save random files.
Title: Re: [suggestion] Not saves files before compiling
Post by: Borneq on June 11, 2011, 07:20:24 am
No random but files opened in editor and edited. I add to project *.cpp files but no *.h.
Many times I change *.h file, compile and still errors because file not saved.