JCompiler slowing key response
Submitted by Tuesday, 29 November, 2005 - 14:32
on
I'm running JEdit 4.2 on a mac mini with Tiger( OSX 10.4.2), using the JCompiler, Console, and ErrorList plugins. After I run an app from the Console, subsequent key response in JEdit slows to the point where its unuseable. The quirky thing is that going to PlugIn Options>JCompiler>GeneralOptions and clicking OK, without making any changes, brings response time back to normal. I'm using the default error parsing options:
Regexp for errors (.+):(\d+).+) (The unhappy faces were originally colons followed by left parens)
FileName at $1
Line number at $2
Message at $3
Regexp for warnings: (.+(note|warning|caution):.+)|(.+deprecated.+)
Is there something in my setup that could account for this?
Regexp for errors (.+):(\d+).+) (The unhappy faces were originally colons followed by left parens)
FileName at $1
Line number at $2
Message at $3
Regexp for warnings: (.+(note|warning|caution):.+)|(.+deprecated.+)
Is there something in my setup that could account for this?