We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I want a directory as a parameter, e.g. in a python script, I have to use:
# @File(label = "Output directory", style = "directory") dstDir
I couldn't find a way to get FileWidget.DIRECTORY_STYLE to work, which seems unfortunate - and even that is quite verbose.
FileWidget.DIRECTORY_STYLE
Anyway, with style = "directory" I get an ugly JFileChooser on mac, despite #19
style = "directory"
JFileChooser
The text was updated successfully, but these errors were encountered:
AFAIK, there is no native directory chooser. It is a JFileChooser-specific feature.
Sorry, something went wrong.
ah.. I just noticed that it wasn't as eye-pleasing as IJ.getDirectory
Hmm, I wonder why I didn't use IJ.getDirectory! I vaguely recall there was some reason...
IJ.getDirectory
No branches or pull requests
If I want a directory as a parameter, e.g. in a python script, I have to use:
I couldn't find a way to get
FileWidget.DIRECTORY_STYLE
to work, which seems unfortunate - and even that is quite verbose.Anyway, with
style = "directory"
I get an uglyJFileChooser
on mac, despite #19The text was updated successfully, but these errors were encountered: