Skip to content

Legacy Bug: Eclipse Highlighter do incorrectly move with changed lines #68

@wurstbroteater

Description

@wurstbroteater

Description

After replacing a single existing line through several new lines (with different lengths), the text highlighting in eclipse has the wrong size/ does not capture all changes. If there are markers beneeth this change, the Code highlighting does not stick with its code lines and ends up highlighting different lines (see issue #69 for this)

Possible Reason

There exists multible deltas per saving (= events). The interaction between these can cause undefined behaviour.

Possible Solution

When saving file changes only one delta should be created or they need to be aware of each other, for proper change synchornisation.

Metadata

Metadata

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions