Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 212887
Collapse All | Expand All

(-)src/org/eclipse/jst/jsf/facesconfig/ui/FacesConfigEditor.java (+6 lines)
Lines 55-60 Link Here
55
import org.eclipse.gef.ui.actions.EditorPartAction;
55
import org.eclipse.gef.ui.actions.EditorPartAction;
56
import org.eclipse.gef.ui.actions.SaveAction;
56
import org.eclipse.gef.ui.actions.SaveAction;
57
import org.eclipse.gef.ui.actions.UpdateAction;
57
import org.eclipse.gef.ui.actions.UpdateAction;
58
import org.eclipse.gef.ui.views.palette.PaletteView;
58
import org.eclipse.jface.action.IAction;
59
import org.eclipse.jface.action.IAction;
59
import org.eclipse.jface.dialogs.MessageDialog;
60
import org.eclipse.jface.dialogs.MessageDialog;
60
import org.eclipse.jface.text.IDocument;
61
import org.eclipse.jface.text.IDocument;
Lines 1146-1151 Link Here
1146
			((FacesConfigActionBarContributor) contributor)
1147
			((FacesConfigActionBarContributor) contributor)
1147
					.setActivePage(activeEditor);
1148
					.setActivePage(activeEditor);
1148
		}
1149
		}
1150
		
1151
		PaletteView paletteView = (PaletteView) PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().findView(PaletteView.ID);
1152
		if(paletteView != null) {
1153
			paletteView.partActivated(activeEditor);
1154
		}
1149
	}
1155
	}
1150
1156
1151
	/*
1157
	/*

Return to bug 212887