X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.debug.ui%2Fsrc%2Forg%2Fsimantics%2Fdebug%2Fui%2Finternal%2FGraphDebuggerEditorAdapter.java;h=727b91b3c6bc421ce97f7b4f7dd184cc347afa7c;hb=acf5a3bf93ecfc3561d515c88fc652f5b904e959;hp=6039f82875b75f2daa837c08b203e86f143c1cb4;hpb=a864222d40e7ad77dc2aa7d6ab008535e7bea99c;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.debug.ui/src/org/simantics/debug/ui/internal/GraphDebuggerEditorAdapter.java b/bundles/org.simantics.debug.ui/src/org/simantics/debug/ui/internal/GraphDebuggerEditorAdapter.java index 6039f8287..727b91b3c 100644 --- a/bundles/org.simantics.debug.ui/src/org/simantics/debug/ui/internal/GraphDebuggerEditorAdapter.java +++ b/bundles/org.simantics.debug.ui/src/org/simantics/debug/ui/internal/GraphDebuggerEditorAdapter.java @@ -38,4 +38,9 @@ public class GraphDebuggerEditorAdapter extends AbstractResourceEditorAdapter { openEditorWithId(GraphDebuggerEditor.EDITOR_ID, new ResourceEditorInput(GraphDebuggerEditor.EDITOR_ID,r)); } + @Override + public String getEditorId() { + return GraphDebuggerEditor.EDITOR_ID; + } + }