-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some buttons to insert control codes missing #7
Comments
about caps, edit and enter, check keypress column at https://en.wikipedia.org/wiki/ZX_Spectrum_character_set Color codes needs some work yes, but they are absolutely hard to edit. I'll leave this issue here maybe somebody else could look into it and resolve it properly. |
About Caps and Edit, yeah I didn't think of the input checks. |
I worked on token window a little bit, and it's not easy to fit anymore buttons there let alone four more control codes and AT control codes. it looks like it needs a good amount of effort to make it more useful. I'll added this to to-do list, but don't expect anything soon. |
There's a panel to insert control codes into strings (see below).
But there are no buttons to insert OVER on/off, or FLASH/BRIGHT/INVERSE/OVER/INK/PAPER 8, or INK/PAPER 9, or TAB/AT positions.
Also,
The roll-over hint in the picture is also wrong, 'Cyan Ink = CHR$(29)' should read '...CHR$(16)+CHR$(5)'
Release: v1.792
The text was updated successfully, but these errors were encountered: