Skip to main content

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

On Tue, Oct 11, 2011 at 9:48 AM, Steffen Pingel
<steffen.pingel@xxxxxxxxxxx> wrote:
> The implementation in org.eclipse.mylyn.reviews.ui is intended as a generic
> framework and should be reusable as you described. You will also need to
> provide an implementation of ReviewBehavior to handle interactions such
> adding of comments.

I see, thanks.

> Note that the Gerrit connector is the only RI at this point and the
> framework is still work in progress. Please feel free to file bugs if you
> have any feedback or suggestions for improvement.

Sure thing, I will do just that.

> Out of curiosity, what are you building that integrates with the Reviews
> framework?

I am looking to integrate the Reviewboard connector for Mylyn (
https://github.com/rombert/ereviewboard ) with the Reviews framework.

Currently the connector offers task list integration, task editor
integration ( read-only, with selected actions for opening, closing
and reviewing ) and Subclipse integration for posting and updating
diffs.

Integration with the Mylyn reviews framework will hopefully bring me
more stable compare input and mapping of review comments.

Thanks,

Robert

> Cheers,
> Steffen
>
> On Mon, Oct 10, 2011 at 2:51 PM, Robert Munteanu <robert.munteanu@xxxxxxxxx>
> wrote:
>>
>> 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
>> _______________________________________________
>> mylyn-reviews-dev mailing list
>> mylyn-reviews-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/mylyn-reviews-dev
>
>
>
> --
> Steffen Pingel
> Committer, http://eclipse.org/mylyn
> Senior Developer, http://tasktop.com
>
> _______________________________________________
> mylyn-reviews-dev mailing list
> mylyn-reviews-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-reviews-dev
>
>



-- 
Sent from my (old) computer


Back to the top