Skip to content

Improve update performance of DynamicTreeTableViewer

Ulrich Schöpp requested to merge 4182 into master

Issue-Ref: 4182 Issue-URL: af3#4182 (closed)

For models with larger data dictionaries, the update of the data dictionary can become slow enough that editing element names becomes difficult. This commit changes the DynamicTreeTableViewer such that not the whole tree is re-build on every update. This solves the issue with the data dictionaries.

Signed-off-by: Ulrich Schöpp schoepp@fortiss.org

Edited by Ulrich Schöpp

Merge request reports