Project

General

Profile

« Previous | Next » 

Revision 5924653e

Added by Katja Luther almost 3 years ago

fix #9647: set focus to deduplication target

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/handler/MergeGroupHandlerE4.java
20 20
import org.eclipse.e4.ui.model.application.ui.menu.MHandledMenuItem;
21 21
import org.eclipse.e4.ui.services.IServiceConstants;
22 22
import org.eclipse.jface.dialogs.MessageDialog;
23
import org.eclipse.jface.viewers.StructuredSelection;
23 24
import org.eclipse.swt.widgets.Shell;
24 25

  
25 26
import eu.etaxonomy.cdm.hibernate.HibernateProxyHelper;
......
30 31
import eu.etaxonomy.taxeditor.bulkeditor.BulkEditorQuery;
31 32
import eu.etaxonomy.taxeditor.bulkeditor.e4.BulkEditor;
32 33
import eu.etaxonomy.taxeditor.bulkeditor.input.AbstractBulkEditorInput;
34
import eu.etaxonomy.taxeditor.event.EventUtility;
35
import eu.etaxonomy.taxeditor.event.WorkbenchEventConstants;
33 36
import eu.etaxonomy.taxeditor.l10n.Messages;
34 37
import eu.etaxonomy.taxeditor.store.CdmStore;
35 38

  
......
135 138
        }
136 139
        editor.setDirty();
137 140
        editor.refresh();
141

  
142
        EventUtility.postAsyncEvent(WorkbenchEventConstants.BULK_EDITOR_SEARCH_FINISHED, new StructuredSelection(mergeTarget));
138 143
    }
139 144

  
140 145
    @CanExecute

Also available in: Unified diff