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
when writing new code above an existing Marker, the Marker does not stick to the code, it sticks to the line number.
This is visible whenever PartAdapter adds Markers from the MappingManager to the Editor. So for example when
there is an active feature session.
This leads to the highlighting of the wrong code.
Solution
MappingManager needs to be updated continuously.
Should be resolved when adding AST.
The text was updated successfully, but these errors were encountered:
wurstbroteater
changed the title
Legac Bug: AMarkerInformation needs to be updated continuously
Legacy Bug: AMarkerInformation needs to be updated continuously
Apr 19, 2021
Problem
when writing new code above an existing Marker, the Marker does not stick to the code, it sticks to the line number.
This is visible whenever PartAdapter adds Markers from the MappingManager to the Editor. So for example when
there is an active feature session.
This leads to the highlighting of the wrong code.
Solution
MappingManager needs to be updated continuously.
Should be resolved when adding AST.
The text was updated successfully, but these errors were encountered: