Auto completion

2004-05-22 Thread Paul Kinnucan
Ding Lei writes: > Hello folks, > How to invoke the JDE's auto completion function faster(without pressing the > C-c C-v C-. combo)? for example, whenever I type a class name plus dot, it shows > up a list of methods. Another problem is that JDE will put matche

Auto completion

2004-05-20 Thread Ding Lei
Hello folks, How to invoke the JDE's auto completion function faster(without pressing the C-c C-v C-. combo)? for example, whenever I type a class name plus dot, it shows up a list of methods. Another problem is that JDE will put matched method directly on the line, inste

RE: auto completion of ant targets not working correctly?

2002-06-03 Thread sharath reddy
ts? > > Sorry I don't have a better answer for you. > > Jack. > > > -Original Message- > From: sharath reddy [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 30, 2002 11:09 AM > To: [EMAIL PROTECTED] > Subject: auto completion of ant targets not working >

Re: problem with auto-completion

2002-03-04 Thread Heather Buch
Hi, By looking at the beanshell, I was able to determine that my classpath entry needed a trailing "/" which I did not have. Thanks very much for your help, Javier!! Heather "Javier S. Lopez" wrote: > > Heather Buch <[EMAIL PROTECTED]> writes: > > > "Javier S. Lopez" wrote: > > > > >Set it t

Re: problem with auto-completion

2002-03-04 Thread Javier S. Lopez
Heather Buch <[EMAIL PROTECTED]> writes: > "Javier S. Lopez" wrote: > > >Set it to this path and restart the beanshell. Check that the beanshell > >classpath includes that directory /var/.../classes > > > > Hi Javier, > > I changed my classpath entry and restarted the beanshell (I don't > kn

Re: problem with auto-completion

2002-03-04 Thread Heather Buch
"Javier S. Lopez" wrote: >Set it to this path and restart the beanshell. Check that the beanshell >classpath includes that directory /var/.../classes > Hi Javier, I changed my classpath entry and restarted the beanshell (I don't know how to check the beanshell classpath). I now get this: Deb

Re: problem with auto-completion

2002-03-04 Thread Javier S. Lopez
Heather Buch <[EMAIL PROTECTED]> writes: > Hello, > > I don't seem to have much luck getting jde to auto-complete code within > my package (though it will auto-complete methods from the current class, > "this"). > > The beginning of my package name is "edu", and it sits in > > /var/local/http

problem with auto-completion

2002-03-04 Thread Heather Buch
Hello, I don't seem to have much luck getting jde to auto-complete code within my package (though it will auto-complete methods from the current class, "this"). The beginning of my package name is "edu", and it sits in /var/local/https-1.0/https/tomcat/lib/apps/classes As an example, I have a