Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] Example plugin/feature project

Hi Onno,

It's great to hear that you're integrating with Mylyn. The Java structure bridge is considered a "reference implementation" so that is actually a very good place to look. See org.eclipse.mylyn.internal.java.ui.JavaStructureBridge and other classes in the org.eclipse.mylyn.java.ui bundle. You could also look at the CDT structure bridge in the org.eclipse.mylyn.cdt.ui bundle.

Cheers,
Sam

--
Sam Davis
Software Engineer, Tasktop Dev
Committer, Eclipse Mylyn
http://tasktop.com


On Wed, Jul 17, 2013 at 9:59 AM, Miles Parker <miles.parker@xxxxxxxxxxx> wrote:

Onno,

If I understand what you're trying to do, and you mention domain modeling, you could take a look at the Mylyn MFT implementation as it's a pretty "pure" implementation that is both a context provider and a UI consumer. Note that there is a bit of indirection there since it is intended to be an extensible approach.

http://git.eclipse.org/c/mylyn/org.eclipse.mylyn.context.mft.git/tree/org.eclipse.mylyn.mft.emf.core
http://git.eclipse.org/c/mylyn/org.eclipse.mylyn.context.mft.git/tree/org.eclipse.mylyn.mft.emf.ui

Provides the actual bridge:

http://git.eclipse.org/c/mylyn/org.eclipse.mylyn.context.mft.git/tree/org.eclipse.mylyn.mft.ecoretools.ui

Perhaps others might have other (simpler?) suggestions.

hope it helps a bit,

Miles

On 2013-07-17, at 4:29 AM, Onno van der Straaten <onno.van.der.straaten@xxxxxxxxx> wrote:

> So this is not the right place for this question. I was directed to this list on the MyLyn wiki. What is the right place for this type of question?
> Thanks in advance,
> Onno
>
>
> On Sat, Jul 13, 2013 at 8:59 AM, Onno van der Straaten <onno.van.der.straaten@xxxxxxxxx> wrote:
> Hi all,
> I am embarking on a quest to integrate MyLyn with an existing domain-specific tool. Specifically - as a first step - I want the model explorer navigator view to contribute to task context so it can be filtered and so forth.
>
> What have I done so far? I have created a plugin project and was able to enhance the navigator with a task button. From reading the Integrator Reference I understand that I now will need to add a Structure Bridge and a UI Bridge.
>
> I did not import the source plugins of this tool. Do I need to? I was able to do what I have done so far using the Selection Explorer. My thought is that it provides me with enough information on the internals of the tool I'm trying to enhance with MyLyn.
>
> Is there a good current plugin/feature project example that I can use as a reference? That would be a tremendous help at this point. The core set of bridges is probably not a good starting point as these are part of MyLyn.
> Thanks and Regards,
> Onno
>
> _______________________________________________
> mylyn-dev mailing list
> mylyn-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-dev

______________________________
Miles T. Parker, M.Sc.
Tasktop Labs
http://tasktop.com
Lead: Eclipse Mylyn MFT, AMP
Committer: Eclipse Mylyn Reviews, R4E, Virgo
http://milesparker.blogspot.com



_______________________________________________
mylyn-dev mailing list
mylyn-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylyn-dev


Back to the top