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

Added option for specifying which way the new pane should be split. #43

Closed huba closed 8 years ago

huba commented 8 years ago

This is a configurable alternative to PR #42 by @vswamy, he is right that some users might prefer different behaviour. It is configurable in atom's config file as documented in the readme.

I think the ultimate solution would be to create some kind of a script-runner-container view which would contain all the script runner views and chuck that into a panel on the side. After some digging, I found a plugin that does something similar, atom-commander.

ioquatix commented 8 years ago

Nice, looks great.