Commit Graph

7 Commits

Author SHA1 Message Date
Kartik K. Agaram dd7e6e395d switch to a single global output editor 2023-12-31 22:51:04 -08:00
Kartik K. Agaram 694a148043 run script on startup; new button to switch to source editor 2023-12-31 21:45:12 -08:00
Kartik K. Agaram f8b3910483 screens now run 2023-12-31 16:59:34 -08:00
Kartik K. Agaram 78228796fc clean up the setFont gotcha
Now that editors know their fonts..
2023-12-29 16:24:42 -08:00
Kartik K. Agaram 61bd89a3fe bugfix in output editor wrapping
scenario:
- run a script that renders text in different font sizes
- hide the code, then run the script in a way that prints logs or causes
  an error
- show the code
- the output buffer shows logs in the right font size, but wrapped with
  a font size used in the script
2023-12-29 10:23:17 -08:00
Kartik K. Agaram 018c2d09e4 append errors to output buffer 2023-12-15 16:18:42 -08:00
Kartik K. Agaram 2e66d2f0fd send errors from event handlers to output editor 2023-11-21 21:22:52 -08:00