Bug 191353 - Decorate class member Variables with protection
Summary: Decorate class member Variables with protection
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on: 52100
Blocks:
  Show dependency tree
 
Reported: 2007-06-06 16:16 EDT by Doug Schaefer CLA
Modified: 2020-09-04 15:21 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Doug Schaefer CLA 2007-06-06 16:16:54 EDT
+++ This bug was initially created as a clone of Bug #52100 +++

Currently C++ classes are presented using the private, public, protected
tree type of indirection.  This often obscures the data requiring that you
dig down one extra level in order to find what you are after (if you are
not aware of its "protection".

There should be a label decoration for these three attributes and the 
image used to decorate the class members appropriately.  (or put the
information in the details pane)

Then the tree could be collapsed without loosing any of this information
but opening up the possiblity for easier data exploration.
Comment 1 Doug Schaefer CLA 2007-06-06 16:20:49 EDT
We have flattened out the variables so that protection (public/private/protected) aren't shown as nodes. We still need some sort of decoration for them. Changing the title of this bug to reflect that.