Home
last modified time | relevance | path

Searched refs:getDisableExecuteRprofile (Results 1 – 2 of 2) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/projects/model/
H A DRProjectConfig.java85 public native final boolean getDisableExecuteRprofile() /*-{ in getDisableExecuteRprofile() method in RProjectConfig
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/projects/ui/prefs/
H A DProjectGeneralPreferencesPane.java104 disableExecuteRprofile_.setValue(config.getDisableExecuteRprofile()); in initialize()