Skip to content
Permalink
3c041a08e8
Switch branches/tags

Commits on Apr 4, 2022

  1. 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
    kevinushey committed Apr 4, 2022
  2. Fix File > New File > Quarto Document (#10891)

    Place quarto/share in expected location
    timtmok committed Apr 4, 2022

Commits on Apr 3, 2022

  1. remove some punctuation exclusions from cite ids

    these punctuation chracters (".", "?", and ":") are in fact allowed the pandoc spec
    jjallaire committed Apr 3, 2022
  2. Merge pull request #10889 from rstudio/bugfix/citeid-pattern-exclusions

    remove some punctuation exclusions from cite ids
    dragonstyle committed Apr 3, 2022

Commits on Apr 2, 2022

  1. 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)
    jjallaire committed Apr 2, 2022
  2. 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)
    jjallaire committed Apr 2, 2022
  3. remove some punctuation exclusions from cite ids

    these punctuation chracters (".", "?", and ":") are in fact allowed the pandoc spec
    jjallaire committed Apr 2, 2022
  4. 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)
    jjallaire committed Apr 2, 2022
  5. 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)
    jjallaire committed Apr 2, 2022

Commits on Apr 1, 2022

  1. 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
    romainfrancois committed Apr 1, 2022
  2. fixed news entry

    jeffvroom committed Apr 1, 2022
  3. fixups

    kevinushey committed Apr 1, 2022

Commits on Mar 31, 2022

  1. adding news file for SW

    jeffvroom committed Mar 31, 2022
  2. don't use yargs (#10882)

    gtritchie committed Mar 31, 2022
  3. Merge pull request #10881 from rstudio/bugfix/socket-signout-security

    OS changes to close shiny and vscode sockets after signout
    jeffvroom committed Mar 31, 2022
  4. 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
    timtmok committed Mar 31, 2022
Older