Home
last modified time | relevance | path

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

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/
H A DTextEditingTargetPrefsHelper.java173 releaseOnDismiss.add(prefs.surroundSelection().bind( in registerPrefs()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/views/
H A DEditingPreferencesPane.java531 delimiterSurroundWidget_.setValue(prefs_.surroundSelection().getValue()); in initialize()
574 prefs_.surroundSelection().setGlobalValue(delimiterSurroundWidget_.getValue()); in onApply()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/model/
H A DUserPrefsAccessor.java639 public PrefValue<String> surroundSelection() in surroundSelection() method in UserPrefsAccessor
3253 surroundSelection().setValue(layer, source.getString("surround_selection")); in syncPrefs()
3666 prefs.add(surroundSelection()); in allPrefs()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/console/shell/
H A DShell.java143 prefs_.surroundSelection().bind(new CommandWithArg<String>() in Shell()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/include/session/prefs/
H A DUserPrefValues.hpp629 std::string surroundSelection();
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/prefs/
H A DUserPrefValues.cpp523 std::string UserPrefValues::surroundSelection() in surroundSelection() function in rstudio::session::prefs::UserPrefValues