[EMAIL PROTECTED] (Allan Brighton) writes:

> Its in the release notes:
> 
> * The JDE now reparses the current buffer, by default, 30 seconds
>   after you have made a change. Customize jde-auto-parse-buffer-interval
>   to change the parse delay. To disable this feature, toggle 
>   jde-auto-parse-enable off.
> 
> However, I think the default is probably a bit to short. 
> Even with a fast machine, it causes a lot of delays...

Actually, the release notes are wrong about the default.  In 2.2.3,
it's 10 seconds, not 30:

    (defcustom jde-auto-parse-buffer-interval 10
      "Time in seconds between the time you change a Java source buffer
    and the time the JDE reparses the buffer."
      :group 'jde-project
      :type 'number)

In any case, I agree that it's too short.

-- 
Jim Davidson
jdavidson @ acm.org

Reply via email to