enthought / pyface

pyface: traits-capable windowing framework
Other
105 stars 55 forks source link

Feature Request: DirectoryDialog should allow multiple selection #1174

Open corranwebster opened 1 year ago

corranwebster commented 1 year ago

Currently the DirectoryDialog only allows the selection of a single directory - if multiple are selected it just takes the first.

We should allow multiple selection, with the full selection in a new paths trait just like the FileDialog class