Bug 2098 - Property sheet view: Restore Defaults should be Restore Default (1GE6O4L)
Summary: Property sheet view: Restore Defaults should be Restore Default (1GE6O4L)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P3 enhancement (vote)
Target Milestone: 2.0 M3   Edit
Assignee: Lynne Kues CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:26 EDT by Randy Giffen CLA
Modified: 2002-02-04 17:58 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 Randy Giffen CLA 2001-10-10 22:26:26 EDT
The tooltip for the default button should be "Restore default value" since it applies to the selection
and the view only allows single selection.

The menu item should be "Default"

Also this button/menu item should be disabled if there is no selection.

NOTES:
Comment 1 DJ Houghton CLA 2001-10-29 17:51:17 EST
PRODUCT VERSION:
110

Comment 2 Knut Radloff CLA 2002-02-01 16:04:12 EST
I noticed the Properties view toolbar menu duplicates the items that are 
already in the toolbar as buttons.
Normally the toolbar menus only has items that are not already accessible using 
toolbar buttons. The menu should be removed.
Comment 3 Lynne Kues CLA 2002-02-01 16:16:38 EST
I agree with the above.  Need RG to concur.
Comment 4 Randy Giffen CLA 2002-02-01 16:32:57 EST
Concur
Comment 5 Lynne Kues CLA 2002-02-04 17:56:55 EST
Removed menu from Properties View.  Changed DefaultsAction to work based on 
whether or not a property entry is selected (added PropertySheetPage as 
selection listener of table, changed PropertySheetViewer to fire selection event 
during it's handling of a table selection).  Changed wording as suggested.  
Formatted code and organized imports according to standards.
Comment 6 Lynne Kues CLA 2002-02-04 17:58:55 EST
Released changes.