-
Notifications
You must be signed in to change notification settings - Fork 28
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
SendCode cannot send codes to RStudio when upgrading RStudio to version 2022.12.0 #170
Comments
I can confirm this behaviour on Windows 11. |
This is the python script that controls Rstudio If someone wants to help, please follow the below steps and report what you see.
|
Hi! On macOS 13.0.1 (22A400) now. RStudio 2022.12.0 Build 353. When in an R script, the first cmd+Enter launches RStudio, but no line will be sent afterwards. It is the first time I have set up SendCode on Ventura. Thus I don't know if it is the new RStudio to blame or if I'm missing some step. Anyone can send an R code to Sublime working with macOS Venture? I will try on my Windows 11 boxes early tomorrow (my time). I will also try on Ubuntu 20.04. |
From a Microsoft Windows 11 Pro Version 10.0.22621 Build 22621 running on a Dell XPS laptop:
|
Same result on a Windows 11 Pro 10.0.22621 Build 22621, same than above, running on a Dell OptiPlex 5080:
|
I'm also having issues on OS X (I'm still on 10.15.7) with Rstudio (2022.12.0+353) when trying to use SendCode. This is the error message in the SublimeText console:
In ScriptEditor, running |
@rrodrigueznt on OS X rolling back to RStudio 2022.72+576 solved the issue for me and I can send code to RStudio from sublime text. I've raised an issue in the Rstudio repo |
RStudio has moved to electron rstudio/rstudio/wiki/Electron-Desktop. On Mac, we use apple script to send code to RStudio and unfortunately electron doesn't support apple script. |
Ah, thanks! That explains it. Does that mean for the foreseeable future there’s no way of using sublime text with SendCode on Mac to send R code to electron-based versions of RStudio?
…On 4 Jan 2023, 2:04 PM +1100, Randy Lai ***@***.***>, wrote:
RStudio has moved to electron rstudio/rstudio/wiki/Electron-Desktop.
On Mac, we use apple script to send code to RStudio and unfortunately electron doesn't support apple script.
On Windows, we use native Win32 api, I beleive we just need to figure out the new window class name.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
how do you search for windows class name? i tried winlister, got "Chrome_WidgetWin_1", modified |
damn. A huge part of my workflow has just been destroyed. Guess it's time to move to neovim completely. |
Reporting the same issue. I don't like the Rstudio editor, I hope someone will help fix this. Any alternative to Sendcode? |
In the future, will there be updates for SendCode to make it support the latest RStudio? Thanks! |
HI,
I am using sublime text 4126 on Windows 10. Sendcode was working fine and can send R codes to RStudio via ctrl+enter. However, when RStudio is upgraded to version 2022.12.0 Build 353, SendCode is not working anymore. Could you have a look at this? Thanks.
The text was updated successfully, but these errors were encountered: