tomlau10 / gcc-make-run

Compile-run C/C++ source code and execute Makefile in Atom.
https://atom.io/packages/gcc-make-run
MIT License
24 stars 10 forks source link

No Auto save before compilimg #28

Closed TheSharpOwl closed 6 years ago

TheSharpOwl commented 6 years ago

Can you please add a choice to save before compiling,because if I forget to save the code before compiling it compiles the last one saved.

tomlau10 commented 6 years ago

this package has auto save before compiling but it broke after atom 1.19 due to the save() becoming async #19 will fix soon

tomlau10 commented 6 years ago

should be fixed in 8f56715

Maickii commented 6 years ago

Can you please change it so that it saves all files rather than just the current selected pane? I work compiling multiple files. I think doing something with saveAll() should do the trick. In the meantime I am going to install an auto save all package.