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

vim.

-a

···

On Fri, 26 May 2006, 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.

Thanks

Austin

--
be kind whenever possible... it is always possible.
- h.h. the 14th dali lama

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

http://macromates.com/

James Edward Gray II

···

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.

"Wang Austin-W22255" <xuwang@motorola.com> 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 Hagelberg
http://technomancy.us

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

···

On 5/25/06, Wang Austin-W22255 <xuwang@motorola.com> 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.

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

···

On 5/25/06, John Gabriele <jmg3000@gmail.com> wrote:

On 5/25/06, Wang Austin-W22255 <xuwang@motorola.com> 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.