Bug 479022 - [IDEA] Semantic Highlighting Flickers
Summary: [IDEA] Semantic Highlighting Flickers
Status: NEW
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: 2.9.0   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-05 04:59 EDT by Sven Efftinge CLA
Modified: 2015-10-05 04:59 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Efftinge CLA 2015-10-05 04:59:18 EDT
The highlighting flickers on change.

This is caused by 
 - our psi parser replacing the root PSIElement, which results in a full text change.
 - all old highlightings in the changed reange being disposed always, before the new get applied.