0

I would like to know how subversive/subclipse place author name(the person who committed the file recently) beside file in eclipse explorer. I have been reading in plugin development guide of eclipse for quite sometime now and I cant seem to find which extension is capable of making this. I have also read that the term is Showing Annotation?

I would really appreciate if someone could give me an idea how subversive/subclipse does it. I will continue reading.

Thank you.

4

1 回答 1

0

这是使用扩展点声明的标签装饰器org.eclipse.ui.decorators并使用实现的类org.eclipse.jface.viewers.ILightweightLabelDecorator

于 2013-08-18T09:53:21.410 回答