How to display id when viewing Source Control documents
Accepted answer
Jeff,
I have been looking into this and as far as I can tell, you can not add columns to the table views. The number of columns supported and the value provider are specified in the view extension. You would have to implement a new view to get additional columns.
However you can use a Lightweight Label Decorator for tree and tree table views that can display an additional decoration behind the name. The decoration can be a text of some sort.
Here a screenshot of the extension:
This is how this could look like:
I have been looking into this and as far as I can tell, you can not add columns to the table views. The number of columns supported and the value provider are specified in the view extension. You would have to implement a new view to get additional columns.
However you can use a Lightweight Label Decorator for tree and tree table views that can display an additional decoration behind the name. The decoration can be a text of some sort.
Here a screenshot of the extension:
This is how this could look like:
Comments
Thanks Ralph!
Jeff, with respect to "DB ID" the ID's in the second screenshot are the "version" of the element. This is not really usable, there is work done for the next release. Please see https://jazz.net/downloads/rational-team-concert/milestones/5.0M4?p=news#version-identifier-feature for version numbers/ID's.