You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: