6 ms·
It’s Qt: https://github.com/rstudio/rstudio/blob/main/src/cpp/desktop/CMakeLists.txt https://github.com/rstudio/rstudio/blob/main/src/cpp/desktop... It seems w
by SassyBird 2y ago
It’s Qt: https://github.com/rstudio/rstudio/blob/main/src/cpp/desktop/CMakeLists.txt https://github.com/rstudio/rstudio/blob/main/src/cpp/desktop...
It seems with some JavaScript generated from Java via Gwt. Regardless, I prefer it over VSCode UI.
- jmcphers 2y agoRStudio was based on QtWebKit, then migrated to QtWebEngine, then finally migrated to Electron (which is what it uses today). You'll find some vestigial Qt code in the repository but it isn't used for the shipping releases any more.