Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #3520 > unrolled thread
| Started by | Suraj Kurapati <sunaku@gmail.com> |
|---|---|
| First post | 2011-04-26 11:28 -0500 |
| Last post | 2011-04-26 11:28 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.ruby
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: A good portable text editor/IDE for Ruby? Suraj Kurapati <sunaku@gmail.com> - 2011-04-26 11:28 -0500
| From | Suraj Kurapati <sunaku@gmail.com> |
|---|---|
| Date | 2011-04-26 11:28 -0500 |
| Subject | Re: A good portable text editor/IDE for Ruby? |
| Message-ID | <56f00425a287afda9bf289d2cbb9f2fa@ruby-forum.com> |
Reid Thompson wrote in post #894443: >> gvim and notepad++ are offered >> >> Yea, but they are good general editors, I want something more >> Ruby oriented... >> > > http://homepage2.nifty.com/sakazuki/rde_en/ For similar functionality in Vim, check out the Screen[1] plugin which sends text from a Vim buffer or selection to any console application running inside a chosen GNU Screen session (and therefore supports any REPL you want). It even takes care of starting up a new GNU Screen session for you, if you're lazy! In particular, if you run `irb` or `ripl` or `pry` in your GNU Screen session, then sending text from Vim to that session makes this whole arrangement a powerful Ruby-oriented IDE. [1]: https://github.com/ervandew/screen -- Posted via http://www.ruby-forum.com/.
Back to top | Article view | comp.lang.ruby
csiph-web