| Getting linking diagnostics from reconciler [message #1059704] |
Tue, 21 May 2013 05:47  |
Marco Naddeo Messages: 49 Registered: November 2012 |
Member |
|
|
Hi
I've subclassed XtextDocumentReconcileStrategy because I want to do some processing on linking diagnostic, but I don't understand how I can obtain them from the reconcile method:
public class MyDSLDocumentReconcileStrategy extends XtextDocumentReconcileStrategy {
@Override
public void reconcile(IRegion region) {
...
}
}
Class XtextResource has methods getErrors and getWarnings which return syntax errors and warnings, but how can I retrieve instead linking diagnostics?
Thanks in advance,
Marco
|
|
|
|
Powered by
FUDForum. Page generated in 0.01664 seconds