thebaselab / codeapp

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

Copy file contents #914

Closed bogdanripa closed 4 months ago

bogdanripa commented 1 year ago

Is there a way to copy the full contents of a file?

bummoblizard commented 1 year ago

If you are using a physical keyboard, you can use Command-A to select all text and copy it with Command-C. Unfortunately with Monaco Editor, there is no way to copy the content with a touch screen. See https://github.com/thebaselab/codeapp/issues/169.

bogdanripa commented 1 year ago

I’m on an iPad, can’t command-a.VS code cloud is exposing these shortcuts in the UIOn Aug 16, 2023, at 11:01 PM, Chung Shing Hin @.***> wrote: Command-A

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

bummoblizard commented 4 months ago

Use Runestone editor added in 1.8.0.