torsten / execute-as-ruby

Atom package to execute the current selection ad Ruby code.
https://atom.io/packages/execute-as-ruby
MIT License
6 stars 4 forks source link

show result in split window #2

Open dragosmiron opened 10 years ago

dragosmiron commented 10 years ago

As a user, I would like to have the result shown in a different slit window, like the markdown preview package.

torsten commented 10 years ago

Hmm, what would be the best way to add this? As a setting for the package?

(For most of my use-cases I actually want to see it inline.)

rgbkrk commented 10 years ago

@dragosmiron - If you want it in a separate window, try https://atom.io/packages/script. In addition to Ruby it also supports coffeescript, python, javascript, PHP and Perl

cjavdev commented 10 years ago

not sure if there is interest, but my fork outputs the results into comments rather than raw inline. it would be cool to have some settings for inline/comment/splitwindow https://github.com/w1zeman1p/execute-as-ruby ?