imagej2 icon indicating copy to clipboard operation
imagej2 copied to clipboard

Script Editor windows are not fully integrated into the Window menu

Open ctrueden opened this issue 3 years ago • 0 comments

From Michael Cammer via the ImageJ mailing list:

In standard ImageJ, each text window is easily accessible from the Window menu. We can select it and then do commands such as:

selectWindow("20200725_rawdata.txt");
textdump = getInfo("window.contents");
a = split(textdump);

However, in Fiji, the text windows are in the Java text editor, are not listed in the windows menu, and getInfo("window.contents") returns an error that no window can be found.

Therefore, macros we have written for ImageJ with text windows don't work.

ctrueden avatar Mar 17 '22 18:03 ctrueden