Community
Participate
Working Groups
This first pass will just add error markers to the source file. That might be what we want permanently, but for now it at least shows you the errors. The majority of the work is changing the generators to accept a message requestor instead of using its own, so that the builder can collect the generation messages. There's also some message-related interfaces duplicated in the edt.gen plug-in which should be removed.
Generation markers are now displayed as described in the original comment. If location information is available the marker will show on the corresponding line in the editor, and the red squiggles will appear underneath the specific code snippet that caused the error. Note that some errors do not provide such information, such as an NPE in the generator. A new marker type was introduced: org.eclipse.edt.ide.core.generationProblem
Verified in latest CVS