imagej2
imagej2 copied to clipboard
Open Recent does not show Drag n Dropped Files
I noticed that if you drag and drop files in Fiji it does not show up in the open recent menu, for IJ1 style this command would give the path to the open file: imp.getOriginalFileInfo().fileName which can then show up in open recent menu. For IJ2, you can convert it to old ImagePlus and then show it in open recent perhaps?
Hi @kapoorlab,
I've tried to reproduce your issue locally but failed to do so. Do you still experience the problem?
The (Linux) builds I tested were 2.0.0-rc-69/1.52p and /1.52t32 (which are the builds currently distributed via imagej.net/Fiji/Downloads and the "daily build" option in the in-app updater, respectively) as well as the latest release tag and master.
Marcel