Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: aliv87/rstudio

Tags

v0.99.661

Toggle v0.99.661's commit message
specify SHA1 thumbprint of desired code signing cert

v0.99.660

Toggle v0.99.660's commit message
eagerly tokenize when moving to position

This should fix errors when building the scope tree (as TokenIterators
are used when navigating the tokenized document).

Previously, it was possible that we would request the scope tree while
the background tokenizer was running (thereby encountering the document
in a half-tokenized state); the fix is to eagerly tokenize up to the
requested row so the TokenIterator never attempts to traverse a
non-tokenized document.

v0.99.659

Toggle v0.99.659's commit message
determine CRAN package availability with named list repos

v0.99.658

Toggle v0.99.658's commit message
bandaid for completion issue for '<-' with no surrounding spaces

v0.99.657

Toggle v0.99.657's commit message
Merge branch 'master' of github.com:rstudio/rstudio

v0.99.656

Toggle v0.99.656's commit message
prevent flickering when updating chunk toolbars

v0.99.655

Toggle v0.99.655's commit message
don't look for lower-case line endings value

v0.99.473

Toggle v0.99.473's commit message
fix missing '!' in CppTokenCursor method

v0.99.471

Toggle v0.99.471's commit message
fix missing '!' in CppTokenCursor method

v0.99.653

Toggle v0.99.653's commit message
use _WIN32 as windows define