Skip to content
Permalink
076783392d
Switch branches/tags

Commits on Feb 23, 2022

  1. Merge pull request #10659 from rstudio/bugfix/linux-desktop-info

    Merging, then will move onto doing RPM-based Electron builds.
    gtritchie committed Feb 23, 2022
  2. 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
    timtmok committed Feb 23, 2022
  3. desktop files

    gtritchie committed Feb 23, 2022
  4. linux desktop files

    gtritchie committed Feb 23, 2022

Commits on Feb 22, 2022

  1. 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
    kevinushey committed Feb 22, 2022
  2. Merge from main

    matheustavaresdev committed Feb 22, 2022
  3. 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
    jgutman committed Feb 22, 2022
  4. Merge pull request #10601 from rstudio/feature/mouse-source-navigation

    implement back / forward mouse handlers
    gtritchie committed Feb 22, 2022
  5. Merge pull request #10650 from rstudio/bugfix/source-copyright-headers

    PR as an FYI, merging
    gtritchie committed Feb 22, 2022
  6. 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
    matheustavaresdev committed Feb 22, 2022

Commits on Feb 21, 2022

  1. linux electron build fix

    gtritchie committed Feb 21, 2022

Commits on Feb 20, 2022

Commits on Feb 19, 2022

  1. 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.
    gtritchie committed Feb 19, 2022

Commits on Feb 17, 2022

  1. 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>
    kevinushey and melissa-barca committed Feb 17, 2022
Older