3c041a08e8
Commits on Apr 6, 2022
-
-
Merge pull request #10915 from rstudio/bugfix/cite-prevent-bracket-es…
…cape prevent brackets inside cite marks from being escaped
-
-
Commits on Apr 5, 2022
Commits on Apr 4, 2022
-
reduce chance of collisions when generating port for desktop <-> rses…
…sion communication (#10885) * reduce risk of port collision when launching desktop * tweaks * add some debug logging * tweaks * naming * add extra debugging * avoid rand() when generating shared secret * avoid macro collision * avoid logging shared secret in package builds * PR feedback * remove unused headers * a couple more tweaks
-
Fix File > New File > Quarto Document (#10891)
Place quarto/share in expected location
-
Commits on Apr 3, 2022
-
-
remove some punctuation exclusions from cite ids
these punctuation chracters (".", "?", and ":") are in fact allowed the pandoc spec -
Merge pull request #10889 from rstudio/bugfix/citeid-pattern-exclusions
remove some punctuation exclusions from cite ids
Commits on Apr 2, 2022
-
-
scan for cite marks at document load time
this will fixup any nested cite marks that pandoc might create as a result of invalid multi-id cites (e.g. ones where a semicolon is not used to delimit cite ids)
-
visual editor: always treat cite marks as valid cites (i.e. don't esc…
…ape the [ or ]) we asume that the visual editors internal mark detection is more robust than any regex we can throw at the cite contents (and in any case its harmless to not escape the brackets as it merely prevents writing cites and that aren't really cites, something we are still open to with the regex)
-
remove some punctuation exclusions from cite ids
these punctuation chracters (".", "?", and ":") are in fact allowed the pandoc spec -
scan for cite marks at document load time
this will fixup any nested cite marks that pandoc might create as a result of invalid multi-id cites (e.g. ones where a semicolon is not used to delimit cite ids)
-
visual editor: always treat cite marks as valid cites (i.e. don't esc…
…ape the [ or ]) we asume that the visual editors internal mark detection is more robust than any regex we can throw at the cite contents (and in any case its harmless to not escape the brackets as it merely prevents writing cites and that aren't really cites, something we are still open to with the regex)
Commits on Apr 1, 2022
-
-
Update build pane for Makefile projects (#10778)
* Remove the "rebuildAll" command from Makefile build pane, add clean all * simplify if() call * rm rebuildAll() from CommandBundle * resolve MD5
-
-
-
Commits on Mar 31, 2022
-
-
-
Merge pull request #10881 from rstudio/bugfix/socket-signout-security
OS changes to close shiny and vscode sockets after signout
-
-
-
Electron preference defaults and legacy priority (#10846)
Handle legacy options and schema type generation Fixes with old R path including executable Update NOTICE.electron Unit tests Remove fontConfigDb and clipboardMonitoring options Allow arbitrary zoom level between min and max