Bug 571767

Summary: [jface] LabelProviderChangedEvent should allow to carry properties
Product: [Eclipse Project] Platform Reporter: Christoph Laeubrich <laeubi>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.20   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Christoph Laeubrich CLA 2021-03-08 03:58:34 EST
LabelProviderChangedEvent currently has a Object[] elements. this allows to update the affected cells label on a change.

The problem is that it is not possible to pass any properties, that leads to the situation that  neither ViewerFilter nor ViewerComparator are asked if refiltering is required and thus changes in the representation of the text are not reflected in the sort order unless one triggers refiltering in some way manually.