Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mylyn-dev] monitor DOIs over the workspace

Yup, you can create your own IInteractionContext, manage its lifecycle and
add it via the following method:

	InteractionContextManager.addGlobalContext(IInteractionContext)

See the JUnit tests that call that method as an example.

Mik

> -----Original Message-----
> From: mylyn-dev-bounces@xxxxxxxxxxx [mailto:mylyn-dev-
> bounces@xxxxxxxxxxx] On Behalf Of Jingwen 'Owen' Ou
> Sent: Tuesday, May 06, 2008 2:17 PM
> To: mylyn-dev@xxxxxxxxxxx
> Subject: [mylyn-dev] monitor DOIs over the workspace
> 
> Hi,
> 
> I am not sure whether this is a good place to ask this question: how
> can
> I possibly monitor and save DOIs over the workspace (across all tasks)?
> As far as I know, Mylyn only monitors and saves DOIs of current task.
> If
> I wanna monitor the whole workspace, are there any classes/packages
> that
> I should look at?
> 
> Thank you,
> Owen
> 
> _______________________________________________
> mylyn-dev mailing list
> mylyn-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-dev



Back to the top