billthefarmer / editor

Android simple text editor
https://billthefarmer.github.io/editor
GNU General Public License v3.0
474 stars 85 forks source link

[Feature Request] Allow select/copy/share in read-only mode #191

Closed rai42 closed 1 year ago

rai42 commented 1 year ago

I frequently use the Editor to open files and copy/paste or share text to other apps.

Since read-only mode is active by default (which is good), it would be nice if the select, copy and share functions would work in read-only mode, so one doesn't have to activate edit mode just to copy text.

Thanks a lot for your work by the way!

billthefarmer commented 1 year ago

OK, that will be in the next version. You will need to use double tap to select, because a long press will switch to edit mode.

rai42 commented 1 year ago

Thanks a lot, that was quick!