Login  Register

How to open a file in the Fiji script editor from a macro?

Posted by Jürgen Gluch on Mar 07, 2014; 10:05am
URL: http://imagej.273.s1.nabble.com/How-to-open-a-file-in-the-Fiji-script-editor-from-a-macro-tp5006811.html

Hello,

how can I open a file in the Fiji script editor from a macro? I tried

  run("Script", "open=test.txt");
  run("Script", "test.txt");

This opens the script editor and sets the file name, but does not open
the existing file. Unfortunately I was not able to find documentation
about macro options of the script editor online.

Jürgen

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html