Home
last modified time | relevance | path

Searched refs:customShellCommand (Results 1 – 5 of 5) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/views/
H A DTerminalPreferencesPane.java304 customShellChooser_.setText(prefs.customShellCommand().getValue()); in initialize()
383 prefs_.customShellCommand().setGlobalValue(customShellChooser_.getText()); in onApply()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionTerminalShell.cpp340 prefs::userPrefs().customShellCommand()); in getCustomShell()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/model/
H A DUserPrefsAccessor.java300 public PrefValue<String> customShellCommand() in customShellCommand() method in UserPrefsAccessor
3205 customShellCommand().setValue(layer, source.getString("custom_shell_command")); in syncPrefs()
3642 prefs.add(customShellCommand()); in allPrefs()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/include/session/prefs/
H A DUserPrefValues.hpp485 std::string customShellCommand();
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/prefs/
H A DUserPrefValues.cpp211 std::string UserPrefValues::customShellCommand() in customShellCommand() function in rstudio::session::prefs::UserPrefValues