ab1cd510f0
Commits on May 6, 2022
-
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
-
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>
-
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
-
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> -
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>
-
-
-
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>)
-
-
visual editor: auto-prefix footnotes in included files
support for 'editor' metadata options in files and projects
-
uiLanguage*properties in fr (#11119)* uiLanguage* properties in french * add trainling : in fr and en
-
for "plot" is "graphique" (#11148)🇫🇷 * update plot french text * more * tracé -> graphique * plural
-
hyperlink get no default color (#11147)
* update rstheme * update expected rstheme
Commits on May 5, 2022
-
Merge pull request #11145 from rstudio/feature/3092-change-interface
Drop Session ID from interface
-
Drop Session ID from interface
It's not needed, in any case, so we drop it.
-
-
-
Merge pull request #11133 from rstudio/bugfix/overloc-project-file
Fix overlocalized strings related to project settings
-
-
-
-
visual editor: restore 'smart' for ast read/write
handle abbreviations behavior w/ custom abbreviations data file
-
Merge pull request #11136 from rstudio/bugfix/electron-popup-translation
Fix Translation on Choose R Popup from Global Options
-
-
-
Commits on May 4, 2022
-
-
-
-
Merge pull request #11131 from rstudio/feature/pt-jammy-jenkinsfiles-os
open-source merge for pro 3423 (build PT on Ubuntu Jammy)
-
-
Merge pull request #11099 from rstudio/feature/clarify-jobs-tab-title
Change "Jobs" to "Local Jobs" in IDE to be more specific
-