You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now if you open a file with a file chooser, e.g. via File > Open, if SCIFIO can't open it we return null. However, this causes the typical File > Open code to execute, which causes the IJ1 open file dialog to pop with no explanation that SCIFIO couldn't support the format.
So if we intercept a File > Open call and SCIFIO fails but selected a file, we need to continue in IJ1 with that selected file.
The text was updated successfully, but these errors were encountered:
Right now if you open a file with a file chooser, e.g. via
File > Open, if SCIFIO can't open it we return null. However, this causes the typicalFile > Opencode to execute, which causes the IJ1 open file dialog to pop with no explanation that SCIFIO couldn't support the format.So if we intercept a
File > Opencall and SCIFIO fails but selected a file, we need to continue in IJ1 with that selected file.The text was updated successfully, but these errors were encountered: