Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #3520
| From | Suraj Kurapati <sunaku@gmail.com> |
|---|---|
| Newsgroups | comp.lang.ruby |
| Subject | Re: A good portable text editor/IDE for Ruby? |
| Date | 2011-04-26 11:28 -0500 |
| Organization | Service de news de lacave.net |
| Message-ID | <56f00425a287afda9bf289d2cbb9f2fa@ruby-forum.com> (permalink) |
| References | <a0a4dd477c0a643b8b47efc544404fdd@ruby-forum.com> <347c648b1003041824v54d8aeadqa35ba739019eec6b@mail.gmail.com> <d7cd44262f0561912d0d7f1070418cec@ruby-forum.com> <1267799637.11081.2.camel@raker.ateb.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 comp.lang.ruby | Previous | Next | Find similar | Unroll thread
Re: A good portable text editor/IDE for Ruby? Suraj Kurapati <sunaku@gmail.com> - 2011-04-26 11:28 -0500
csiph-web