Our selector has tabs 'Search', 'Browse', 'Recent'.
Tab 'Search' is implemented using deprecated in Eclipse 3.4 TypeInfoComponent, which is removed in Eclipse 3.5.
Possible solutions:
1) keep this tab by copying missing classes from Eclipse 3.4 into xpl package.
2) drop our 3-tabbed selector, and invoke the standard FilteredTypesSelectionDialog.
- relates to
-
JBDS-781 The 3-tabbed selector window is changed
- Closed