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.