Bug: Unable to copy style setting (macOS)

Hello,

I just tried to (select and) copy some settings from the “style” property input window - but as soon as I pressed Cmd-C, the window simply disappeared and nothing was copied into the clipboard.

That’s a bug in the underlying wx library that we use. It affects MacOS only. Unfortunately, it’s not something we can fix.

You can copy and paste using the right click shortcuts.

Well, I see…

But: when pasting text from another application, AppStudio reveals lots of \u000A character entities, which (depending on where I pasted the text in) appear as that text (namely “\u000A”) on the screen.

And that’s really annoying…

That sounds like an encoding issue - \u000A is a newline. It’s unrelated to the keyboard shortcut bug in the underlying library.