imagej / ImageJ

Public domain software for processing and analyzing scientific images
http://imagej.org
Other
567 stars 224 forks source link

Macro editor should allow opening file types it can edit #130

Closed dnebdal closed 3 years ago

dnebdal commented 3 years ago

I'm using Fiji / ImageJ 1.53c on Windows.

Plugins / Macros / Edit... opens a file dialog, set to show "files of all types (*.*)". If I try to open a python .py file, I get the error File name must end with ".java", ".txt" or ".js" - but I can open a dummy text file, and then use File / Open... inside the macro editor to open the same python file, which seems inconsistent?

rasband commented 3 years ago

This bug is fixed in the ImageJ 1.53m23 daily build.

dnebdal commented 3 years ago

Excellent, thanks. And apologies for opening the bug against the wrong version.