Use the following:
'(jde-auto-parse-enable nil)
You can manually start the parse with:
M-x jde-parse-bovinate-buffer
Although in my usage, I haven't had to manully parse too often.
Spencer Marks wrote:
>
> I was wondering if there was a way to make semantic work less
> frequently. The extremely frequent hashmark progress bar is
> distracting and make typing sluggish - even on reasonably fast
> machine.
>
> I've tried setting
> Jde Auto Parse Buffer Interval: to 1000
> and then disabling it entirely.
> I've also tried turning off imenu,
> but none of these steps seem to effect when semantic's is invoked.
>
> Thanks in advance,
> Spencer