RhetTbull / textinator

Simple MacOS StatusBar / Menu Bar app to automatically detect text in screenshots
MIT License
179 stars 8 forks source link

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

Closed bwagner closed 7 months ago

bwagner commented 1 year ago

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
RhetTbull commented 1 year ago

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

bwagner commented 1 year ago

Possibly rumps.Window?

RhetTbull commented 7 months ago

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.

bwagner commented 7 months ago

Awesome! Thanks a lot.

RhetTbull commented 7 months ago

Fixed in v0.10.0