4892e3804a
Commits on Dec 8, 2021
-
Merge pull request #10210 from rstudio/bugfix/bbt
Fix BetterBibTeX detection on Linux
-
-
Merge pull request #10197 from StatCan/jose-i18nify-workbench-views-e…
…nvironment feat(i18n): views-environment
-
Replace command to modern for our cmake
Tried to used file(copy_file to copy some files to the build dir, but our cmake 3.4.3 build machines don't support it. So falling back to configure_file(in out COPYONLY) which they do support.
-
Merge pull request #10196 from StatCan/rohan-i18nify-client-workbench…
…-pt1 feat(i18n):i18nify client workbench
-
Revert to the hardcoded 'Environment' string for both EnvironmentTab and EnvironmentPane
-
Merge pull request #10199 from rstudio/bugfix/3129-postgres-upgrade
Bugfix/3129 postgres upgrade
-
Merge pull request #10204 from rstudio/bugfix/bbt
Correct relative path resolution to Zotero profile on *nix
-
-
had iostream from some testing, dropped it.
-
Make DB/Host/User/Pass Configurable
Postgres db name, host, user and pass are now configurable by environment variable.
-
-
-
-
.h -> .hpp as the header is a c++ header.
-
Merge pull request #10201 from rstudio/bugfix/doi-sel
Automatically select result when there is only a single result
-
Automatically select result when there is only a single result
-> This is a better way to drive the behavior of the DOI panel, which wants to select the result by default, but which should still have sane selection behavior ocne the panel is populated. -> Addressed hangover issue in #9124
-
-
Commits on Dec 7, 2021
-
Merge pull request #10172 from StatCan/jose-i18nify-workbench-views-s…
…ource feat(i18n) workbench-views-source
-
-
-
-
-
Merge pull request #10198 from rstudio/bugfix/cite-start-line
Remove leading space when splitting invalid marks
-
Implement i18n for classes under workbench.views.environment
-
Rename Variables Add File Exists Requirement
Rename local variabls. Ensure that the db dump exists
-
-
Remove leading space when splitting invalid marks
(fixes relative behavior 1 of #9993) ``` - Enter one citation, e.g. @Entry1 - Place the cursor to the left of the @ of the entry - Start another citation by typing space (so the @ isn't directly adjacent to the subsequent one) and then back arrow and type @, then complete the entry, e.g. @entry2, @Entry1 - The original entry is considered text, not a citation, while the new citation works ```
-
Merge pull request #10028 from rstudio/feature/session-suspend-info
Feature/session suspend info