Bug 207868 - [spy] Add Support to spy on Tabbed Pane's
Summary: [spy] Add Support to spy on Tabbed Pane's
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Incubators (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 3.4 M3   Edit
Assignee: Kevin Doyle CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed, noteworthy
Depends on:
Blocks:
 
Reported: 2007-10-29 18:01 EDT by Kevin Doyle CLA
Modified: 2007-10-29 22:06 EDT (History)
2 users (show)

See Also:


Attachments
Reworked Preference Section to work for all Dialog Pages (10.74 KB, patch)
2007-10-29 19:54 EDT, Kevin Doyle CLA
no flags Details | Diff
Forgot to change objectType passed to SpyFormToolkit.generatePluginDetailsText() (10.74 KB, patch)
2007-10-29 20:09 EDT, Kevin Doyle CLA
no flags Details | Diff
mylyn/context/zip (1.14 KB, application/octet-stream)
2007-10-29 22:06 EDT, Chris Aniszczyk CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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