| Summary: | Some Viewers update label decorators very slowly | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Tod Creasey <Tod_Creasey> |
| Component: | UI | Assignee: | Erich Gamma <erich_gamma> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P1 | CC: | Kevin_Haaland |
| Version: | 2.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 2000 | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 10903 | ||
|
Description
Tod Creasey
As of build >20020328 we have changed the LabelChangedEvent such that it can now accept arrays of elements to update instead of always forcing a change to a single item. This may affect the ProblemTreeViewer as it does a preprocessing step before calling the default implementation in StructuredViewer. ProblemTreeViewer calls getElement() which will now return the first element in the list of elements for the change - this may no longer be a suffecient check. adapted to new LabelChangedEvent API build > 20020404 closing this bug |