Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EMF Compare/Textual diff in model diff

< EMF Compare
Revision as of 05:50, 21 February 2011 by Mikael.barbero.obeo.fr (Talk | contribs) (New page: When settings of EAttributes are different, the EMF compare tree editor only show a "modified difference". This is somewhat insufficient when comparing an EAttribute being used for storing...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

When settings of EAttributes are different, the EMF compare tree editor only show a "modified difference". This is somewhat insufficient when comparing an EAttribute being used for storing documentation, comments or even source code. In such a case, we would like to provide the ability to open a textual diff editor in a popup windows (as JUnit failure opens when comparing different expected and computed results).


The kind of EAttribute pertinent for this use has the following properties:

  • eType.instanceClassName : java.lang.String
  • changeable: true
  • derived : false
  • transient : false

Back to the top