Home
last modified time | relevance | path

Searched refs:insertMatching (Results 1 – 8 of 8) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/cpp/
H A DCppCompletionRequest.java398 if (userPrefs_.insertMatching().getValue()) in applyValue()
422 userPrefs_.insertMatching().getValue()) in applyValue()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/clang/
H A DDefinitionIndex.cpp401 bool insertMatching(const std::string& term, in insertMatching() function
586 boost::bind(insertMatching, term, pattern, _1, pDefinitions); in searchDefinitions()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/ace/
H A DAceEditorNative.java582 userPrefs.insertMatching().bind(new CommandWithArg<Boolean>()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/console/shell/assist/
H A DRCompletionManager.java2054 boolean insertMatching = userPrefs_.insertMatching().getValue(); in applyValue()
2060 if (textFollowingCursorIsClosingParen || !insertMatching) in applyValue()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/model/
H A DUserPrefsAccessor.java567 public PrefValue<Boolean> insertMatching() in insertMatching() method in UserPrefsAccessor
3241 insertMatching().setValue(layer, source.getBool("insert_matching")); in syncPrefs()
3660 prefs.add(insertMatching()); in allPrefs()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/views/
H A DEditingPreferencesPane.java79 editingPanel.add(checkboxPref("Insert matching parens/quotes", prefs_.insertMatching())); in EditingPreferencesPane()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/include/session/prefs/
H A DUserPrefValues.hpp593 bool insertMatching();
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/prefs/
H A DUserPrefValues.cpp445 bool UserPrefValues::insertMatching() in insertMatching() function in rstudio::session::prefs::UserPrefValues