tulipcc
tulipcc copied to clipboard
The editor should work a lot better
The Tulip editor is, to use a kind word, "janky." It should support a lot more keyboard combos, should work over a UART, should handle word wrap, should have better syntax highlighting, etc.
We could find an existing "small memory" editor and port it to Tulip, either in C or Python. The Tulip TFB is almost a good ANSI terminal.
https://github.com/shorepine/tulipcc/issues/128
Looking at this: https://github.com/robert-hh/Micropython-Editor
It installs fine with mip but currently crashes the TFB with an ansi code, which i'll fix (we should be able to handle any ANSI) - but it could be a good solution. Or something like it!