anthonynorth / rscodeio

An RStudio theme inspired by Visual Studio Code.
Other
407 stars 65 forks source link

Incorrect line numbers #7

Closed CGMossa closed 5 years ago

CGMossa commented 5 years ago

Currently, the line numbering becomes messed up, upon installation of this theme. Every other line is skipped, but the total no. of lines is still the same.

image

I hope someone can indicate what is going on here, as I think it is a really nice theme, that I wholeheartedly want to use and support.

rmflight commented 5 years ago

Can confirm line numbers are messed up on Ubuntu 18.04 LTS, RStudio 1.3.90, R 3.5.1

See the same pattern as @CGMossa

MikeJohnPage commented 5 years ago

Line numbers work as expected for Ubuntu 18.04 LTS, R 3.6.0, RStudio 1.2.1335:

> session_info()
─ Session info ─────────────────────────────────────────────────────────────
 setting  value                       
 version  R version 3.6.0 (2019-04-26)
 os       Ubuntu 18.04.2 LTS          
 system   x86_64, linux-gnu           
 ui       RStudio                     
 language en_AU:en                    
 collate  en_AU.UTF-8                 
 ctype    en_AU.UTF-8                 
 tz       Europe/London               
 date     2019-07-08
rmflight commented 5 years ago

Hmmm. So something up with RStudio 1.3.x probably then. I will have to try regressing and see what happens then.

CGMossa commented 5 years ago

I too was using RStudio 1.3.

On Mon, 8 Jul 2019 at 17:05, MikeJohnPage notifications@github.com wrote:

Let me know how it goes, as I was thinking of upgrading RStudio, but will hold off if this theme is not compatible.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/anthonynorth/rscodeio/issues/7?email_source=notifications&email_token=AAIDVSHFMMTCNNY3LDBRSS3P6NJTPA5CNFSM4H63M2Z2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZNMC4A#issuecomment-509264240, or mute the thread https://github.com/notifications/unsubscribe-auth/AAIDVSCXKIFFBR5GU3G5AC3P6NJTPANCNFSM4H63M2ZQ .

MikeJohnPage commented 5 years ago

Apologies if I am missing something, but how are you both using a version > 1.2.1555 (the latest preview version)?

CGMossa commented 5 years ago

We are using a daily build. See RStudio dailies.

MikeJohnPage commented 5 years ago

Thanks, that is good to know.

rmflight commented 5 years ago

Yep. Dailies are pretty awesome, especially if you keep an eye on RStudio's issues feed, then you see when new features get introduced, when subtle bugs get squashed! But then you run into things like this, where things don't quite work correctly.