1982b526a8
Commits on Feb 23, 2022
-
Merge pull request #10647 from rstudio/bugfix/console_pane_session_re…
…start console pane should refresh logo/version on session restart
-
-
-
-
-
-
-
-
install python for Windows Docker builds (#10661)
* install python for Windows Docker builds * only run i18n on dev machines
-
unset MAKEFLAGS when running npm install (#10665)
* avoid setting MAKEFLAGS when running npm commands * tweaks * also support arm64 builds
-
Merge pull request #10663 from rstudio/bugfix/secondary-window-creation
Fixes for secondary/satellite window creation (Electron)
-
-
-
-
Merge pull request #10659 from rstudio/bugfix/linux-desktop-info
Merging, then will move onto doing RPM-based Electron builds.
-
-
-
-
Implement undo/redo menu actions in Electron (#10651)
Manually triggers ACE editor undo/redo if editor is focused Otherwise use the web page undo/redo
-
-
Commits on Feb 22, 2022
-
example using node-addon-api for native module (#10618)
* example using node-addon-api for native module * tweaks * use '.d.ts' definition for imports * dependency updates * avoid using 'app.getAppPath()' * wire up cleanClipboard implementation * tweaks * remove unused import * fixups * update * allow envvar override * add command line utility for setting up PATH
-
Merge pull request #10646 from rstudio/feature/update-electron-packages
Electron Packages Update
-
-
Use and access RETICULATE_PYTHON_FALLBACK (#10518)
* Use and access RETICULATE_PYTHON_FALLBACK when inferring the version of python, rather than RETICULATE_PYTHON; check both * update terminal hooks for RETICULATE_PYTHON * fix issue with .rs.readUiPref for python_path * Fix Windows search for Python binary, doesnt need to be called py * fix missing parenthesis * Add to NEWS * flip python3 and python * update terminal hook to check RETICULATE_PYTHON first * fix terminal hook * fix tabs
-
-
-
Merge pull request #10601 from rstudio/feature/mouse-source-navigation
implement back / forward mouse handlers
-
Merge pull request #10650 from rstudio/bugfix/source-copyright-headers
PR as an FYI, merging
-
-