Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ctrueden opened this issue Mar 17, 2022 · 0 comments
Open

Comments

@ctrueden
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant