Project

General

Profile

« Previous | Next » 

Revision 1d81ea4a

Added by Patrick Plitzner over 7 years ago

ref #5616 Add alternative to double click execution in search view

  • Opens either in name or bulk editor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/CdmViewerContextMenu.java
110 110
            } catch (NotDefinedException nde) {
111 111
                throw new RuntimeException("Could not find open command: " + command.getId()); //$NON-NLS-1$
112 112
            } catch (Exception exception) {
113
                MessagingUtils.error(getClass(), "An exception occured while trying execute "+command.getId(), exception); //$NON-NLS-1$
113
                MessagingUtils.error(getClass(), "An exception occured while trying to execute "+command.getId(), exception); //$NON-NLS-1$
114 114
            }
115
            PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().getSelection();
116 115
        }
117 116
    }
118 117

  

Also available in: Unified diff