mhaupt / basicode

a BASICODE interpreter written in Java
MIT License
2 stars 1 forks source link

BASIC file selection #1

Closed mhaupt closed 8 months ago

mhaupt commented 8 months ago

Add a menu to select the next BASIC program file to run. So far, the program has to be passed on the command line.

mhaupt commented 8 months ago

This could be implemented using a simple file chooser dialogue.

However, since the BASICODE conventions reserve lines 30,000ff and 32,000ff for documentation about the program at hand, this could also be implemented using an advanced file chooser that displays such information next to a selected (but not yet chosen) file.

mhaupt commented 8 months ago

Advanced file choosing is shelved. A file picker is in release v0.10.