Raul Acevedo writes:
 > On Wed, 2004-10-13 at 01:14 -0400, Paul Kinnucan wrote:
 > 
 > > * Update the class list used by completion and by code generation
 > >   wizards after compiling a class or building a project. This
 > >   should ensure that completion and the wizards work for new
 > >   classes and changes to existing classes after compiling
 > >   new or changed classes. 
 > 
 > This is extremely slow on large projects, even if I'm just compiling a
 > single class.  I'm assuming that's because it's updating everything in
 > the class path.  If so, can it be changed to only update the class that
 > was just compiled?  And until that happens, how can I disable it and run
 > it manually when necessary?  It takes about 30 seconds right now.
 > 

Hi Raul,

I'll see if I can get the first approach to work. Meanwhile, you can
easily disable this feature by removing je-compile-finish-update-class-info
from jde-compile-finish-hook.

Paul

Reply via email to