Hi David,
In my past life I used Vim. But I started out in Emacs under Unix. Vim
has colorized syntax highlighting and can do many of the features of
larger full blown IDEs. GVim even works under MS-Windows. There is
also vim-app[1] for a gui version on Mac OS/X. I personally don't use
the gui versions of vi, because I just find the key bindings so
natural to use.
However, lately, first on Linuc with a pimped out gEdit and now on the
Mac with Textmate, I've grown to love the natural feel of these
editors. There is less impedance mismatch between coding and editing
(which can be opposing factors at times).
Cheers
Ed
[1] Although could not install this via ports. Anyone have a better method?
Ed Howland
http://greenprogrammer.wordpress.com
http://twitter.com/ed_howland
I think your comments here are invaluable. I think writing an IDE (or
even just a cool editor) is a big task. Probably outside any one
person's scope. But I tend to think it might be possible for a
dedicated team of talented devs. Anyway I'd like to be part of such a
team. And I don't want a project that merely duplicates exiting
functionality but in the Ruby environment. I'd like something elegant,
idiomatic and fun.
Have you looked at Shoes? AFAIK, it uses system common dialogs, like
file open etc.
Cheers,
Ed