-
Notifications
You must be signed in to change notification settings - Fork 310
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
Fail to transfer code to REPL by shortcut key #312
Comments
Turn on
press |
Thanks, @wuub! I tracked the command log. When I select the code and hit the shortcut I get this: command: repl_transfer_current {"scope": "selection"} It seems that something wrong with the handle? |
Windows 8? |
Windows 8.1. I tried running ST3 as Administrator and it works occasionally but mostly it does not work. |
It sometimes works for the first time in a ST session. If I close the REPL and open another one, the transfer no longer works and the log shows the same error information. |
Can you try this fork (using a portable ST3 installation) https://github.com/simonzack/SublimeREPL |
I download a portable ST3 and download the https://github.com/simonzack/SublimeREPL fork and extract the contents to (ST3)/data/packages/user/SublimeREPL. I open Portable ST3 and it recognizes this package but all menu items are disabled. |
I have the same problem some hours ago, finally, I think it has been solved. My environment is Win10 64bit, portable sublime text 2, R 3.1.3 64bit |
I installed REPL in ST3 and set a shortcut key to evaluate code in a more convenient way
I open a REPL windows in (for example) R, and edit a code file in R too. When I press the shortcut key nothing happens. I use the menu command to transfer the selected code to REPL and still nothing happens. I tried R, F#, Python and none of them work. I'm sure that I have perfectly correct installation of R, F#, and Python interpreter/compiler and set the correct PATH variable if needed. I wonder why this does not work?
The text was updated successfully, but these errors were encountered: