RE: CONTRIB: recursive search in files of the current JDE project

2001-04-05 Thread Berche, Guillaume
ere is the updated version, let me know if this works for you. Thanks for your feedback, Guillaume. > -Original Message- > From: Joel Metelius [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 05, 2001 5:18 PM > To: Berche, Guillaume > Subject: RE: CONTRIB: recursive searc

RE: Ideas for new JDE intelligent coding features

2001-03-08 Thread Berche, Guillaume
Phil, As far as I know, (except from using XRef, but I don't know how well it integrates with the JDE), there is no great reliable way to do a "public method renaming" without a grep. Here is what I do 1. I do a recursive grep META-x-grep-find find . -name "*.java" | xargs grep -n "myMethod" 2

Ideas for new JDE intelligent coding features

2001-03-07 Thread Berche, Guillaume
Hi, Reading one article of Martin Fowler about tool support for refactoring (http://www.martinfowler.com/articles/refactoringRubicon.html), I had a look at the Xrefactory emacs-based tool( http://www.xref-tech.com/xrefactory/main.html ) and IDEA java code editor which both have great features

RE: Paragraph filling...

2001-01-19 Thread Berche, Guillaume
Klaus, I tried filladapt (I added the keywords as you mentionned, required it = in my .emacs after byte compiling it, turned it on) and when it is = turned on I don't get the filling feature on javadoc anymore, whereas = it seems that when I turn it on, the META-Q (ie. fill-paragraph) does = noth