ucblogo-code icon indicating copy to clipboard operation
ucblogo-code copied to clipboard

Can't select/copy text

Open jasonsikes opened this issue 4 years ago • 2 comments

On MacOS when I try to select text one of two things happens:

  1. Nothing
  2. The application crashes.

The chances of which one will occur seem to be about 50/50.

On Windows I can select and copy, but when I paste to Wordpad the text is unrecognizable.

jasonsikes avatar Jul 18 '20 23:07 jasonsikes

For me, it seems to crash if and only if I try to select text on the first line ("Welcome to Logo").

brianharvey avatar Jul 26 '20 05:07 brianharvey

I'm seeing the same behaviors above, I have a proposed PR https://github.com/jrincayc/ucblogo-code/pull/58 The code change looks like it addresses the issue with populating the clipboard (at least on OSX Catalina 10.15.6 with wxWidgets 3.0.5)

dmalec avatar Oct 18 '20 15:10 dmalec

This works!

It looks a little weird when I select text, but I think that's an unrelated and minor issue.

Closing as fixed. Thank you!

jasonsikes avatar May 02 '24 16:05 jasonsikes