I’m not quite getting how the projucer manages saving files or exactly when it rebuilds the makefile (linux makefile project)
I eventually realised that when you save while viewing a code file it only saves that code file, not rebuilds the project, and when you save from the exporterpane it may not have saved all the individual files.
I have has some very odd behavior where I get an error in a make referring to a line in a file of code that has been changed and saved already - possibly even after a make clean.
what does save all do? does it save all code files or does it save the whole project and rebuild the makefile or what?
is there a definitive guide to what is saved in what context?