You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrap viewer in CheckboxTablePart within a FilteredTable
By using the FilteredTable, we get a quick-filter for all extending
parts for free. This includes:
- The Cross-platform page of the "Deployable features" export wizard.
- The Update Java Classpath page of the "Update classpath..." action
- The Selection page of the "Import Plug-ins and Fragments" wizard
- The Update Java Classpath page of the "Plug-in from Existing JAR
Archives" wizard.
- The Template Selection page of the "Plug-in Project" page.
Together with the quick-filter comes a caching of the checked table
items. Those elements remain checked, even if currently hidden by the
filter and will be restored once they become visible again.
Furthermore, the PluginListPage has been adapted to use a
CheckboxTablePart rather than a CheckboxTreePart (effectively reverting
4c1edad), to match the list of plugins
that it displays.
Contributes to #1497
0 commit comments