At 05:07 PM 10/24/00 -0700, you wrote:
>
>I just implemented the threshold based auto parsing behavior I mentioned in
>my last reply and have included a patch for 2.2.5. A new customizable
>variable jde-auto-parse-disable-threshold is introduced:
>
>(defcustom jde-auto-parse-disable-threshold 50000
> "Size in bytes. Threshold value for disabling automatic reparsing of Java
>source buffer. If the Java source buffer is larger than the threshold, auto
>parsing is disabled even if jde-auto-parse-enable is t. Setting the
>threshold to 0 will in effect always enable automatic reparsing if
>jde-auto-parse-enable is t."
> :group 'jde-project
> :type 'number)
>
I will include this. Personally I find setting the reparsing delay to 3
minutes strikes a balance between ensuring that the buffer gets reparsed
eventually while not interfering with edits that I make.
>P.S.: Paul, how does patches like these get into releases these days?
>
I do not like diffs or patches as I cannot get the patch program to work on
NT/Emacs despite many hours of attempting to do so. I prefer to have the
entire file that contains the change. I can then diff this against my
version and incorporate the changes. I would do this anyway after applying
a patch to make sure that it meets Emacs and JDE coding standards.
>Hope you find it useful.
>
Thanks for doing this.
- Paul