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

Cut-and-paste is broken in the code editor #34

Open
s-edwards opened this issue Sep 5, 2013 · 1 comment
Open

Cut-and-paste is broken in the code editor #34

s-edwards opened this issue Sep 5, 2013 · 1 comment
Assignees
Labels

Comments

@s-edwards
Copy link
Member

It does not appear to be possible to select/copy text in the code edit window, so it is impossible to move code blocks around, or cut-and-paste from one example/file to another.

The normal Cut/Copy/Paste keyboard shortcuts should definitely be implemented to work.

Also, while codemirror does seem to support the idea of "selection", the editor appears to immediately "lose" track of (and unhighlight) a selection right after it is made. I wonder if this is because of the Javascript actions that are saving the code changes periodically--are they interfering with the editor's selection?

@ghost ghost assigned ArturAguiar Sep 5, 2013
@s-edwards
Copy link
Member Author

Oops--paste works. Actually, it appears that copy may also work, but because the selection is messed up, it isn't useful (which also means cut is effectively broken).

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

No branches or pull requests

2 participants