076783392d
Commits on Feb 23, 2022
-
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
-
-
-
ESLint package downgraded to v7 due to incompatibility with eslint-co…
…nfig-standard@16.0.3 when installing fresh packages from npm after re-generating package-lock for node v16
Commits on Feb 21, 2022
Commits on Feb 20, 2022
Commits on Feb 19, 2022
-
Merge pull request #10620 from rstudio/feature/switch-yarn-to-npm-ele…
…ctron I've done extensive local testing on various platforms, so time for the build pipeline to give it a try.
-
Commits on Feb 18, 2022
-
Merge pull request #10640 from rstudio/bugfix/native-m1-node
install x64 and M1 node via dependency scripts on MacOS
-
-
-
-
-
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>