The class ASTLineGrammarProcessor gets the Correct line based AMarkerInformation out of the AST.
Inside of the method MarkerUtils.setMarker AMarkerInformation gets translated into Eclipse Markers.
To do so a translation of LinesNumbers to Character Offset gets performed with the help of the IDocument class.
This translation is not accurate and needs to be debuged.
The class ASTLineGrammarProcessor gets the Correct line based AMarkerInformation out of the AST.
Inside of the method MarkerUtils.setMarker AMarkerInformation gets translated into Eclipse Markers.
To do so a translation of LinesNumbers to Character Offset gets performed with the help of the IDocument class.
This translation is not accurate and needs to be debuged.