+e.getMessage().replaceAll("\n.+epsilon/","\n at (epsilon/");
}
//DONE: Add custom scrollable dialog
// MessageDialog.openInformation(
// Display.getDefault().getActiveShell(),
// "Validation Results",
// messages);
ScrollableMessageDialogsdialog=newScrollableMessageDialog(Display.getDefault().getActiveShell(),"Validation Results",null,"The following constraint violations occurred while validating '"+uri.lastSegment()+"':",MessageDialog.INFORMATION,newString[]{"OK"},0,messages);
sdialog.open();
}
returnnull;
}
//TODO: cleanup - attempt to load resources manually..