> TextWrangler: price is right, but features are weak. Couldn't find
> any re-indent for a simple ruby script.
>
> Aptana RadRails: *love* the rails integration, good syntax
> highlighting, decent refactoring. But it has a problem with re-
> indentation of code blocks in simple if/else/end blocks wherever i
> used an array map.
>
> TextMate: *love* the interface, good syntax highlighting, pretty
> decent refactoring. But I couldn't find any reformatting command to
> re-indent code.
>
> RubyMine: I wanted to love it. But the trial license ran out before
> I really knew what i wanted in an editor, so am left without knowing
> if it would meet my needs or not.
I was disappointed with textwrangler working with directories and
files smoothly and ruled it out. I experimented with rubymine, but the
beta tanked on loading a large rails project (probably not a fair
test) so it had to wait for my next little project. That hasn't
happened yet.
Double-click and keyboard-driven text selection drives me CRAZY in
textmate. Instead of selecting word by word (whitespace delimited) it
selects whole sentences (punctuation delimited). That breaks with
every other osx app.
Brad
There's a ruby reformatting plugin somewhere, if that helps.
-r
Any plugins for split view? My only gripe about textmate
I'm personally a big fan of KDevelop (version 3.5.5. KDevelop 4 is
shaping up nicely, but it's still in beta and the plugins related to
Ruby other than syntax highlighting are basically non-existent). It has
a lot of great features for a plethora of languages. When I don't have
KDevelop handy I like to use Kate (as opposed to something other editors
on the same level like gedit).
--Erick Cantwell