Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-context-dev] MFT and EMF Client Platform

Hi,

On Tue, Feb 5, 2013 at 7:10 PM, Miles Parker <miles.parker@xxxxxxxxxxx> wrote:
>> So I guess I'll try to come up with another structure bridge which
>> inherits from EmfStructureBridge and supports this special case.
>
> Right, that seems to be what makes the most sense. Shouldn't be *too* difficult to do..unfortunately, there is still a lot of trivial plumbing that needs to happen, but it's all pretty straightforward.

Ok, I created a structure bridge for EMFStore and an UI structure
bridge for EMF Client Platform (ECP) editors. In case someone needs
something similar, they're available on github:
https://github.com/sschmidt/org.eclipse.mylyn.mft.emfstore
I'm essentially overwriting the methods which convert between EObject
<-> handleIdentifier and use the EMFStore ID instead of the object
URI.

Cheers,

Sebastian


Back to the top