Bug 340710 - [var][expr][reg] Make the default variable view column IDs public.
Summary: [var][expr][reg] Make the default variable view column IDs public.
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.7   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.8 M5   Edit
Assignee: Pawel Piech CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
: 187502 (view as bug list)
Depends on:
Blocks: 340891
  Show dependency tree
 
Reported: 2011-03-22 18:17 EDT by Pawel Piech CLA
Modified: 2012-01-23 12:20 EST (History)
2 users (show)

See Also:
Michael_Rennie: review+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Piech CLA 2011-03-22 18:17:16 EDT
There are some actions which use the column IDs of the default column presentation provider in variables views.  For example: Bug 296018 - Allow activating cell editors using the keyboard in variables views.

Since these column IDs are not in public API, the non-standard model are not able to take advantage of these actions.
Comment 1 Pawel Piech CLA 2011-06-03 14:27:26 EDT
*** Bug 187502 has been marked as a duplicate of this bug. ***
Comment 2 Pawel Piech CLA 2012-01-18 18:15:27 EST
I committed the change: http://git.eclipse.org/c/platform/eclipse.platform.debug.git/commit/?id=4627f4d8306a47a42f55bfc62a92670eade4c12f

Mike please have a look.  I ran into bug 369012 while testing, but it doesn't appear to be related to my changes.