Bug 106954 - [ViewMgmt][Perspectives] Provide descriptions for workbench views and perspectives
Summary: [ViewMgmt][Perspectives] Provide descriptions for workbench views and perspec...
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: All All
: P3 enhancement with 1 vote (vote)
Target Milestone: 4.7 M3   Edit
Assignee: Martin Karpisek CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed, noteworthy
Depends on:
Blocks: 521264
  Show dependency tree
 
Reported: 2005-08-14 03:00 EDT by Brock Janiczak CLA
Modified: 2017-08-24 07:12 EDT (History)
5 users (show)

See Also:


Attachments
Fix for perspective description in 'Open perspective dialog' (6.33 KB, patch)
2007-09-16 07:54 EDT, Martin Karpisek CLA
no flags Details | Diff
How 'Open perspective' dialog looks after applying patch (19.07 KB, image/gif)
2007-09-16 07:58 EDT, Martin Karpisek CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brock Janiczak CLA 2005-08-14 03:00:38 EDT
Both the org.eclipse.ui.perspectives and org.eclipse.ui.views extension points
support adding a description element to the extension.  This information is
currently displayed in the customize perspective dialog but could be used
elsewhere.  In particular, it might be helpful to display the description of the
view/perspective in the open "other..." view/perspective dialogs.
Comment 1 Boris Bokowski CLA 2005-08-17 11:51:57 EDT
Thanks for the suggestion!
Comment 2 Boris Bokowski CLA 2006-05-23 13:54:44 EDT
Sorry - this one fell through the cracks for 3.2.
Comment 3 Boris Bokowski CLA 2007-04-27 20:56:28 EDT
Deferring
Comment 4 Martin Karpisek CLA 2007-09-16 07:54:18 EDT
Created attachment 78515 [details]
Fix for perspective description in  'Open perspective dialog'

Patch for Open perspective dialog - it is same as fix for bug 128529 for Show view dialog - user can display description for selected perspective by pressing F2. If no description is provided than 'No description available.' message is displayed.
Comment 5 Martin Karpisek CLA 2007-09-16 07:58:14 EDT
Created attachment 78516 [details]
How 'Open perspective' dialog looks after applying patch

Example how dialog with selected perspective + its description looks like
Comment 6 Boris Bokowski CLA 2008-05-02 14:57:01 EDT
Mass update - removing 3.4 target. This was one of the bugs I marked for investigation (and potential fixing) in 3.4 but I ran out of time. Please ping on the bug if fixing it would be really important for 3.4, and does not require API changes or feature work.
Comment 7 Daniel U. Thibault CLA 2009-09-02 16:42:30 EDT
On a related bent, it is flabbergasting that the Show View dialog (Window: Show View: Other...) states "Use F2 to display the description for a selected view" but that none of the 50 or so available views (I'm including the SVN views in my setup) have a description!  How hard can it be to add a description to each of these?
Comment 8 Boris Bokowski CLA 2009-09-03 13:10:53 EDT
(In reply to comment #7)
> On a related bent, it is flabbergasting that the Show View dialog (Window: Show
> View: Other...) states "Use F2 to display the description for a selected view"
> but that none of the 50 or so available views (I'm including the SVN views in
> my setup) have a description!  How hard can it be to add a description to each
> of these?

We've removed that hint from the UI in 3.6 - see bug 224546.
Comment 9 Boris Bokowski CLA 2009-11-11 17:32:26 EST
Remy is now responsible for watching the [ViewMgmt] category.
Comment 10 Remy Suen CLA 2010-11-09 10:01:34 EST
(In reply to comment #4)
> Created an attachment (id=78515) [details]
> Fix for perspective description in  'Open perspective dialog'

Martin, thanks for the patch. Would you mind updating it so that the F2 suggestion label will only show up if there's actually a description available for the currently selected perspective?

Also, please update the copyright headers of every file you modified by appending your information in the following form:
name <e-mail> - bug number bug summary
Remy Suen <remy.suen@ca.ibm.com> - Bug 12345 Bug description/summary follows here
Comment 11 Eclipse Genie CLA 2016-10-02 07:11:21 EDT
New Gerrit change created: https://git.eclipse.org/r/82328
Comment 12 Eclipse Genie CLA 2016-10-06 12:02:05 EDT
New Gerrit change created: https://git.eclipse.org/r/82656
Comment 14 Lars Vogel CLA 2016-10-07 07:57:40 EDT
Thanks Martin. Could you also upload a small entry via Gerrit for the M3 N&N? Repo can be found here: https://git.eclipse.org/r/#/admin/projects/www.eclipse.org/eclipse/news
Comment 15 Eclipse Genie CLA 2016-10-07 15:04:47 EDT
New Gerrit change created: https://git.eclipse.org/r/82769
Comment 16 Martin Karpisek CLA 2016-10-07 15:17:39 EDT
added entry to 4.7 M3 N&N
Comment 18 Dani Megert CLA 2016-12-09 11:57:56 EST
A much better solution for users would have been to add a description field to the dialog.
Comment 19 Dani Megert CLA 2017-08-24 07:12:41 EDT
(In reply to Dani Megert from comment #18)
> A much better solution for users would have been to add a description field
> to the dialog.

And this would have avoided bug 521264.