netstim / leaddbs

Lead-DBS is a MATLAB toolbox facilitating deep brain stimulation electrode localization and connectomic neuroimaging.
https://www.lead-dbs.org
Other
90 stars 98 forks source link

ENH: improved folder selection using native folder chooser (ea_uigetdir) #1167

Closed oprienrico closed 4 months ago

oprienrico commented 4 months ago

ENH: improved folder selection using native folder chooser, exposing folder multiselection (similarly to previously used JFileChooser). The old method ea_uigetdir has been renamed to _legacy and is the fallback method if eo_uigetdir dependencies are not satisfied. For example, an advantage of the new method is that native window allows to have an easier path selection on windows.

ningfei commented 4 months ago

Thanks! It also makes it easier for macOS.