super.activeEditorChanged(e);
setEnabled(getEntityPage() != null);
}
private IntegrationEntityPage getEntityPage() {
Editor active = getActiveEditor();
if (active instanceof IntegrationEntityPage) {
// XXX: In the current version, the ProjectPage already displays a description editor.
// We need to link that editor to the one used by IntegrationEntityPage.showDescriptionEditor().
// Until then, we just disable this action for ProjectPages.
if (active instanceof ProjectPage) {