jde-javadoc tempo-template-jde-javadoc-describe-field variable

2004-04-28 Thread Guifre Cuni
hi, i am using (and have customized some templates) to use the jde-javadoc- functionality... I am not able to change the template for the variables, and get a javadoc comment like /** The name of the frame. */ public String name; instead of: /** * The name of the frame. */ public String

jdee 2.3.4beta1 RETURN complaint and jde-gen-embrace bug

2004-04-28 Thread Paul Kinnucan
Martin Dickau writes: Hi Paul, Just installed jdee 2.3.4beta1. Looks very nice. One complaint: I absolutely *HATE* having my return key overridden and having to do something to actively prevent it. Now I have yet another customization to maintain that I don't even really want to

RE: [ANNOUNCEMENT] JDEE 2.3.4beta1 available at ...

2004-04-28 Thread Jayakrishnan Nair
I was having 2.3.3 before and now installed this beta. While trying to do invoke ant using JDE/Build from the toolbar, I get the following jde-expand-directory: Symbol's function definition is void: jde-lib-excluded-file-names -Original Message- From: Paul Kinnucan [mailto:[EMAIL

jde-xref works for some methods, not for others

2004-04-28 Thread Raul Acevedo
I have a large project (almost 2,000 Java files), and sometimes jde-xref works in finding callers, sometimes it doesn't. It seems to be on a per-class basis; i.e. any method in class A I can list callers, but in class B no callers are found for any methods. Looking at the xrefdb directory, it

RE: [ANNOUNCEMENT] JDEE 2.3.4beta1 available at ...

2004-04-28 Thread James Cox
I had the same problem. This was solved by a patch that Christian posted yesterday: Hi, after unpacking and installing the latest beta, here is a patch I had to apply to jde.el to make compiling with Ant work (probably needed everywhere a classpath is needed :-) Hth, Christian diff -u

Re: jdee 2.3.4beta1 RETURN complaint and jde-gen-embrace bug

2004-04-28 Thread Suraj Acharya
On Wed, 28 Apr 2004 14:30:20 -0400, Paul Kinnucan [EMAIL PROTECTED] wrote: Martin Dickau writes: Hi Paul, Just installed jdee 2.3.4beta1. Looks very nice. One complaint: I absolutely *HATE* having my return key overridden and having to do something to actively prevent it.