EremusOne / ESPectrum

A ZX spectrum 48K, 128K and Pentagon 128 emulator running on the Espressif ESP32 SoC
https://zxespectrum.speccy.org
GNU General Public License v3.0
162 stars 21 forks source link

Show full snapshot/tape names #22

Closed SanPollo closed 12 months ago

SanPollo commented 1 year ago

When browsing from SNA/Z80 snapshots, or TAP files to load, files with longer names are truncated to 8+3.

Please make the Select Snapshot and Select TAP windows the width of the screen so that all filenames are fully visible.

EremusOne commented 12 months ago

Yes, if I remember well, names longer than 24+3 are truncated to 8+3.

This is done for three reasons: keep memory consumption low, keep coherence between SPIFFS and SD filesystems and need of having a functional version of filebrowser ASAP.

Anyway, here's the answer you've came here for: yes, it will change in the future and filenames will show more characters.

When? In the future when we have the time or soon if u fancy to code it ;)

Regards and thanks for using our emu!

EremusOne commented 12 months ago

Closing as answered