Author Topic: [suggestion] Not saves files before compiling  (Read 3540 times)

Offline Borneq

  • Multiple posting newcomer
  • *
  • Posts: 45
[suggestion] Not saves files before compiling
« 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: [suggestion] Not saves files before compiling
« Reply #1 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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Borneq

  • Multiple posting newcomer
  • *
  • Posts: 45
Re: [suggestion] Not saves files before compiling
« Reply #2 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.
« Last Edit: June 12, 2011, 02:46:27 pm by Borneq »