Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-reviews-dev] Making use of the support classes from org.eclipse.mylyn.reviews.ui

Hi,

I've noticed the recent improvements regarding opening remote changes
in the Compare editor and displaying inline comments which were
brought to the Gerrit connector.

I've checked out the project and saw that most of the UI was provided
in the org.eclipse.mylyn.reviews.ui bundle. For instance, in
org.eclipse.mylyn.internal.gerrit.ui.editor.PatchSetSection I see that
the compare UI takes as input IFileItem instances which are then
passed to an ReviewCompareAnnotationModel.

This leads me to believe that if I wanted to build on this compare UI
support I would need to construct IFileItems from for my change sets
and pass them to a ReviewCompareAnnotationModel .
Is that correct or should I do anything else?

Thanks,

Robert

-- 
Sent from my (old) computer


Back to the top