]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.ui/src/org/simantics/ui/workbench/editor/SimpleEditorAdapter.java
Allow OpenWithMenuContribution to filter out currently active editor.
[simantics/platform.git] / bundles / org.simantics.ui / src / org / simantics / ui / workbench / editor / SimpleEditorAdapter.java
index a37ada7afd1c9eca7990aaa96398602d372b496b..8eee900e5414293c5cab8805564e0aa9bbcc8ab0 100644 (file)
@@ -155,5 +155,10 @@ public class SimpleEditorAdapter extends AbstractResourceEditorAdapter {
             openViewWithId(editorViewId, r);
         }
     }
+    
+    @Override
+    public String getEditorId() {
+       return editorViewId;
+    }
 
 }