-
Notifications
You must be signed in to change notification settings - Fork 13
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
Feature request: copy/paste of code snippet to/from tryjshell #2
Comments
Also, having a little higher timeout on tryjshell.org would make the site more usable for larger snippets of code, particularly when one cannot not copy/paste and has to re-type everything :{ |
Hi @liar666, what do you mean about copy/paste snippets? |
What I mean: I'm working in my favorite Editor/IDE, then discover I have to test a small part of the code (e.g. I don't remember exactly how methodX or methodY is called on a particular object or I want to check if a for loop does not get out of bounds). |
You should already be able to paste snippets to tryjshell.org |
You can copy/paste if you use the browser's menu e.g. Edit -> Copy. However, the keyboard shortcuts Ctrl+C and Ctrl+V do not work, and instead type their control characters. |
Ctrl+insert (copy) and Shift+insert (paste) can be used for that xtermjs/xterm.js#185 |
Hi,
Thanks for the tool/website, it's very cool. Particularly for those using JDK8 and not having access to jshell :)
It would be even cooler if we could copy snippets of code to/from the web shell.
The text was updated successfully, but these errors were encountered: