Warren Henning wrote:
Tagging? What exactly is that in the context of a large project and why do you need that?
Look at Eclipse for Java with static typing. You can navigate directly to the source of any type with one key claw. Most of Rails development consists of tweaking a test, then tweaking a view, then a controller, then the model. So all Rails editors obey the folder tree, and put the models here, the controllers there, the views down there, and the tests all the way over here. A better editor would present a slice of that stack as one conceptual document. With TDD and clean code, a significant fraction of editing time is spent navigating around the code. And could someone tell my why in hell don't all programming editors jump to "next bookmark" locations in every open document? I can't think of a reason to only jump between bookmarks inside one document, in a well-factored program... -- Phlip http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!! _______________________________________________ Sdruby mailing list [email protected] http://lists.sdruby.com/mailman/listinfo/sdruby
