Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

GMEdit

A high-end code editor for all things GameMaker · By YellowAfterlife

[Fixed] CMD+C and CMD+V not working.

A topic by Dunkelheit created Feb 08, 2019 Views: 354 Replies: 3
Viewing posts 1 to 4

I can only copy or paste by right mouse button, not with shortcut.

On Mojave and I've had the same issue. Happy to see it's not just me.

Developer

Someone reported this before but I'm not really sure what's up as I did not touch copying/pasting at all - that's handled by the code editor component.

Some questions:

  • Does copying/pasting work fine in GMLive.js?
  • Does copying/pasting work in Ace demo?
  • Does Windows/Linux style Ctrl+C/Ctrl+V work instead?

Copying/pasting from context menu uses a native clipboard API and I could probably make this use that too, but weird that it breaks at all

Control + C & Control + V don't work on my system. It looks like I can Copy&Paste from Ace Demo. I don't use GMLive so I can't confirm/deny that.