Call EMF Compare [message #985907] |
Fri, 16 November 2012 11:02  |
Eclipse User |
|
|
|
Hello,
I created a plugin based on EMF Compare which allow me to compare some specific XML files. So far, i call my plugin from CompareWith/EachOther.
Now, i would like to be able to call my plugin from a different menu where i let the user selecting the 2 xml files via a FileDialog. This let him the chance to select files which are not necessarily in the workspace. Could you help me in finding how to call the my plugin as it is done when it is call from CompareWith/EachOther
Best regards
Philippe
|
|
|
Re: Call EMF Compare [message #985929 is a reply to message #985907] |
Fri, 16 November 2012 12:35  |
Eclipse User |
|
|
|
Hi
Import the projects with sources into your workspace and search for
"CompareWith/EachOther" spelled accurately, making sure you search all
*.java, *.properties and *.xml files.
Or set a breakpoint on FielDialog.
Or use Plugin Menu Spy (Alt-Shift F2).
Regards
Ed Willink
On 16/11/2012 16:02, Philippe Favrais wrote:
> Hello,
>
> I created a plugin based on EMF Compare which allow me to compare some
> specific XML files. So far, i call my plugin from CompareWith/EachOther.
> Now, i would like to be able to call my plugin from a different menu
> where i let the user selecting the 2 xml files via a FileDialog. This
> let him the chance to select files which are not necessarily in the
> workspace. Could you help me in finding how to call the my plugin as
> it is done when it is call from CompareWith/EachOther
>
> Best regards
> Philippe
|
|
|
Powered by
FUDForum. Page generated in 0.03623 seconds