if (logger != null && logger.isDebugEnabled()) {
stopWatch.start("ForceIdeEditorsPlugin.initApplicationContext"); //$NON-NLS-1$
}
try {
IContextHandler contextHandler = ContainerDelegate.getInstance().getContextHandler();
contextHandler.loadApplicationContext(new String[] { EditorConstants.APPLICATION_CONTEXT }, true);
} catch (Exception e) {
logger.error("Unable to load applicaiton context", e); //$NON-NLS-1$
Utils.openError(e, "Application Context Loading Failed", "Unable to load applicaiton context");
} finally {
if (logger != null && logger.isDebugEnabled()) {