thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.7k stars 178 forks source link

Some suggetions on the Terminal #1027

Open Farewe1ll opened 3 months ago

Farewe1ll commented 3 months ago

When I use your app on Air 5 to programme my cpp code, I found it difficult for the program running in the terminal to solve the mult-line data pasted from somewhere else, like: 3 1 2 3 4 5 6 sometimes the terminal would miss a few data, and afterwards the terminal seems to went wrong and could no longer compile my code. That's awful. Also, I hope you could provide a way for us to enter the EOF(on windows we press ctrl + z), so that I could use fread or some way of input. I'd appreciate it if you could provide gcc as another way of compile my cpp code!

bummoblizard commented 2 months ago

Thank for the feedback. While we are working on improving the local C++ experience, please take a look at the remote execution which uses GCC and provides better multi-line data support.