Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc) » [EMF Compare] Selecting a matching engine
[EMF Compare] Selecting a matching engine [message #126311] |
Wed, 25 June 2008 10:16  |
Eclipse User |
|
|
|
Hi,
Given that more than one engines can apply to the same selection of
models to be compared (i.e. define the same fileExtension value), I was
wondering if there is a way for the user to select each time which of
the applicable engines will be used to do the matching.
Cheers,
Dimitrios
|
|
| | | |
Re: [EMF Compare] Selecting a matching engine [message #126426 is a reply to message #126413] |
Thu, 26 June 2008 08:22   |
Eclipse User |
|
|
|
Hi Dimitrios,
that's great ! We would be happy to integrate this patch :)
Cheers,
Cédric
Dimitrios Kolovos wrote:
> Hi,
>
> I've patched the source code to implement this. A screencast
> demonstrating the result is available here:
>
> http://www.kolovos.eu/misc/EMFCompareScreenCast/EMFCompareSc reenCast.htm
>
> I'm happy to contribute the patch if this is of interest.
>
> Cheers,
> Dimitrios
>
> Dimitrios Kolovos wrote:
>> Done.
>>
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=238423
>>
>> Cheers,
>> Dimitrios
>>
>> Cédric Brun wrote:
>>> Hi Dimitrios,
>>>
>>> such a user interaction is not possible yet but could be nice, feel
>>> free to track an enhancement request and we'll consider it asap.
>>>
>>> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EMFT
>>>
>>> Cédric
>>>
>>> Dimitrios Kolovos wrote:
>>>
>>>> Hi,
>>>>
>>>> Given that more than one engines can apply to the same selection of
>>>> models to be compared (i.e. define the same fileExtension value), I was
>>>> wondering if there is a way for the user to select each time which of
>>>> the applicable engines will be used to do the matching.
>>>>
>>>> Cheers,
>>>> Dimitrios
>>>
|
|
|
Re: [EMF Compare] Selecting a matching engine [message #126438 is a reply to message #126426] |
Thu, 26 June 2008 08:16   |
Eclipse User |
|
|
|
Before I send off the patch: With the existing infrastructure we have to
display the class-name of each IMatchingEngine in the selection dialog.
To make this more user-friendly, two additional (optional) properties
should be defined in the org.eclipse.emf.compare.match.engine extension
point (i.e. label and (perhaps) icon). This change would not be breaking
for existing extensions. I can do this change and then submit the
complete patch or you can do it yourself, whichever you prefer...
Cheers,
Dimitrios
Cédric Brun wrote:
> Hi Dimitrios,
>
> that's great ! We would be happy to integrate this patch :)
>
> Cheers,
>
> Cédric
>
> Dimitrios Kolovos wrote:
>
>> Hi,
>>
>> I've patched the source code to implement this. A screencast
>> demonstrating the result is available here:
>>
>> http://www.kolovos.eu/misc/EMFCompareScreenCast/EMFCompareSc reenCast.htm
>>
>> I'm happy to contribute the patch if this is of interest.
>>
>> Cheers,
>> Dimitrios
>>
>> Dimitrios Kolovos wrote:
>>> Done.
>>>
>>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=238423
>>>
>>> Cheers,
>>> Dimitrios
>>>
>>> Cédric Brun wrote:
>>>> Hi Dimitrios,
>>>>
>>>> such a user interaction is not possible yet but could be nice, feel
>>>> free to track an enhancement request and we'll consider it asap.
>>>>
>>>> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EMFT
>>>>
>>>> Cédric
>>>>
>>>> Dimitrios Kolovos wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> Given that more than one engines can apply to the same selection of
>>>>> models to be compared (i.e. define the same fileExtension value), I was
>>>>> wondering if there is a way for the user to select each time which of
>>>>> the applicable engines will be used to do the matching.
>>>>>
>>>>> Cheers,
>>>>> Dimitrios
>
|
|
|
Re: [EMF Compare] Selecting a matching engine [message #126451 is a reply to message #126438] |
Thu, 26 June 2008 09:13  |
Eclipse User |
|
|
|
You've got my +1 for the label and icon, you may also consider, if it's not too much work, to provide selection for DiffEngine in the same dialog and if there is more than one available.
Cédric
Dimitrios Kolovos wrote:
> Before I send off the patch: With the existing infrastructure we have to
> display the class-name of each IMatchingEngine in the selection dialog.
> To make this more user-friendly, two additional (optional) properties
> should be defined in the org.eclipse.emf.compare.match.engine extension
> point (i.e. label and (perhaps) icon). This change would not be breaking
> for existing extensions. I can do this change and then submit the
> complete patch or you can do it yourself, whichever you prefer...
>
> Cheers,
> Dimitrios
>
> Cédric Brun wrote:
>> Hi Dimitrios,
>>
>> that's great ! We would be happy to integrate this patch :)
>>
>> Cheers,
>>
>> Cédric
>>
>> Dimitrios Kolovos wrote:
>>
>>> Hi,
>>>
>>> I've patched the source code to implement this. A screencast
>>> demonstrating the result is available here:
>>>
>>> http://www.kolovos.eu/misc/EMFCompareScreenCast/EMFCompareSc reenCast.htm
>>>
>>> I'm happy to contribute the patch if this is of interest.
>>>
>>> Cheers,
>>> Dimitrios
>>>
>>> Dimitrios Kolovos wrote:
>>>> Done.
>>>>
>>>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=238423
>>>>
>>>> Cheers,
>>>> Dimitrios
>>>>
>>>> Cédric Brun wrote:
>>>>> Hi Dimitrios,
>>>>>
>>>>> such a user interaction is not possible yet but could be nice, feel
>>>>> free to track an enhancement request and we'll consider it asap.
>>>>>
>>>>> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EMFT
>>>>>
>>>>> Cédric
>>>>>
>>>>> Dimitrios Kolovos wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> Given that more than one engines can apply to the same selection of
>>>>>> models to be compared (i.e. define the same fileExtension value), I
>>>>>> was wondering if there is a way for the user to select each time
>>>>>> which of the applicable engines will be used to do the matching.
>>>>>>
>>>>>> Cheers,
>>>>>> Dimitrios
>>
|
|
|
Re: [EMF Compare] Selecting a matching engine [message #619319 is a reply to message #126311] |
Wed, 25 June 2008 11:40  |
Eclipse User |
|
|
|
Hi Dimitrios,
such a user interaction is not possible yet but could be nice, feel free to track an enhancement request and we'll consider it asap.
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EMFT
Cédric
Dimitrios Kolovos wrote:
> Hi,
>
> Given that more than one engines can apply to the same selection of
> models to be compared (i.e. define the same fileExtension value), I was
> wondering if there is a way for the user to select each time which of
> the applicable engines will be used to do the matching.
>
> Cheers,
> Dimitrios
|
|
| | |
Re: [EMF Compare] Selecting a matching engine [message #619329 is a reply to message #126413] |
Thu, 26 June 2008 08:22  |
Eclipse User |
|
|
|
Hi Dimitrios,
that's great ! We would be happy to integrate this patch :)
Cheers,
Cédric
Dimitrios Kolovos wrote:
> Hi,
>
> I've patched the source code to implement this. A screencast
> demonstrating the result is available here:
>
> http://www.kolovos.eu/misc/EMFCompareScreenCast/EMFCompareSc reenCast.htm
>
> I'm happy to contribute the patch if this is of interest.
>
> Cheers,
> Dimitrios
>
> Dimitrios Kolovos wrote:
>> Done.
>>
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=238423
>>
>> Cheers,
>> Dimitrios
>>
>> Cédric Brun wrote:
>>> Hi Dimitrios,
>>>
>>> such a user interaction is not possible yet but could be nice, feel
>>> free to track an enhancement request and we'll consider it asap.
>>>
>>> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EMFT
>>>
>>> Cédric
>>>
>>> Dimitrios Kolovos wrote:
>>>
>>>> Hi,
>>>>
>>>> Given that more than one engines can apply to the same selection of
>>>> models to be compared (i.e. define the same fileExtension value), I was
>>>> wondering if there is a way for the user to select each time which of
>>>> the applicable engines will be used to do the matching.
>>>>
>>>> Cheers,
>>>> Dimitrios
>>>
|
|
|
Re: [EMF Compare] Selecting a matching engine [message #619330 is a reply to message #126426] |
Thu, 26 June 2008 08:16  |
Eclipse User |
|
|
|
Before I send off the patch: With the existing infrastructure we have to
display the class-name of each IMatchingEngine in the selection dialog.
To make this more user-friendly, two additional (optional) properties
should be defined in the org.eclipse.emf.compare.match.engine extension
point (i.e. label and (perhaps) icon). This change would not be breaking
for existing extensions. I can do this change and then submit the
complete patch or you can do it yourself, whichever you prefer...
Cheers,
Dimitrios
Cédric Brun wrote:
> Hi Dimitrios,
>
> that's great ! We would be happy to integrate this patch :)
>
> Cheers,
>
> Cédric
>
> Dimitrios Kolovos wrote:
>
>> Hi,
>>
>> I've patched the source code to implement this. A screencast
>> demonstrating the result is available here:
>>
>> http://www.kolovos.eu/misc/EMFCompareScreenCast/EMFCompareSc reenCast.htm
>>
>> I'm happy to contribute the patch if this is of interest.
>>
>> Cheers,
>> Dimitrios
>>
>> Dimitrios Kolovos wrote:
>>> Done.
>>>
>>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=238423
>>>
>>> Cheers,
>>> Dimitrios
>>>
>>> Cédric Brun wrote:
>>>> Hi Dimitrios,
>>>>
>>>> such a user interaction is not possible yet but could be nice, feel
>>>> free to track an enhancement request and we'll consider it asap.
>>>>
>>>> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EMFT
>>>>
>>>> Cédric
>>>>
>>>> Dimitrios Kolovos wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> Given that more than one engines can apply to the same selection of
>>>>> models to be compared (i.e. define the same fileExtension value), I was
>>>>> wondering if there is a way for the user to select each time which of
>>>>> the applicable engines will be used to do the matching.
>>>>>
>>>>> Cheers,
>>>>> Dimitrios
>
|
|
|
Re: [EMF Compare] Selecting a matching engine [message #619331 is a reply to message #126438] |
Thu, 26 June 2008 09:13  |
Eclipse User |
|
|
|
You've got my +1 for the label and icon, you may also consider, if it's not too much work, to provide selection for DiffEngine in the same dialog and if there is more than one available.
Cédric
Dimitrios Kolovos wrote:
> Before I send off the patch: With the existing infrastructure we have to
> display the class-name of each IMatchingEngine in the selection dialog.
> To make this more user-friendly, two additional (optional) properties
> should be defined in the org.eclipse.emf.compare.match.engine extension
> point (i.e. label and (perhaps) icon). This change would not be breaking
> for existing extensions. I can do this change and then submit the
> complete patch or you can do it yourself, whichever you prefer...
>
> Cheers,
> Dimitrios
>
> Cédric Brun wrote:
>> Hi Dimitrios,
>>
>> that's great ! We would be happy to integrate this patch :)
>>
>> Cheers,
>>
>> Cédric
>>
>> Dimitrios Kolovos wrote:
>>
>>> Hi,
>>>
>>> I've patched the source code to implement this. A screencast
>>> demonstrating the result is available here:
>>>
>>> http://www.kolovos.eu/misc/EMFCompareScreenCast/EMFCompareSc reenCast.htm
>>>
>>> I'm happy to contribute the patch if this is of interest.
>>>
>>> Cheers,
>>> Dimitrios
>>>
>>> Dimitrios Kolovos wrote:
>>>> Done.
>>>>
>>>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=238423
>>>>
>>>> Cheers,
>>>> Dimitrios
>>>>
>>>> Cédric Brun wrote:
>>>>> Hi Dimitrios,
>>>>>
>>>>> such a user interaction is not possible yet but could be nice, feel
>>>>> free to track an enhancement request and we'll consider it asap.
>>>>>
>>>>> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EMFT
>>>>>
>>>>> Cédric
>>>>>
>>>>> Dimitrios Kolovos wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> Given that more than one engines can apply to the same selection of
>>>>>> models to be compared (i.e. define the same fileExtension value), I
>>>>>> was wondering if there is a way for the user to select each time
>>>>>> which of the applicable engines will be used to do the matching.
>>>>>>
>>>>>> Cheers,
>>>>>> Dimitrios
>>
|
|
|
Goto Forum:
Current Time: Fri Jul 25 07:20:10 EDT 2025
Powered by FUDForum. Page generated in 0.05051 seconds
|