.getPreferenceStore()
.getBoolean(
PreferenceConstants.P_FORMAT_ON_INSERT)) {
FormatAllAction format = new FormatAllAction(editor
.getEditorSite());
format.runOnMultiple(new ICompilationUnit[] { icu2 });
}
icu2.commitWorkingCopy(true, monitor);
} catch (Exception e) {
logger.debug(e.toString());
CrashReporter.reportException(e);