A have a plugin and I want to overwrite default Outline view but I want to use some features from default Outline(Overview), where can I get the source Code of default OutlineView implementation?

link|improve this question

73% accept rate
feedback

1 Answer

up vote 2 down vote accepted

You can use the eclipse Plug-in Spy for that. It will tell you details of the plugin for any view. http://eclipse.dzone.com/articles/eclipse-34-hidden-treasures

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.