scala-ide / scala-search

Next Scala Search Engine
6 stars 10 forks source link

Improve TypeHierarchyTreeLabelProvider #98

Open skyluc opened 10 years ago

skyluc commented 10 years ago

This class is likely too complex and re-implementing platform features. It should be possible to get the same result by implementing only IStyledLabelProvider, and wrapping it inside a DelegatingStyledCellLabelProvider.