MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / edit

Method edit

ij/src/main/java/ij/plugin/Compiler.java:53–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 }
52
53 void edit() {
54 if (open("", "Open macro or plugin")) {
55 Editor ed = (Editor)IJ.runPlugIn("ij.plugin.frame.Editor", "");
56 if (ed!=null) ed.open(dir, name);
57 }
58 }
59
60 void compileAndRun(String path) {
61 if (!open(path, "Compile and Run Plugin..."))

Callers 1

runMethod · 0.95

Calls 3

openMethod · 0.95
runPlugInMethod · 0.95
openMethod · 0.95

Tested by

no test coverage detected