ed22aa9d51
Commits on Jun 27, 2022
-
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
Commits on Jun 23, 2022
Commits on Jun 22, 2022
-
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
-
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
-
Merge pull request #11473 from rstudio/sw-news-issue-refs
Add missing issue references
-
Merge pull request #11472 from rstudio/feature/remove-libedit2-pkg-dep
Remove the redundant libedit2 dependency for Debian packages
-
Merge pull request #11469 from rstudio/bugfix/single-session-resume
Fix problems with list() method and single-session mode resume
-