| [news.eclipse.tools.jdt] Re: Error Checking as you type |
Yes, it has it's own parser. It should not be that difficult to find any information on it. The Java syntax has been kept rather simple by Sun, both to keep the language easy to read, as well as to support tools like Eclipse. Now that old decission is paying off big time.Hey,
Could someone tell me what is happening in the background to enable the JDT to generate errors and warnings while someone is typing ?
I have looked around for some documentation on this but have as yet been unable to find any.
I suspect that the file is being parsed for syntax and lexical problems as keystrokes are received but I need to confirm this.
Maarten