tulipcc icon indicating copy to clipboard operation
tulipcc copied to clipboard

The editor should work a lot better

Open bwhitman opened this issue 1 year ago • 1 comments

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

bwhitman avatar Aug 29 '24 17:08 bwhitman

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!

bwhitman avatar Mar 10 '25 14:03 bwhitman