| Summary: | Can WorkspaceModifyAction be made to depend only on JFace and core resources? | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Alberto Ricart <aricart> |
| Component: | IDE | Assignee: | Platform-UI-Inbox <Platform-UI-Inbox> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | daniel_megert, ob1.eclipse, pwebster, remy.suen |
| Version: | 3.7 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alberto Ricart
IDEWorkbenchPlugin was designed this way, and we are not looking into making UI plugins non-UI. WorkbenchModifyOperation is API, but I'll leave this open as a request to decouple it (perhaps providing a non-UI implementation it can use/inherit from) from the main IDE plugin. PW Using WorkspaceModifyOperation as an example, it does not have much of interest if not used in UI. Rather, resources plugin code can be used directly. |