Is it possible to create a plugin to get the data from server and display the custom attributes in History view of each file. ??
Hi all,
Custom attributes on file versions are only available via Java API or command line mode.
Kindly let me know if the feature attributes on file versions are available on GUI mode or not.
If not,Is it possible to create a plugin to get the data from server and display the attributes in History view of each file. ??
Thanks & Regards,
Suvidya
Accepted answer
The custom SCM attributes are only available via Java API or the SCM command line in 6.0.x so far. See https://rsjazz.wordpress.com/2016/02/04/setting-custom-attributes-for-scm-versionables/ for more information about the API.
Comments
To clarify, as Ralph said, you can write your own view to do exactly what you want, however you cannot 'extend' the existing SCM File History view to show this information (in a new column for example). For the most part, none of the SCM Eclipse UI is extendable or has API (it's implementation is all internal and not public).