Skip to content

Refactor table implementation

Pascal Stücker requested to merge feature/table-refactor into main

org.eclipse.set.feature.table has been split into two bundles org.eclipse.set.feature.table and org.eclipse.set.feature.table.pt1

org.eclipse.set.feature.table contains the base definitions, mainly for the view components as well as the table overview. org.eclipse.set.feature.table.pt1 contains the individual PT1 table implementations, which are currently disabled due to the recent model upgrade.

For each PT1 table the following has been done:

  • Remove dependency on e4 Message translations
  • Move column width into column classes
  • Remove message wrapper

Merge request reports