emmebrusa / TSDZ2-Smart-EBike-1

TSDZ2 Open Source Firmware adapted to VLCD5-VLCD6-XH18 displays
GNU General Public License v3.0
133 stars 35 forks source link

Sort settings files in configurator #31

Closed timhawes closed 1 year ago

timhawes commented 1 year ago

In Mac and Linux, .listFiles() will return results in native filesystem order instead of sorted by filename. This PR sorts the list of files before sending it to the user interface for display.

dzid26 commented 1 year ago

I added list sorting and improved list window behavior in https://github.com/emmebrusa/TSDZ2-Smart-EBike-1/pull/33. Also compiled to jar. I would cancel this PR.

timhawes commented 1 year ago

Merged in #33, thanks!