| Summary: | [GMF] ZoomTool, Connection Creation | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Ingo Koch <ingo.koch> |
| Component: | GEF-Legacy GEF (MVC) | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | dsciamma, ingo.koch, nyssen, vijay.rajonline |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Ingo Koch
I'll let Steve comment. There are cases where the context menu might want to appear at either the source or target point. Also, some clients just show a dialog that displays what would be on the menus at either ends, with OK/Create and Cancel buttons. They are under consideration... however, it is unlikely in the 3.2 timeframe. The Connection Creation Tool has deeper dependencies into the GMF runtime so it will remain there for the foreseeable future. If they are important to you there are opportunities for pure GEF editors to harness some of these capabilities currently since architecturally they are separated quite nicely using plug-ins. You would have to deploy the GMF runtime, but then only add a dependency to the specific plug-ins that interest you. The pure GEF / draw2d components of GMF are in the following plug-ins: org.eclipse.gmf.runtime.draw2d org.eclipse.gmf.runtime.draw2d.render org.eclipse.gmf.runtime.gef.ui Note: API freeze for GMF is early March to classes plug-ins are still subject to change. *** Bug 300141 has been marked as a duplicate of this bug. *** Resolving this as WONTFIX. As indicated in comment #2, clients can use the respective GMF runtime bundles. Porting them to GEF would require an GMF API break, which is probably not desired. |