Friday, February 4, 2022

🪲IDE Bug Fix (Opened Program Not Showing in IDE)

 BASIC programs are stored in tiddlers.

Programs edited in the IDE are automatically saved in a "draft" field of the program's tiddler.

Programs eventually wind up in the tiddler's standard "text" field when the program is saved.

That was all working fine.

What was not working fine: in the standard TiddlyWiki interface, entering a new BASIC program directly in the text field.

When opening that program in the IDE, the IDE is supposed to copy the basic program from the text field to the draft field, for the draft version of the program to be available for editing in the IDE.

The copying of the program from the text field to the draft field was not working, but is now fixed.

No comments:

Post a Comment

🖥 Spiralling Text (old-school sine wave)

This is a mod of a program Richard Keijzer wrote in TRS-80 Level II BASIC (44 years ago) and recently shared with the BASIC Programming Lang...