Home
last modified time | relevance | path

Searched refs:showWhitespace (Results 1 – 18 of 18) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/
H A DShowWhitespaceAction.java87 showWhitespace(); in synchronizeWithPreference()
109 showWhitespace(); in toggleState()
122 private void showWhitespace() { in showWhitespace() method in ShowWhitespaceAction
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/diffs/components/
H A Dsettings_dropdown.vue25 ...mapState('diffs', ['renderTreeList', 'showWhitespace', 'viewDiffsFileByFile']),
39 this.setShowWhitespace({ showWhitespace: updatedSetting });
102 :checked="showWhitespace"
H A Dapp.vue222 'showWhitespace',
374 if (this.showWhitespace) {
/dports/devel/doctorj/doctorj-5.1.2/org/incava/java/
H A DSimpleNodeUtil.java338 public static void dump(SimpleNode node, String prefix, boolean showWhitespace) in dump() argument
349 if (showWhitespace) { in dump()
368 dump(sn, prefix + " ", showWhitespace); in dump()
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dlatexeditorview_config.h18 bool showWhitespace; variable
H A Dlatexeditorview.cpp1650 …QDocument::setShowSpaces(config->showWhitespace ? (QDocument::ShowTrailing | QDocument::ShowLeadin… in updateSettings()
H A Dconfigmanager.cpp538 …registerOption("Editor/Show Whitespace", &editorConfig->showWhitespace, false, &pseudoDialog->chec… in ConfigManager()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/widgets/code_editor/
H A Deditor.hpp57 bool showWhitespace();
H A Deditor.cpp118 bool showWhitespace = settings->value("showWhitespace").toBool(); in applySettings() local
157 setShowWhitespace(showWhitespace); in applySettings()
165 bool GenericCodeEditor::showWhitespace() { in showWhitespace() function in ScIDE::GenericCodeEditor
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dsettings.h47 static SettingsEntry showWhitespace; variable
H A DPreferences.cc211 initComboBox(this->comboBoxShowWhitespace, Settings::Settings::showWhitespace); in init()
571 applyComboBox(comboBoxShowWhitespace, val, Settings::Settings::showWhitespace); in on_comboBoxShowWhitespace_activated()
940 updateComboBox(this->comboBoxShowWhitespace, Settings::Settings::showWhitespace); in updateGUI()
H A Dsettings.cc176 SettingsEntry Settings::showWhitespace("editor", "showWhitespaces", values("Never", _("Never"), "Al… member in Settings::Settings
H A Dscintillaeditor.cpp285 qsci->setWhitespaceVisibility(conv.toShowWhitespaces(s->get(Settings::Settings::showWhitespace))); in applySettings()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dsettings.h47 static SettingsEntry showWhitespace; variable
H A DPreferences.cc228 initComboBox(this->comboBoxShowWhitespace, Settings::Settings::showWhitespace); in init()
588 applyComboBox(comboBoxShowWhitespace, val, Settings::Settings::showWhitespace); in on_comboBoxShowWhitespace_activated()
993 updateComboBox(this->comboBoxShowWhitespace, Settings::Settings::showWhitespace); in updateGUI()
H A Dsettings.cc176 SettingsEntry Settings::showWhitespace("editor", "showWhitespaces", values("Never", _("Never"), "Al… member in Settings::Settings
H A Dscintillaeditor.cpp285 qsci->setWhitespaceVisibility(conv.toShowWhitespaces(s->get(Settings::Settings::showWhitespace))); in applySettings()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/widgets/
H A Dmulti_editor.cpp1199 void MultiEditor::setShowWhitespace(bool showWhitespace) { in setShowWhitespace() argument
1200 Main::settings()->setValue("IDE/editor/showWhitespace", showWhitespace); in setShowWhitespace()