acarril / StataLinux

Sublime Text 3 plugin that adds support for Stata (all versions) in Linux.
MIT License
7 stars 2 forks source link

Save file before sending all #10

Closed acarril closed 4 years ago

acarril commented 4 years ago

Although not strictly a bug, it might be good to save the current file before executing send all. This is because internally the program just executes the file itself, without unsaved changes, which might be confusing for the user.

Probably the best approach would be to make this an option: "Save on code send"

acarril commented 4 years ago

Implemented in c926bfc40831d27b620c7d81df50016aa31a2475 as an option (on by default).