The Ruby jEdit plugin can format code as you type it. To do this set
the "enter" key to be a shortcut for the action "Auto indent and
insert end". Then when you hit enter, the plugin will indent the new
line if needed, it'll also add the 'end' keyword if necessary.
At present there isn't a feature to indent a preexisting Ruby file.
Cheers,
Rob
···
On 8/2/05, Peter Fitzgibbons <Peter.Fitzgibbons@lakewoodhomes.net> wrote:
Yes, I've been using the Ruby plug in ... But I'm looking for any code
formatter... Can't find it.
Peter J. Fitzgibbons
Applications Manager
Lakewood Homes - "The American Dream Builder"(r)
Peter.Fitzgibbons@Lakewoodhomes.net
(847) 884-8800
-----Original Message-----
From: Belorion [mailto:belorion@gmail.com]
Sent: Tuesday, August 02, 2005 3:41 PM
To: ruby-talk ML
Subject: Re: Jedit code formatter?
On 8/2/05, Peter Fitzgibbons <Peter.Fitzgibbons@lakewoodhomes.net> > wrote:
> Hi all,
>
> I'm using Jedit, is there a ruby code formatter hiding somwhere in
> there ?
Check out http://www.jedit.org/ruby/\. Among other things (ie the nice
Ruby plugin) you'll find a link to a Ruby edit mode XML file.