textinator icon indicating copy to clipboard operation
textinator copied to clipboard

Large portions of text make buttons of dialog "Copy detected text to clipboard?" unreachable

Open bwagner opened this issue 2 years ago • 2 comments

Large portions of text make buttons of dialog "Copy detected text to clipboard?" unreachable (see below). Probably, a scrollable text field should be shown to limit growth of the resulting dialog box.

image

bwagner avatar Jan 12 '23 21:01 bwagner

Thanks. I'll take a look to see what's possible given the limited UI elements available in RUMPS.

RhetTbull avatar Jan 12 '23 22:01 RhetTbull

Possibly rumps.Window?

bwagner avatar Jan 12 '23 22:01 bwagner

I've implemented a custom confirmation window that display the detected text in a TextView editable text box. This allows the user to edit it if necessary or copy just part of it. The contents can still be copied to the clipboard with one-click. Will be in the next release.

RhetTbull avatar May 04 '24 03:05 RhetTbull

Awesome! Thanks a lot.

bwagner avatar May 04 '24 07:05 bwagner

Fixed in v0.10.0

RhetTbull avatar May 04 '24 11:05 RhetTbull