Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] Context browsing...

Hi Nuno,

You can modify the ContextEditorFormPage to show any loaded context (I
all you need to do is remove some of the isActiveContext checks), but
there are some problems with the actions on the elements that are
shown.  There is an outstanding bug regarding this type of
support(https://bugs.eclipse.org/bugs/show_bug.cgi?id=174658) .  To
make this work correctly, all of the actions that work on a context
(i.e. mark as landmark, remove from context), need to be modified to
not use the active context, but to get the task context based on where
the selection was made.

Shawn

On Wed, Mar 17, 2010 at 6:52 AM, Nuno Flores <nuno.flores@xxxxxxxxx> wrote:
>
>> Hi all.
>> I've just recently ventured into the MyLyn code and I'm experiencing with
>> it a bit.
>> My goal is to develop a context browser, that is, I have a xml context
>> file saved somewhere and I want to load it into the browser (tree viewer)
>> and browse through it. I'm tapping into ContextEditorFormPage
>> (org.eclipse.mylyn.internal.context.ui.editors) but it seems it only enables
>> showing the active task context. It there a way of browsing through any
>> loaded context without being the active context?
>> Cheers
>> Nuno Flores
>
> P.S. - I apologize for posting on wrong topic...
> _______________________________________________
> 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