Beim Öffnen des Editors bekomme ich "Site is incorrect"
In init() müssen setSite() und setInput() aufgerufen werden:
public void init(IEditorSite site, IEditorInput input)
throws PartInitException {
setSite(site);
setInput(input);
// ...
}
| Next > |
|---|