Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] Parameter for interest manipulation

Hi Raffi,

This value is currently "hard coded" as the landmark value as the
manipulate* methods are used for adding landmarks and removing items
from the context.  If you want to manipulate the interest with a
specific value, you could consider building your own InteractionEvent
and then calling processInteractionEvent instead.

Shawn

On Tue, Oct 26, 2010 at 3:34 PM, Raffi Khatchadourian
<khatchad@xxxxxxxxxxxxxxxxxx> wrote:
> Would it make sense to have the amount of interest to increase/decrease to the method org.eclipse.mylyn.internal.context.core.InteractionContextManager.manipulateInterestForElement(IInteractionElement, boolean, boolean, boolean, String, boolean) come in as a parameter? Right now, the change value seems to be hard coded.
> _______________________________________________
> mylyn-dev mailing list
> mylyn-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-dev
>



-- 
Shawn Minto
shawn.minto@xxxxxxxxxxx
Tasktop Technologies, Inc.
http://www.tasktop.com


Back to the top