d5a1bc2091
Commits on Jun 29, 2022
-
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>
Commits on Jun 28, 2022
-
-
quote keywords on completion (#11523)
* quote keywords in completion * no quote for keyword completion types
-
-
Implement desktop_bring_main_frame_to_front (#11516)
Calls focus on main window
Commits on Jun 27, 2022
-
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
-
Merge pull request #11509 from rstudio/feature/update-typescript-elec…
…tron Not much to actually review here, so merging.
-
Reflow not adding superfluous new lines after wrapping (#11502)
* only appendRawWithIndent() if there is content to append * instead only call appendRawWthIndent if needed
-
-
Merge pull request #11499 from rstudio/feature/electron-dock-menu
New RStudio Window Button on Dock for OSX Electron
-
Merge pull request #11495 from rstudio/bugfix/code-execution-offsets
use UTF-8 byte offsets for code execution
-
-
Commits on Jun 24, 2022
-
Merge pull request #11492 from rstudio/feature/electron-19-0-6
update to Electron 19.0.6
-
-
-
-
-
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
-
-
-
-
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