-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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.