GNOME Bugzilla – Bug 773983
when building a project all files should be saved automatically
Last modified: 2016-11-06 08:16:44 UTC
When one builds or executes a project, all files should be saved automatically before rebuild. Right now, changes in the code are neglected. When I execute a project, I want it to be the latest version of all files. Version 3.22.2
Hrmm, if we aren't doing that, its definitely a bug. Possibly crept in when I refactored the IdeBuildManager.
Created attachment 339186 [details] [review] build-manager: save all buffers before dispatching build This was fallout from moving to IdeBuildManager. The patch ensures that we save all buffers asynchronously while we perform a build. To ensure that "busy" is set to true during the save operation, we add a new "saving" bit and use that to calculate get_busy().
Attachment 339186 [details] pushed as 4fa80bc - build-manager: save all buffers before dispatching build