TomKrauss / pks-edit

A code editor originally implemented for Atari ST - now available as Windows 64 Bit application
Mozilla Public License 2.0
8 stars 2 forks source link

Support opening multiple Files at once #11

Closed TomKrauss closed 2 years ago

TomKrauss commented 2 years ago

We should support passing a file name containing DOS wildcards as command line argument and open all matching files.

E.g. use the following to open all log files.

> pksedit *.log

We should also support patterns like pksedit myfolder\*.c to open all .c-files in the folder myfolder.

In addition we should support multi-selection in the standard open file dialog to open multiple files at once.

TomKrauss commented 2 years ago

Implemented in v2.2.0.