acarril / StataLinux

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

[Suggestion] Save temp do file in /tmp/ and do not delete it afterwards #15

Closed avila closed 4 years ago

avila commented 4 years ago

issue

Currently the do-file is saved in the current working folder and quickly deleted after running.

Suggestion

Reasoning

1) Quite often I run a section of a file or a whole file and find out that, for example, I have another dataset in memory other than the intended one or a variable was already defined. I got used to read the right dataset (or drop the already defined variable) and re-run the temp do-file.

2) I believe this is the default behaviour in Windows but I don't remember for sure.

acarril commented 4 years ago

I agree it sounds better this way. I'll work to implement it soon.

avila commented 4 years ago

This was implemented in commit https://github.com/acarril/StataLinux/commit/b77c53bc829d25e2f320992f49d82aea8c05b370.