f25d1be8b5
Commits on Feb 18, 2022
-
Merge pull request #10634 from rstudio/feature/upgrade-node-ide
Update node toolchain to v16.14.0
Commits on Feb 17, 2022
-
handle UTF-8 paths with grep in Find in Files (#10627)
* force use of UTF-8 locale with grep * further refine * tweaks to allow git grep to handle UTF-8 paths on Windows * spelling Co-authored-by: Melissa Barca <5323711+melissa-barca@users.noreply.github.com> * allow missing escapes * fix check Co-authored-by: Melissa Barca <5323711+melissa-barca@users.noreply.github.com>
-
-
Merge pull request #10621 from rstudio/feature/electron-i18n-windows-…
…dialog Fixed issue that would make elements not get translated correctly on some pages
-
Merge pull request #10628 from rstudio/bugfix/revert_to_grep30
Revert "Migrate to gnugrep 3.6"
-
Fix recent items breaking due to menu separators fix (#10617)
Keep a main menu template updated Add top-level menus to the templates so the entire menu bar can be rebuilt Rebuilds a menu based on the main menu template instead of copying the previous menu
-
Merge pull request #10624 from rstudio/feature/update_spotted_wakerob…
…in_news update NEWS
-
-
-
-
Commits on Feb 16, 2022
-
Merge pull request #10615 from rstudio/bugfix/update-contributor-inst…
…ructions Merging, I have confirmed the updated links work and supply the updated PDFs.
-
-
-
-
-
Merge pull request #10614 from rstudio/bugfix/linux-electron-build
Fix detection/invocation of yarn from Linux make-package
-
-
adding axis label and title to Shiny template files (#10597)
* adding axis label and title to Shiny demo file * changing double quotes to single quotes Co-authored-by: Tracy Teal <tracyteal@tamarack.local>
-
-
-
Found via `codespell -q 3 -S *_fr.properties,./src/gwt -L ba,enque,optionel,ot,parm,parms,pres,prevend,pevent,pevents,ptd,texline`
-
Merge pull request #10611 from rstudio/feature/electron-linux-package…
…-build Merging so it can take a journey of discovery through the build pipeline.
Commits on Feb 15, 2022
-
Merge pull request #10541 from rstudio/feature/electron-toolbar
Electron Toolbar Support
-
Merge pull request #10258 from romainfrancois/debugger_callframe_mini…
…mized_10191 update the logic for resize call frame panel
-
Update Catch2 to v2.13.8 (#10546)
Source is directly copied from: https://github.com/catchorg/Catch2/blob/v2.13.8/single_include/catch2/catch.hpp
-
Data viewer: truncate large list cells (#10398)
* avoid as.character() for list columns * not using formatDataColumnList() for data.frame columns * formatDataColumnList() truncates cells that are too big * rsGridData.manualSize lose the dislay:table, and truncated list suffix are displayed separately * debugging leftover * + test for truncation * rm special treatment to truncated list cells this was onnly useful to style the (...) * New user preference `data_viewer_max_cell_size` * formatDataColumnList obeys user preference data_viewer_max_cell_size * Missing . *
🇫🇷 * update test * remove console.log Co-authored-by: Kevin Ushey <kevin@rstudio.com> -
Merge pull request #10602 from luzpaz/bugfix/typos
Fix typos in src/cpp/session comments and documentation
-
Merge pull request #10605 from rstudio/update_gnugrep_37
Migrate to gnugrep 3.6
-
Merge pull request #10604 from rstudio/feature/remove-i18next-verbose
Removed Debug flag for i18next