Bug 207868

Summary: [spy] Add Support to spy on Tabbed Pane's
Product: [Eclipse Project] PDE Reporter: Kevin Doyle <kjdoyle>
Component: IncubatorsAssignee: Kevin Doyle <kjdoyle>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: caniszczyk, remy.suen
Version: 3.4Keywords: contributed, noteworthy
Target Milestone: 3.4 M3   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Reworked Preference Section to work for all Dialog Pages
none
Forgot to change objectType passed to SpyFormToolkit.generatePluginDetailsText()
none
mylyn/context/zip none

Description Kevin Doyle CLA 2007-10-29 18:01:13 EDT
It would be nice to see information about the currently displayed tabbed pane.

Example: From the Menu go to Search -> File.  Press Alt+Shift+f1 and the current spy information is:

Active Shell Class:
     SearchDialog

What is the IDialogPage(ISearchPage) that is being shown?
Comment 1 Kevin Doyle CLA 2007-10-29 19:54:38 EDT
Created attachment 81526 [details]
Reworked Preference Section to work for all Dialog Pages

Renamed ActivePreferenceDialogSection to ActiveDialogPageSection and modified the code to work with all implementor's of IPageChangeProvider.  Modified the names of the NLS messages for Preferences to Dialog Page.
Comment 2 Kevin Doyle CLA 2007-10-29 20:09:36 EDT
Created attachment 81528 [details]
Forgot to change objectType passed to SpyFormToolkit.generatePluginDetailsText()
Comment 3 Chris Aniszczyk CLA 2007-10-29 22:06:17 EDT
Looks solid, thanks! It will be time for a picture on the PDE Hall of Fame.
Comment 4 Chris Aniszczyk CLA 2007-10-29 22:06:21 EDT
Created attachment 81541 [details]
mylyn/context/zip