You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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).
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?
The text was updated successfully, but these errors were encountered: