remy / txt2bas

ZX Spectrum BASIC conversion tooling (specific support for NextBASIC)
19 stars 0 forks source link

VSCode NextBasic export command doesn't support the #program directive #17

Closed paulossilva closed 4 years ago

paulossilva commented 4 years ago

The #program directive is supported by the txt2bas dot command and defines the name for the .bas output file.

When exporting a text NextBasic program to the .BAS format, the name defined in this directive (when present) should be used to automatically save the resulting file. The VSCode save dialog should use it as the default file name (instead of suggesting 'no title').

remy commented 4 years ago

Good shout 👌

On Tue, 19 May 2020, 01:17 paulossilva, notifications@github.com wrote:

The #program directive is supported by the txt2bas dot command and defines the name for the .bas output file.

When exporting a text NextBasic program to the .BAS format, the name defined in this directive (when present) should be used to automatically save the resulting file. The VSCode save dialog should use it as the default file name (instead of suggesting 'no title').

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/remy/txt2bas/issues/17, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAADLBG7YOBPIOM234XIKFTRSHFXTANCNFSM4NEQ4MDQ .

remy commented 4 years ago

Going into the vscode extension 1.3.3 (in some early morning coding!)