Java syntax parsing
Submitted by Friday, 19 November, 2004 - 19:45
on
I'm trying to find a plugin that will simply parse my open .java file(s) and report (in ErrorList) whether there are syntax issues. I have a weak work-around that compiles (JCompiler) only the current buffer and then reports the errors. But this is a bit time consuming...Ideally, the plugin would parse everything open and then I could cycle through the buffers looking for the red marks to correct my errors. This would save me a nice amount of time prior to a lengthy build process.
TIA
TIA