ioquatix / script-runner

This package will run various script files inside of Atom. It currently supports JavaScript, CoffeeScript, Ruby, and Python. You can add more.
http://atom.io/packages/script-runner
Other
62 stars 23 forks source link

Issue 57 - Execute whole unsaved buffer. #59

Closed huba closed 7 years ago

huba commented 7 years ago

Fix to #57

Execute the whole buffer in case there is no selection on an unsaved file.

Also removed a call to an undefined callback function in ScriptRunnerProcess.execute this call was only reachable when you tried to execute an unsaved buffer with no selection.

ioquatix commented 7 years ago

Awesome thanks