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

Broken linecount #54

Closed ioquatix closed 7 years ago

ioquatix commented 7 years ago

@huba I'm just giving you shit because I can :)

ioquatix commented 7 years ago

:)

ioquatix commented 7 years ago

Apart from that it looks good.

ioquatix commented 7 years ago

Oh, actually, remove :first-child doesn't work too well on the logo.rb example, it's removing individual characters.

huba commented 7 years ago

Should we just pull in termjs or something like that and have a full blown terminal emulator?

ioquatix commented 7 years ago

That would be awesome.. what are the pros and cons?

huba commented 7 years ago

The only con I can see is more dependencies.

ioquatix commented 7 years ago

That's the JavaScript way. Need to check if an item is in an array? There is a module for that.

ioquatix commented 7 years ago

Okay well I think that termjs would be great. Then this project can focus on the high level UI and API which I really think is more interesting.