| Summary: | Provide a ChangeSelectionOperation that can be used instead of chaining DeselectOperation and SelectOperation. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Matthias Wienand <matthias.wienand> |
| Component: | GEF MVC | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | nyssen |
| Version: | 0.2.0 | ||
| Target Milestone: | 4.0.0 (Neon) RC2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Matthias Wienand
This is really annoying and IMHO we should investigate whether we can still include this into 4.0.0. I pushed the following changes to origin/master: - Added a ChangeSelectionOperation and ensured its used where a SelectOperation and a DeselectOperation was combined within FXFocusAndSelectOnClickPolicy and FXSelectFocusedOnTypePolicy. - Removed the no longer used createDeselectOperation() method from FXBendConnectionPolicy. Resolving as fixed in 4.0.0 RC2 (I will include it in an updated contribution today). |