maptool icon indicating copy to clipboard operation
maptool copied to clipboard

[Feature]: Copy/Paste Buttons in Editor.

Open FullBleed opened this issue 4 years ago • 0 comments

Feature Request

As someone who mainly uses an external editor, getting code into MT through its editor could be streamlined by having "Copy" and "Paste" buttons. Right now, to get the current macro code you Right Click>Open a macro, then you have to Click in the macro code window to Add Focus, then ctrl-a (select all), and ctrl-c (copy). Then after editing code elsewhere, when you come back you have to Click in the the mt editor code window to get Focus, ctrl-a, and ctrl-v. This would be much simpler if we could Open the Macro editor, Click a "Copy" button, go edit and come back and Click a "Paste" button.

The Solution you'd like

I would like Copy and Paste buttons added to the MT Editor. This will remove the need to get focus on the code window every time we switch out of the app or open the editor, bypass keyboard shortcuts, and could provide better feedback for the code actually being updated with new clipboard code (which you don't get from keyboard shortcuts unless you see new code changes on screen.)

Alternatives that you've considered.

No response

Additional Context

No response

FullBleed avatar Jan 01 '22 18:01 FullBleed