Bug 11555 - [PropertiesView] Non-editable properties should be grayed out in Properties Browser
Summary: [PropertiesView] Non-editable properties should be grayed out in Properties B...
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P4 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-18 11:17 EST by Duong Nguyen CLA
Modified: 2006-06-22 08:34 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Duong Nguyen CLA 2002-03-18 11:17:05 EST
In the Property Browser non-editable properties are show at the same level as 
editable properties.  It would be useful if they were grayed at 50% of the 
editable properties.  To see the non-editable properties display the property 
browser in Eclipse and select any file, the name is a non-editable property.  
To display editable properties use the property example provided with Eclipse. 
Note: the non-editable and the editable properties are displayed in the same 
intensity.
Comment 1 Mike Wilson CLA 2002-03-18 12:49:34 EST
API has been added to Table to support setting the foreground and background 
of individual rows. This has been implemented and released on windows. It has 
been implemented as well for the emulated Table (linux/motif, photon, etc.) 
but is still awaiting a code review.

The UI team can use this API to support graying of non-editable properties.
Comment 2 Kevin Haaland CLA 2002-05-01 18:15:05 EDT
Consider as a post 2.0 enhancement
Comment 3 Nick Edgar CLA 2003-02-11 11:30:46 EST
There are no plans for the UI team to work on this defect until higher priority 
items are addressed. 
Comment 4 Debbie Wilson CLA 2003-05-26 15:58:08 EDT
Related to bug 4584
Comment 5 Debbie Wilson CLA 2003-06-09 16:07:13 EDT
It appears the new functionality is in TableItem and not Table
i.e. 
TableItem.setBackground(...) and
TableItem.setForeground(...)

Comment 6 Tod Creasey CLA 2006-06-22 08:34:08 EDT
There are currently no plans to work on this feature