[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.subversive] Using subversive plugin in another plugin

Hi!

I am currently developing an eclipse plugin, which is using features of 
subversive.

My problem: I am opening the compare editor for two revisions of a file via 
the subversive plugin. Now my problem is, that I want to use markers to 
display important information. The resources I am working with are derived 
from IRepositoryResource. In Eclipse markers can only be applied to 
resources, which are derived from IResource (like IFile). So I don't know 
how to display the markers in the compare editor using 
IRespositoryResourceS.

Does anyone have an example for me, how this can work? Maybe someone can 
explain, how the subversive plugin displays those markers (code examples 
from svn would be very good).

If you need more information, please tell me!

Thanks!

regards,
Christian.