Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: netconstructor/rstudio

Tags

v0.97.211

Toggle v0.97.211's commit message
print list of updated files after compileAttributes

v0.97.210

Toggle v0.97.210's commit message
only save cpp docs before sourcing if they are dirty

v0.97.209

Toggle v0.97.209's commit message
add sourceCpp build hooks

v0.97.208

Toggle v0.97.208's commit message
don't require apparmor debian packages

v0.97.207

Toggle v0.97.207's commit message
Merge branch 'v0.97-100'

v0.97.206

Toggle v0.97.206's commit message
Merge branch 'v0.97-100'

v0.97.205

Toggle v0.97.205's commit message
background highlighting for cpp

v0.97.204

Toggle v0.97.204's commit message
background highlighting for cpp

v0.97.203

Toggle v0.97.203's commit message
use updated name for sourceCpp

v0.97.202

Toggle v0.97.202's commit message
Send interrupt even when server does not appear to be busy

In some cases (such as shiny::runGist on the Mac) the IDE can get into a state where the server is busy but the client doesn't think it is, so there's no way to interrupt. This logic will send server interrupt on Escape keydown in some cases where it's currently just sending a null console event. I've tested with shiny::runGist, Sys.sleep, and scan() and it's worked well in all 3 cases.