fstiewitz / build-tools-cpp

Build your projects in atom
https://atom.io/packages/build-tools
MIT License
31 stars 6 forks source link

build triggers save of all open buffers, not just unmodified #21

Closed ssfrr closed 9 years ago

ssfrr commented 9 years ago

This bumps the timestamp on all open buffers and triggers a re-build from make, even if the files aren't edited. It seems like it would be better to only save the modified buffers.

fstiewitz commented 9 years ago

I think this is a problem related to atom/atom#2871, but I think I'll have to change my code because AFAIK they had a reason for saving unmodified files.

ssfrr commented 9 years ago

Great, thanks!