public void actionPerformed(AnActionEvent e) {
Project project = ActionUtil.getProject(e);
if (project != null) {
DatabaseTransactionManager executionManager = DatabaseTransactionManager.getInstance(project);
executionManager.showUncommittedChangesOverviewDialog(null);
}
}
public void update(AnActionEvent e) {
Presentation presentation = e.getPresentation();