Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EMF Compare/Specifications/GroupsConfiguration"

(Dynamic setting of default groups)
(Dynamic setting of default groups)
Line 24: Line 24:
 
* When a user change the selected group in EMF Compare.
 
* When a user change the selected group in EMF Compare.
 
** The user should be able to define its new selection as default group.
 
** The user should be able to define its new selection as default group.
 +
** The used should be able to define an automatic behavior.
 +
*** The user can choose to synchronize the current group selection with the preferences
 +
*** The user can choose to desynchronize the current group selection with the preferences
 
** This setting will only apply for the current comparison type (two or three way).
 
** This setting will only apply for the current comparison type (two or three way).
 
[[File:DynamicSelection.png]]
 
[[File:DynamicSelection.png]]

Revision as of 10:12, 5 March 2014

Evolution Specification: Groups UI

Current status is DRAFT

Preamble

Summary: Provide a way for user to choose its default groups.


Introduction

In EMF Compare Groups are used to structure the StructureContentView. They can be provided by extension point however for the moment a user is enable to activate a groups by default. Each time EMF Compare UI is launched. The same group is activated. It would be nice if the user could rank groups to define default group to use.

Detailed Specification

Preference default group

  • The user should be able to rank groups from preferences to define which will be the default group to use
    • The user should be able to define different ranking regarding the comparison type (2 or 3 way).

2wayGroupConfiguration.png 3wayGroupConfiguration.png

Dynamic setting of default groups

  • When a user change the selected group in EMF Compare.
    • The user should be able to define its new selection as default group.
    • The used should be able to define an automatic behavior.
      • The user can choose to synchronize the current group selection with the preferences
      • The user can choose to desynchronize the current group selection with the preferences
    • This setting will only apply for the current comparison type (two or three way).

DynamicSelection.png

Back to the top