Skip to content

Script Editor windows are not fully integrated into the Window menu #304

@ctrueden

Description

@ctrueden

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions