Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-versions-dev] ScmConnector UI enhancements

Hi,

I want to extends ScmConnectorUi to provide methods to open details
for a commit[0].
Looking at the current implementation I'm not entirely happy, because
there is no easy way to get an ScmConnectorUi from an ScmConnector[1].
I've already pushed an implementation for retrieving the correct
ScmConnectorUI to Gerrit[2].
Also, there I've pushed an initial implementation for showing the
changesets, but it is currently lacking an implementation for
subclipse, because I haven't had time to look into that connector yet.

Kilian


[0] https://bugs.eclipse.org/bugs/show_bug.cgi?id=392678
[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=392679
[2] https://git.eclipse.org/r/#/c/8348/
[3] https://git.eclipse.org/r/#/c/8349/


Back to the top