Ruby IDEs

Using a combination Notepad2 (with no Ruby syntax highlighting) and Windows Explorer definitely left much to be desired in terms of an editor.

jEdit was my first foray into the IDE search since someone suggested it on the DrProject for MarkUs. It does the syntax highlighting just fine, but the File System Browser is almost too simplistic and does not integrate very well with the text editing part. Also, having multiple files open at once is not very intuitive at all. It actually took me several hours of using it to even notice that I wasn’t just having one file open at once and it replacing my existing session with the new file I wanted to open, but has a dropdown of all the files I’ve ever opened since I didn’t know I could close them. I could probably get used to it with some more time spent at it, but it feels a bit awkward.

The next editor that I tried was Komodo Edit. It allows for “projects” which are basically the contents of a folder as far as I am concerned at the moment. This was definitely a key feature I saw missing in jEdit. You can also visually see all of the files that you have open with tabs! You can click on multiple files in the project view and open them all at once. Ctrl+w closes tabs, as does Ctrl+F4. You can also navigate back between previous locations in a file. Next test: make sure that it has good preferences like jEdit did. Completions aren’t completely intuitive, but you do use Ctrl+space or tab (!) to cycle through them (they’re not in a nice pretty dropdown like in Eclipse). I am fairly content with the preferences for Komodo Edit.

Some other options that I found in my research that I didn’t check out:

This entry was posted in Ruby on Rails and tagged , . Bookmark the permalink. Both comments and trackbacks are currently closed.

2 Comments

  1. Posted September 22, 2009 at 9:29 am | Permalink

    Hi Tara!
    On the Mac I can recommend TextWrangler, on Windows Notepad++. These are just free Editors and useful for editing scripts.
    If you work with projects a lot use Eclipse (PTD) and the Subclipse plugin for SVN… also free and a very good, flexible IDE.

    Have fun!

  2. Tara
    Posted September 22, 2009 at 11:29 am | Permalink

    Thanks Mike! I think I am going to try Eclipse for Ruby since Komodo Edit is extremely slow at useful features like searching the entire project (as well as other things). Eclipse is so much cleaner than Komodo Edit. I just have to get around to actually setting it up for Ruby now…

One Trackback

  1. By Follow-up on Ruby IDEs « Tara Clark on September 25, 2009 at 9:31 am

    [...] on Ruby IDEs Friday, September 25, 2009 9:31 am Leave a comment Go to comments After my original post on trying out Ruby IDEs, I’ve been working with Komodo Edit for the last 2 weeks. I found it a bit awkward and with [...]