PDE Enhancements

The projects I'm working with have plugin definitions with lots of commands, handlers and menus.
I often find it difficult to keep track of the items in the tree viewer on the extensions page
of the plugin editor. Also I find it quite annoying to see any handler with only the label "(handler)"
in the tree. So I modified the label provider to show the class name of the handler.
The filtering capability I also find insufficient as I cannot filter for attributes.
So I introduced a filter that extends PatternFilter and allows to filter also for attribute
values of the tree's items, as well as the labels (default behaviour).

Features (PDE Editor/ExtensionsPage/TreeViewer only)

You will need to replace these files in your Eclipse 3.7 installation (/plugins).

Please make a backup of the files to be replaced! The replacement plugins also running with 3.7 SR1 (3.7.1)

Download: PDE-Enhancement.zip