thebaselab / codeapp

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

Text highlighting with touchscreen #20

Closed Shanteshmani closed 4 months ago

Shanteshmani commented 3 years ago

Text/code not highlighting correctly or no control options. When double tap, seems to highlight entire line but won’t copy anything.

bummoblizard commented 3 years ago

This is a known limitation of Monaco Editor. I'm looking for workarounds.

Currently, you'll need to use a physical keyboard, mouse or trackpad for that interaction.

Shanteshmani commented 3 years ago

Ok great, thanks for letting me know.

bummoblizard commented 4 months ago

Native text selection is now supported through Runestone editor. See https://github.com/thebaselab/codeapp/issues/169#issuecomment-2162955555.