toml_12953 Guru Joined: 13/02/2015 Location: United StatesPosts: 720
Posted: 07:42pm 04 May 2026
If you want to add Ctrl-A as beautify key before Peter has a chance to get to it, edit Editor.c and insert this line after 6753:
// F12 - Beautify (re-indent block structures) case F12: case CTRLKEY('A'): //This line inserted editBeautify(edit_buff_size);
It doesn't appear to work on line-numbered programs.
On PicoCalc, if cursor is on first character in line, pressing the left cursor arrow acts just like F12 otherwise, it moves the cursor left as usual. Edited 2026-05-05 05:55 by toml_12953