Skip to content
Permalink
d5a1bc2091
Switch branches/tags

Commits on Jun 29, 2022

  1. render preview Rd files in the same session (#11507)

    * + rs.Rd2HTML help function
    
    * Update src/cpp/session/modules/SessionHelp.R
    
    Co-authored-by: Kevin Ushey <kevin@rstudio.com>
    
    * call Rd2HTML() instead of R CMD Rdconv
    
    * get figures from installed package rather than preview
    
    * attempt to render dev help pages when a preview page is clicked
    
    * Update src/cpp/session/modules/SessionHelp.cpp
    
    Co-authored-by: Kevin Ushey <kevin@rstudio.com>
    
    * Update src/cpp/session/modules/SessionHelp.cpp
    
    Co-authored-by: Kevin Ushey <kevin@rstudio.com>
    
    * use getNamedListElement()
    
    * workaround for figures in a dev package
    
    Co-authored-by: Kevin Ushey <kevin@rstudio.com>
    romainfrancois and kevinushey committed Jun 29, 2022

Commits on Jun 28, 2022

  1. quote keywords on completion (#11523)

    * quote keywords in completion
    
    * no quote for keyword completion types
    romainfrancois committed Jun 28, 2022
  2. Implement desktop_bring_main_frame_to_front (#11516)

    Calls focus on main window
    timtmok committed Jun 28, 2022

Commits on Jun 27, 2022

  1. Showing help preview popups in help pane (#11451)

    * handle mouseover in help pages within the help pane
    
    * follow_help_topic
    
    * decode topic
    
    * indentation
    
    * showHelpPage -> showHelp
    
    * using JSONArrayBuilder
    
    * showHelpPage -> showHelp
    
    * followHelpTopic takes url instead of pkg and topic
    romainfrancois committed Jun 27, 2022
  2. Merge pull request #11509 from rstudio/feature/update-typescript-elec…

    …tron
    
    Not much to actually review here, so merging.
    gtritchie committed Jun 27, 2022
  3. 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
  4. version bumps

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

    New RStudio Window Button on Dock for OSX Electron
    gtritchie committed Jun 27, 2022
  6. 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
Older