Permalink
Switch branches/tags
{{ refName }}
default
9c6abf6152
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Commits on Feb 14, 2022
Commits on Feb 13, 2022
Commits on Feb 12, 2022
Commits on Feb 11, 2022
-
-
-
-
-
-
.rs.api.documentOpen()scrolls into view (#10545)* documentOpen() does path normalization navigateToFile() effectively becomes an alias to documentOpen() * typo * move sending the response in a callback command * Passing onNavigationCompleted through * using columnManager_.scrollToPosition() * defer so that ace has time to render * comment * use .rs.createAliasedPath() * Update src/gwt/src/org/rstudio/studio/client/workbench/views/source/Source.java Co-authored-by: Kevin Ushey <kevin@rstudio.com>
-
-
-
Merge pull request #10572 from rstudio/feature/electron-windows-jenkins
Build Electron Desktop for Windows
-
-
-
-
Merge pull request #10578 from rstudio/bugfix/rSessionFailedToStart-i…
…18n-fix Fix rSessionFailedToStart i18n Translation
-
-
-
-
-
-
-
-
-
Add log rotation for Electron (#10561)
Use winston-daily-rotate-file to rotate logs Format log name with date
-
Tutorials pane wants shiny >= 1.6.0 (#10563)
* Tutorials pane wants shiny >= 1.6.0 * Update src/cpp/session/modules/SessionTutorial.cpp * label and css class refer to shiny Co-authored-by: Kevin Ushey <kevin@rstudio.com>
-
Fix missing custom markers in gutter (#10568)
Initialize isDiagnostics so linting only includes custom source markers
-
🇫🇷 previousRSessionsMessage=(#10576)*
🇫🇷 previousRSessionsMessage Co-authored-by: Christophe Dervieux <christophe.dervieux@gmail.com> -