Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #3520

Re: A good portable text editor/IDE for Ruby?

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!talisker.lacave.net!lacave.net!not-for-mail
From Suraj Kurapati <sunaku@gmail.com>
Newsgroups comp.lang.ruby
Subject Re: A good portable text editor/IDE for Ruby?
Date Tue, 26 Apr 2011 11:28:22 -0500
Organization Service de news de lacave.net
Lines 24
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>
NNTP-Posting-Host bristol.highgroove.com
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding 7bit
X-Trace talisker.lacave.net 1303835399 32572 65.111.164.187 (26 Apr 2011 16:29:59 GMT)
X-Complaints-To abuse@lacave.net
NNTP-Posting-Date Tue, 26 Apr 2011 16:29:59 +0000 (UTC)
In-Reply-To <1267799637.11081.2.camel@raker.ateb.com>
X-Received-From This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway
X-Mail-Count 382207
X-Ml-Name ruby-talk
X-Rubymirror Yes
X-Ruby-Talk <56f00425a287afda9bf289d2cbb9f2fa@ruby-forum.com>
Xref x330-a1.tempe.blueboxinc.net comp.lang.ruby:3520

Show key headers only | View raw


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


Thread

Re: A good portable text editor/IDE for Ruby? Suraj Kurapati <sunaku@gmail.com> - 2011-04-26 11:28 -0500

csiph-web