| Summary: | Ensure IPropertySheetPage is injected. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF MVC | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.2.0 | ||
| Target Milestone: | 4.0.0 (Neon) M7 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
I pushed the following changes to origin/master: - Changed contract of UndoablePropertySheetPage to obtain reference to related IWorkbenchPart rather then UndoRedoActionGroup (which can be maintained locally, and is not necessarily shared with the workbench part). - Created IUndoablePropertySheetPageFactory that supports assisted injection of an UndoablePropertySheetPage. - Changed AbstractFXEditor and AbstractFXView to have IPropertySheetPageFactory injected. - Enabled assisted inject as extra classpath dependency within releng/pom.xml - Provided dependencies to assisted inject for MVC.UI manifest and feature.xml. Resolving as fixed in 4.0.0 M7 (this has been included in the updated contribution to M7). |