JDE-2.3.3beta2 - Field and Method Completion

2003-06-19 Thread Jeba Bhaskaran
Field and Method completion seems to slow. There seems to be at least 2 to 3 second delay in showing the dialog box for possible completions. Jeba __ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com

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

2003-06-19 Thread Nic Pottier
I can't find any reference to this in the users guide. Can you give us another clue? Maybe the name of the command? -Nic > * This release introduces a cross-referencing tool that enables > you to find all callers of a specified method in a specified > classpath. This can be useful, for e

Re: [ANNOUNCEMENT] JDEE 2.3.3beta1 available at ...

2003-06-19 Thread Andrew Hyatt
I think he means the local user's guide, not the website's user's guide. On Thursday, June 19, 2003, at 11:04 AM, Nic Pottier wrote: I can't find any reference to this in the users guide. Can you give us another clue? Maybe the name of the command? -Nic * This release introduces a cross-r

RE: [ANNOUNCEMENT] JDEE 2.3.3beta2

2003-06-19 Thread Nascif Abousalh-Neto
Does this version adds support for the new plug-in framework? I found no mention of it in the release notes. Regards, /Nascif

JDE-2.3.3beta2 - Field and Method Completion

2003-06-19 Thread Paul Kinnucan
Jeba Bhaskaran writes: > Field and Method completion seems to slow. There seems > to be at least 2 to 3 second delay in showing the > dialog box for possible completions. > The response time is a function of two factors: using Java reflection to gather information about a class to be comple

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

2003-06-19 Thread Paul Kinnucan
Nic Pottier writes: > > > I can't find any reference to this in the users guide. Can you give us another > clue? Maybe the name of the command? > 1. Select JDE->Help->JDEE User's Guide from the Emacs menu bar. The JDEE User's Guide appears. 2. Expand the "Searching Source Code"

RE: [ANNOUNCEMENT] JDEE 2.3.3beta2

2003-06-19 Thread Paul Kinnucan
Nascif Abousalh-Neto writes: > Does this version adds support for the new plug-in framework? Yes. See "Creating and Installing Plugins" in the JDEE User's Guide. - Paul > I found no > mention of it in the release notes. > Regards, > /Nascif > >

[jde] JDE-2.3.3beta2 - Field and Method Completion

2003-06-19 Thread Paul Kinnucan
Raul Acevedo writes: > Paul Kinnucan wrote: > > > Emacs is not multithreaded. You can try to interleave operations > > between keystrokes but this is dicey. Further, the current file is > > not necessarily ever going to be completed in the current session. > > Emacs Lisp isn't, but Emac

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

2003-06-19 Thread Robert Mecklenburg
RM> While compiling jde-2.3.3beta2 on Windows XP, GNU Emacs 21.3.1 RM> (i386-msvc-nt5.1.2600) of 2003-03-27 on buffy, I get: RM> RM> While compiling toplevel forms in file RM> c:/usr/site-lisp/jde-2.3.3beta2/lisp/jde-xemacs.el: AP> You should not compile jde-xemacs.el on a non-xemacs system, it

Re: [jde] JDE-2.3.3beta2 - Field and Method Completion

2003-06-19 Thread Jeba Bhaskaran
Compared to 2.3.2, 2.3.3beta2 Field and Method completion is slow. In 2.3.2, completion was almost instaneous, except the first time completion was called. Jeba --- Paul Kinnucan <[EMAIL PROTECTED]> wrote: > Raul Acevedo writes: > > Paul Kinnucan wrote: > > > > > Emacs is not multithreaded. Y

How to Speed Up Completion

2003-06-19 Thread Paul Kinnucan
Hi JDEE Users, Here are two ways you can significantly speed up field and method completion in JDEE 2.3.2: - Byte-compile the eieio and JDEE packages. JDEE 2.3.2 is based on a new, object-oriented version of beanshell.el, the Emacs interface to the BeanShell. The new version is based

Re: How to Speed Up Completion

2003-06-19 Thread Jens Lautenbacher
On Fri, 2003-06-20 at 07:38, Paul Kinnucan wrote: > Hi JDEE Users, > > Here are two ways you can significantly > speed up field and method completion in > JDEE 2.3.2: > > - Byte-compile the eieio and JDEE packages. unfortunately, under XEmacs, byte-compiling beanshell.el seems to result in inva