R don't highlight command entry after execution, you need click to this entry, that it's happened Reproducible: Always Steps to Reproduce: 1. Tell Cantor to create a new R sheet. 2. Tell R to execute: x <- 1234 3. Execute this entry Actual result: We have result '[1] 1234', but x don't highlight as variable, but if we click on the entry, 'x' starts highlighted Expected Results: After execution 'x' highlighted as variable immediately
Git commit ee75481d10f93bf2be65b03f87281f8b51136be6 by Nikita Sirgienko. Committed on 27/09/2018 at 20:06. Pushed by sirgienko into branch 'master'. Add rehighlighting for entries after execution in R backend FIXED-IN: 18.12 M +5 -0 src/backends/R/rhighlighter.cpp M +1 -0 src/backends/R/rhighlighter.h M +3 -0 src/backends/R/rsession.cpp M +1 -0 src/backends/R/rsession.h https://commits.kde.org/cantor/ee75481d10f93bf2be65b03f87281f8b51136be6