Editor can be extended by Ruby

Hi experts,

Does anybody know which editor(s) can be extended by Ruby?

I’d like to do:

  1. Adding menu/buttons binded to Ruby methods
  2. Operate the framebuffer using ruby code…
    etc.

Thanks

Austin

On Fri, 26 May 2006, Wang Austin-W22255 wrote:

Austin

vim.

-a

On May 25, 2006, at 11:13 AM, Wang Austin-W22255 wrote:

Hi experts,

Does anybody know which editor(s) can be extended by Ruby?

I’d like to do:

  1. Adding menu/buttons binded to Ruby methods
  2. Operate the framebuffer using ruby code…
    etc.

I recommend TextMate, if you are on Mac OS X:

http://macromates.com/

James Edward G. II

“Wang Austin-W22255” [email protected] writes:

Hi experts,

Does anybody know which editor(s) can be extended by Ruby?

I’d like to do:

  1. Adding menu/buttons binded to Ruby methods
  2. Operate the framebuffer using ruby code…
    etc.

Emacs can be extended in Ruby using El4r:
http://www.emacswiki.org/cgi-bin/wiki/EmacsLispForRuby

Diakonos is an editor written entirely in Ruby:
http://purepistos.net/diakonos/

-Phil H.
http://technomancy.us

On 5/25/06, Wang Austin-W22255 [email protected] wrote:

Hi experts,

Does anybody know which editor(s) can be extended by Ruby?

I’d like to do:

  1. Adding menu/buttons binded to Ruby methods
  2. Operate the framebuffer using ruby code…
    etc.

If it’s a GUI you want, you might have a look at FreeRIDE.

FreeRIDE is written entirely in Ruby and entirely plugin based
(everything
is a plugin except for the plugin loader that gets everything started):

http://freeride.rubyforge.org/

Curt