[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Re: Where in JDT are Markers and Annotations created ?

Alan Morgan wrote:
I am looking into Markers and Annotations for my own editor at the moment and I was just wondering if someone could point me in the direction of where these are created in the JDT ?

Annotations are created in various locations (reconciler, quick diff...). The ProblemAnnotations for temporary problems reported by the reconciler are created in CompilationUnitDocumentProvider.


-tom