Bug 132901 - Improve perspective description for display for Team Synchronizing perspective
Summary: Improve perspective description for display for Team Synchronizing perspective
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M6   Edit
Assignee: Platform Team Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: polish
Depends on:
Blocks:
 
Reported: 2006-03-22 16:30 EST by Michael Van Meekeren CLA
Modified: 2006-03-23 10:49 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Van Meekeren CLA 2006-03-22 16:30:57 EST
As a result of fixing bug 78722, we have a number of dialogs that prompt the user for switching perspectives, this code attempts to use the perspective description, please ensure you have a good description.

For example the debug perspective suggested description is something like:
"This perspective is designed to support application debugging.  It incorperates views for displaying the debug stack, variables and breakpoint management."
Comment 1 Michael Valenta CLA 2006-03-23 09:26:38 EST
Is there a way I can test this. That is, is there now a sstandard dialog for prompting for a perspective switch that I can now use?
Comment 2 Michael Valenta CLA 2006-03-23 09:33:28 EST
Fix released to HEAD
Comment 3 Michael Van Meekeren CLA 2006-03-23 10:11:11 EST
At this point the new project wizard prompts when creating projects (such as a plug-in project) when not in the PDE perspective and debug has support for prompting when launches occur.

The code for UI is in   org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard#confirmPerspectiveSwitch
Comment 4 Michael Valenta CLA 2006-03-23 10:49:21 EST
Thanks, I modified our dialogs to do the same thing