buh
buh

Reputation: 363

Search classes from SWT UI in eclipse plugin development

I am currently building a UI based plugin that will generate some code. At some point I need choose which classes will be affected. At the moment I have a browse button where the user must search for the class file within the directory however this is quite cumbersome.

What I had in mind was what the Ctrl+Shift+T does, therefore Open Type. Does eclipse (luna) allow developers to integrate that particular feature in their plugins?

Upvotes: 1

Views: 65

Answers (1)

Arye Shemesh
Arye Shemesh

Reputation: 679

You should probably extend TypeSelectionExtension

Upvotes: 1

Related Questions