Home
last modified time | relevance | path

Searched refs:fullProjectPathInWindowTitle (Results 1 – 6 of 6) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/views/
H A DGeneralPreferencesPane.java449 fullPathInTitle_.setValue(prefs.fullProjectPathInWindowTitle().getValue()); in initialize()
490 fullPathInTitle_.getValue() != prefs.fullProjectPathInWindowTitle().getValue()) in onApply()
493 prefs.fullProjectPathInWindowTitle().setGlobalValue(fullPathInTitle_.getValue()); in onApply()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/
H A DWorkbenchContext.java232 if (pUserPrefs_.get().fullProjectPathInWindowTitle().getValue()) in createWindowTitle()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/application/
H A DDesktopHooks.java109 if (pUIPrefs_.get().fullProjectPathInWindowTitle().getValue()) in getActiveProjectDir()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/model/
H A DUserPrefsAccessor.java2706 public PrefValue<Boolean> fullProjectPathInWindowTitle() in fullProjectPathInWindowTitle() method in UserPrefsAccessor
3559fullProjectPathInWindowTitle().setValue(layer, source.getBool("full_project_path_in_window_title")… in syncPrefs()
3819 prefs.add(fullProjectPathInWindowTitle()); in allPrefs()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/include/session/prefs/
H A DUserPrefValues.hpp1547 bool fullProjectPathInWindowTitle();
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/prefs/
H A DUserPrefValues.cpp2512 bool UserPrefValues::fullProjectPathInWindowTitle() in fullProjectPathInWindowTitle() function in rstudio::session::prefs::UserPrefValues