Unable to paste texts in Ruby Console with Command + V sometimes on SU 2025 Mac

Sometimes, I copied some text from other source ,eg vscode, and try to paste to Ruby Console with Command + V on SU 2025, nothing happens, but if click the right button of mouse and choose Paste, it works. This problem only happens on SU 2025 Mac, and does not occur every time.

When paste failed, I can see that the Edit menu blinked.

Macos version: 15.4.1
SU version: Sketchup pro 2025, 25.0.659

additional information: SKETCHUP_CONSOLE.clear can not clear the information in Ruby Console while it works on SU 2024

Just “cls” then enter will clear the Ruby Console.

The problem is not how to clear the information in the console, but sometimes it works and sometimes not.

I know that, just give you an extra info (incase you didn’t know) that you don’t need to typing a long phase to clear the console.

sure, thanks

There are issues with the new Ruby Console on Mac. The problems are already fixed in recent builds, but it may be some time before the fix is in a release version.

For now you need to right-click and Copy from that menu.

I see, looking forward for the new release.
And I’d like to report anohter issue releated console.

I have a method named test_puts, in this method I write 10 puts "xxx" in the different rows. Sometimes the console only show one or two logs after the method finished, and I’m suer the method runs completed without any error.

Hope this issue is fixed in recent builds.