the ruby editor and ide roundup

M

Martin DeMello

http://en.wikibooks.org/wiki/Ruby_Programming/Ruby_editors

People contributing to the perennial editor and ide thread, please
help update/maintain this page and point there. I was thinking that we
have two links for every editor, one external link pointing to the
project homepage, and one internal link discussing the editor and
offering tips to get it working with ruby. (There was good collection
of such pages on the old wiki; does anyone have an archive?)

martin
 
S

spiralofhope

There was good collection of such pages on the old wiki; does anyone
have an archive?

archive.org may have an archive, if you have an old bookmark and
can get the URL.
 
L

lith

http://en.wikibooks.org/wiki/Ruby_Programming/Ruby_editors
People contributing to the perennial editor and ide thread, please
help update/maintain this page and point there.

I generally find comparisons like this one
http://en.wikipedia.org/wiki/Comparison_of_instant_messaging_clients
very helpful.

Well, I don't have the time to create such a table myself :) but I
would like to suggest the following columns for a comparison of
features:

- syntax highlighting
- template expansion
- code completion (eg method & variable names)
- regexp search
- incremental search
- find all occurrences of a word
- file navigation that facilitates working with RoR-like directory
layouts
- programmability
- build/make projects from within the editor/ide (maybe less useful
with ruby but this could also include running a web app and switching
to the browser etc.)
- syntax checker
- error lists that make it possible to jump right to the line where
the (syntax) error occured
- integrated debugger (set breakpoints easily etc.)
- support for refactoring
- support for unit tests/specs
- task management
- collaborative features?
- ...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,169
Latest member
ArturoOlne
Top