Skip to content

Better Clipboard Handling #166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
zimberzimber opened this issue Apr 18, 2025 · 0 comments
Open

Better Clipboard Handling #166

zimberzimber opened this issue Apr 18, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@zimberzimber
Copy link
Member

Is your feature request related to a problem? Please describe.
Sometimes you want to copy/paste to/from the editor in bulk, mostly relevant when writing dialogue across multiple text commands.
The RMXP editor copies to clipboard in some unknown, non-standard format, making it useless outside of the editor itself.

Describe the solution you'd like
It'd be great if the editor writes/reads to/from the clipboard in JSON strings instead, so that the content could be manipulated in a text editor, then pasted back into the editor.

Describe alternatives you've considered
Tried reading the clipboard contents in browser, C#, and Ruby, in hopes of making a conversion tool, but all returned empty results for a copied RMXP command.

@zimberzimber zimberzimber added the enhancement New feature or request label Apr 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant