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
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.