RE: jde-2.2.8beta4: error loading jde

2001-08-06 Thread Chuck . Irvine
The following .emacs file reproduces the problem for me: .emacs - (custom-set-variables '(jde-build-function (quote (jde-ant-build (add-to-list 'load-path (expand-file-name ~/elisp/jde-2.2.8beta4/lisp)) (add-to-list 'load-path

RE: JDE vs. VAJ

2001-06-12 Thread Chuck . Irvine
install a servlet engine. Finally, there are Emacs packages for version controlling, but VAJ's automatic version controlling is very nice! There are some problems in my opinion with VAJ's embedded version control system, compared with CVS, for example: 1. There is really no concept of

RE: How do other debug options work?

2001-02-14 Thread Chuck . Irvine
I am under the impression that some of these things are not yet implemented, "Evaluate Expression", for example. I think it would be preferable if un-implemented commands were taken out of the GUI. Users try these things, not knowing that they aren't implemented, become confused, waste time

RE: Generating import statements automatically?

2001-02-13 Thread Chuck . Irvine
There is the JDE-Wizards-Import Class command. Have you tried this? -Chuck -Original Message- From: tvraman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 1:10 PM To: jde Cc: tvraman Subject: Generating import statements automatically? Hi -- Suppose I have a

RE: hippie-expand

2001-02-02 Thread Chuck . Irvine
Hi Steff, Maybe what I wanted to do makes sense, I don't know. I thought it would be useful to have hippie-expand first try to use jde-complete-at-point to complete java methods and fields. To do this, you have to add jde-complete-at-point to the list of completion functions that