From: bbense+comp.lang.ruby.Aug.18.02@... Date: 2002-08-19T02:44:06+09:00 Subject: Re: IDE vs. editor -----BEGIN PGP SIGNED MESSAGE----- In article <20020817192215.GB3299@prism.localnet>, Massimiliano Mirra wrote: >On Sat, Aug 17, 2002 at 11:58:36PM +0900, bbense+comp.lang.ruby.Aug.17.02@telemark.stanford.edu wrote: >> >- - built in debugger >> >- - built in unit testing which lets you jump to the failed line when a test >> >fails >> >- - built in source control >> >- - built in refactorings - even simple things like rename method and having >> - - I can do all this in Emacs and have a powerful editor. Is it >> easy and simple and out of the box? Well, for C lang >> programming it pretty much is. It's a bit harder for Ruby, >> but it's all possible. > >Same questions to you: how do you have a method's renaming propagate, - - You need a ruby version of etags. Then it's just a simple matter of using tags-query-replace. The hard bit is a ruby version of etags. I said it was possible, not that I knew exactly how to do it %-)! >and how do you have the cursor jump to the line of a failed test? > M-x compile and next-error. - - Booker C. Bense -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBPV/bo2TWTAjn5N/lAQFodwP7BIBMZt26ccu6njEDnK8rqDN2Pjo5mjW+ D1C+adsz77xRf8SxBD2PuoND2t53whNPu7BCE24yUIlu4nQCxtDlwtqa7X9hutHG O2xPiq2k8ZtDnwnqvLewOyUcPihYbbkXFXIeARvIvRzLHCEmuKijT7h4Tla00soI Ze6g6XxOkqY= =bTry -----END PGP SIGNATURE-----