Lowell Kirsh wrote: > I've been having a tough time getting emacs set up properly with ruby > which led me to look for a different IDE to use. Which led me to > ownder: what editors/IDEs do most ruby users use? > > Lowell > > On Windows I use a non-free editor called Source Insight. I defined my own language definition file and will send it to anyone that is interested. What it offers is a nice symbol database, a overview of each file on the left side of each source window that shows just the symbol definitions in that file (and those can be incrementally searched to get to a function or class definition quickly), and a way to parse output after running a process so that they are linked up to the source line where the error occured or a trace was put out. I also use it for all my C work as well and it works well for that. Steve Tuckner