File targeted by InstructionView is now accessible
[Mograsim.git] / plugins / net.mograsim.plugin.core / src / net / mograsim / plugin / tables / mi / InstructionView.java
index 12f3139..801082d 100644 (file)
@@ -241,4 +241,9 @@ public class InstructionView extends EditorPart
                memory.deregisterCellModifiedListener(cellModifiedListener);
                super.dispose();
        }
+
+       public IFile getFile()
+       {
+               return file;
+       }
 }