Home
last modified time | relevance | path

Searched defs:showIndentGuides (Results 1 – 3 of 3) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Deditorconfigurationdlg.cpp416 const bool showIndentGuides = XRCCTRL(*this, "chkShowIndentGuides", wxCheckBox)->GetValue(); in CreateColoursSample() local
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/model/
H A DUserPrefsAccessor.java508 public PrefValue<Boolean> showIndentGuides() in showIndentGuides() method in UserPrefsAccessor
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/prefs/
H A DUserPrefValues.cpp393 bool UserPrefValues::showIndentGuides() in showIndentGuides() function in rstudio::session::prefs::UserPrefValues