General
New editor for Rails
New to me that is, it's been around for years. More random browsing yesterday sent me in the direction of a handy blog post describing how best to set up jEdit for efficient use with Ruby and/or Rails. Following his advice and downloading most of the suggested plugins, it seems jEdit might indeed be a nifty editor for Ruby/Rails. It adds some features that RadRails is missing (for now), though it does lack one or two nice things that RadRails has. Two of the key reasons I can see myself using jEdit for a while instead of RadRails are:
- Window splitting/cloning - this was probably my most appreciated feature in the Zend IDE for PHP. Being able to split files into two views of the same file in the same workspace is invaluable when working on long files where you need to constantly jump between code at the top and bottom of the file, or where you need to work on two or more files at the same time (e.g. Raisl controller, models and views). The splitting/unsplitting isn't quite as easy as in Zend (took me a while to find the tiny arrows for hiding a split frame/window), but it's much better than not being able to do it at all.
- Colour preferences - I have a feeling I'm just missing something here with RadRails and I'll be honest, I haven't bothered looking too hard. I like to have a black background to my text editor and then appropriately colour the various keywords. I can't find a way to do it in RadRails, but jEdit and Zend both let me.