Skip to content
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

First-line of copy/paste causes syntax error on OSX with Ctrl-Shift-V #4

Closed
Michaelangel007 opened this issue Jan 10, 2016 · 4 comments

Comments

@Michaelangel007
Copy link
Contributor

With text in the system clipboard, pressing Ctrl-Shif-V to paste text in causes a syntax error on OSX.

Repro.:

  1. Start up Jace

  2. Press Ctrl-Delete

  3. Select this text:

    HGR
    CALL-151

  4. Copy it

  5. Switch to Jace

  6. Ctrl-Shift-V

  7. Emulator mangles the input so the first line causes a ?SYNTAX ERROR 👎

@badvision
Copy link
Owner

Ah, yeah it's a random issue where the ctrl-v is also passed in to the emulator. I thought I had patched that but there is the possibility my fix wasn't 100%. In the meantime you might see if it works more reliably if you hold the shift key before pressing ctrl+v just to be on the safe side.

@Michaelangel007
Copy link
Contributor Author

Tried Shift + Ctrl-V ... no dice 👎

@badvision
Copy link
Owner

Hmm.. try again. I fixed the ctrl issue in the ctrl-c bugfix and I think it fixed this too.

@Michaelangel007
Copy link
Contributor Author

Yup, verified fixed. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants