Skip to content
Permalink
ed22aa9d51
Switch branches/tags

Commits on Jun 27, 2022

  1. Merge pull request #11509 from rstudio/feature/update-typescript-elec…

    …tron
    
    Not much to actually review here, so merging.
    gtritchie committed Jun 27, 2022
  2. Reflow not adding superfluous new lines after wrapping (#11502)

    * only appendRawWithIndent() if there is content to append
    
    * instead only call appendRawWthIndent if needed
    romainfrancois committed Jun 27, 2022
  3. version bumps

    gtritchie committed Jun 27, 2022
  4. Merge pull request #11499 from rstudio/feature/electron-dock-menu

    New RStudio Window Button on Dock for OSX Electron
    gtritchie committed Jun 27, 2022
  5. Merge pull request #11495 from rstudio/bugfix/code-execution-offsets

    use UTF-8 byte offsets for code execution
    timtmok committed Jun 27, 2022

Commits on Jun 24, 2022

  1. Merge pull request #11492 from rstudio/feature/electron-19-0-6

    update to Electron 19.0.6
    gtritchie committed Jun 24, 2022
  2. update NEWS

    kevinushey committed Jun 24, 2022
  3. Fixes with multi line statement in Cmd + Enter (#11490)

    * handle raw string when exe multi line statements
    
    * keep moving forward if end of row in within a multiline string (#10077)
    romainfrancois committed Jun 24, 2022
  4. Fix showing nested R chunks in document outline (#11488)

    * Fix showing nested R chunks in document outline
    
    Descends into child nodes to check for valid outline nodes
    
    * Update NEWS.md
    timtmok committed Jun 24, 2022
  5. update to Electron 19.0.6

    gtritchie committed Jun 24, 2022
  6. more safari workarounds

    kevinushey committed Jun 24, 2022
  7. Set xterm first 16 colors based on iTerm themes when available (#11483)

    * download xrdb, as in #4076
    
    * adjust rstheme when we have information about first 16 colours
    
    * remove debugging
    
    * add cobalt theme first 16
    
    * + pastel on dark
    
    * use pastel on dark colours for first 16 clors on dark themes that are not informed by xterm
    
    * update test themes
    romainfrancois committed Jun 24, 2022

Commits on Jun 22, 2022

  1. a number of fixes / tweaks to the diagnostics system (#11454)

    * [WIP]
    
    * [WIP]
    
    * improve handling of glue expressions
    
    * handle errors when finding method
    
    * further refine glue handling
    
    * allow parsing of formulas in 'case' calls
    
    * improve handling of glue open, close
    
    * remove debugging
    
    * further refine
    
    * handle embedded strings
    
    * tweak
    
    * fixups
    
    * use debug messages
    
    * don't allow advancing onto null terminator
    
    * update NEWS
    kevinushey committed Jun 22, 2022
  2. tweaks to discovery of open ports for desktop (#11475)

    * tweaks to discovery of open ports for desktop
    
    * logging tweaks
    
    * PR feedback
    
    * use winsock when checking for available port
    
    * unix impl
    
    * missing headers for unix
    
    * tweak comment
    
    * other cleanups
    kevinushey committed Jun 22, 2022
  3. Merge pull request #11473 from rstudio/sw-news-issue-refs

    Add missing issue references
    cm421 committed Jun 22, 2022
  4. Merge pull request #11472 from rstudio/feature/remove-libedit2-pkg-dep

    Remove the redundant libedit2 dependency for Debian packages
    atheriel committed Jun 22, 2022
  5. Merge pull request #11469 from rstudio/bugfix/single-session-resume

    Fix problems with list() method and single-session mode resume
    jeffvroom committed Jun 22, 2022
Older