urfdvw / circuitpython-online-ide-2

The CircuitPython Online IDE is a browser-based IDE for CircuitPython supported microcontrollers. No installation needed. Handy and powerful.
https://urfdvw.github.io/circuitpython-online-ide-2
GNU General Public License v3.0
5 stars 2 forks source link

Proper Serial Console Implementation #45

Open urfdvw opened 5 months ago

urfdvw commented 5 months ago

In Serial Console, I like the fact that now you can edit the code in a code editor, with new lines and Python highlighting, before sending it to the console. This is better than using the CLI interface.

But currently there are too many features missing in the console be cause it is basically just a text display instead of a full console.

The plan is, Replace the Text out part with Xterm (May come with a default lock), but keep the python code snippet editor.