Skip to content
Permalink
7f2e1e16c7
Switch branches/tags

Commits on May 6, 2022

  1. install pandoc resources

    jjallaire committed May 6, 2022
  2. VisualMode only react to change in DOC_OUTLINE_VISIBLE if activated (#…

    …11042)
    
    * VisualMode only react to change in DOC_OUTLINE_VISIBLE if activated
    
    * nit
    
    * missing space
    romainfrancois committed May 6, 2022
  3. Fix backend yaml chunk evaluation of options (#11083)

    * Fix backend yaml chunk evaluation of options
    
    * handle yaml options
    
    * truthy and falsy parsing
    
    * add to news
    
    * handle multiline R style chunk opts
    
    * Apply suggestions from code review
    
    * Update src/cpp/session/modules/SessionRmdNotebook.R
    
    Co-authored-by: Kevin Ushey <kevin@rstudio.com>
    
    * add some addl error handling
    
    Co-authored-by: Kevin Ushey <kevin@rstudio.com>
    jgutman and kevinushey committed May 6, 2022
  4. Bugfix/followup native pipe default (#11151)

    * remove R session changes
    
    * clean up ace editor insertions
    
    * Actually fix handling of project level (Default) for pipe operator pref
    jgutman committed May 6, 2022
  5. show test_that() calls in document outline (#11108)

    * show test_that() calls in document outline
    
    * use test icon
    
    * style test items in the outline
    
    * +NEWS
    
    * Make function assignments secundary in test files
    
    * nodeLabelSecundary not italic
    
    * hyperlink get no default color (#11147)
    
    * update rstheme
    
    * update expected rstheme
    
    * 🇫🇷 for "plot" is "graphique" (#11148)
    
    * update plot french text
    
    * more
    
    * tracé -> graphique
    
    * plural
    
    * `uiLanguage*` properties in fr (#11119)
    
    * uiLanguage* properties in french
    
    * add trainling : in fr and en
    
    * visual editor: auto-prefix footnotes in included files
    
    support for 'editor' metadata options in files and projects
    
    * index `test_that()` calls for fuzzy finder (#11102)
    
    * index test_that calls for fuzzy finder
    
    * use moveToNextSignificantToken()
    
    * Don't unclude test_that() in the string
    
    * rm quote from test desc
    
    * make removeQuoteRegex static const
    
    * testThatCAllIndexer adds "t " prefix
    
    * only show test items if the search term starts with "t "
    
    * fuzzy finder removes artifical "t " prefix
    
    * remove dead code
    
    * When search term starts with "t ", only include test items
    
    * not looking for files and C++ items when only looking for test items
    
    * NEWS
    
    * factor out includeTestItems
    
    * handle raw string in test_that(<raw string>)
    
    * Update src/gwt/acesupport/acemode/r_scope_tree.js
    
    Co-authored-by: Kevin Ushey <kevin@rstudio.com>
    
    * show test_that() calls in document outline
    
    * use test icon
    
    * style test items in the outline
    
    * +NEWS
    
    * Make function assignments secundary in test files
    
    * nodeLabelSecundary not italic
    
    * use opacity 0.8
    
    * opacity: .7
    
    * .nodeLabelSecundary:hover
    
    Co-authored-by: JJ Allaire <jj@rstudio.com>
    Co-authored-by: Kevin Ushey <kevin@rstudio.com>
    3 people committed May 6, 2022
  6. Full Path on Tab Title When Saving New File on Windows (#11135)

    * If the platform is windows, the double slashes will be replaced by a single slash when saving files
    
    * Update src/node/desktop/src/renderer/desktop-bridge.ts
    
    Co-authored-by: Kevin Ushey <kevin@rstudio.com>
    matheustavaresdev and kevinushey committed May 6, 2022
  7. index test_that() calls for fuzzy finder (#11102)

    * index test_that calls for fuzzy finder
    
    * use moveToNextSignificantToken()
    
    * Don't unclude test_that() in the string
    
    * rm quote from test desc
    
    * make removeQuoteRegex static const
    
    * testThatCAllIndexer adds "t " prefix
    
    * only show test items if the search term starts with "t "
    
    * fuzzy finder removes artifical "t " prefix
    
    * remove dead code
    
    * When search term starts with "t ", only include test items
    
    * not looking for files and C++ items when only looking for test items
    
    * NEWS
    
    * factor out includeTestItems
    
    * handle raw string in test_that(<raw string>)
    romainfrancois committed May 6, 2022
  8. visual editor: auto-prefix footnotes in included files

    support for 'editor' metadata options in files and projects
    jjallaire committed May 6, 2022
  9. uiLanguage* properties in fr (#11119)

    * uiLanguage* properties in french
    
    * add trainling : in fr and en
    romainfrancois committed May 6, 2022
  10. 🇫🇷 for "plot" is "graphique" (#11148)

    * update plot french text
    
    * more
    
    * tracé -> graphique
    
    * plural
    romainfrancois committed May 6, 2022
  11. hyperlink get no default color (#11147)

    * update rstheme
    
    * update expected rstheme
    romainfrancois committed May 6, 2022

Commits on May 5, 2022

  1. Merge pull request #11145 from rstudio/feature/3092-change-interface

    Drop Session ID from interface
    MariaSemple committed May 5, 2022
  2. Drop Session ID from interface

    It's not needed, in any case, so we drop it.
    AndrewMcClain committed May 5, 2022
  3. Merge pull request #11133 from rstudio/bugfix/overloc-project-file

    Fix overlocalized strings related to project settings
    gtritchie committed May 5, 2022
  4. visual editor: restore 'smart' for ast read/write

    handle abbreviations behavior w/ custom abbreviations data file
    jjallaire committed May 5, 2022
  5. Merge pull request #11136 from rstudio/bugfix/electron-popup-translation

    Fix Translation on Choose R Popup from Global Options
    gtritchie committed May 5, 2022

Commits on May 4, 2022

  1. remove unused string

    gtritchie committed May 4, 2022
  2. Merge pull request #11131 from rstudio/feature/pt-jammy-jenkinsfiles-os

    open-source merge for pro 3423 (build PT on Ubuntu Jammy)
    gtritchie committed May 4, 2022
Older