MCPcopy Create free account
hub / github.com/KDE/kdevelop / isCaseSensitive

Method isCaseSensitive

plugins/grepview/grepdialog.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 return m_config.readEntry("regexp", false);
157 }
158 bool isCaseSensitive() const
159 {
160 return m_config.readEntry("case_sens", true);
161 }
162 QStringList searchPathsList(const GrepViewPlugin& plugin) const
163 {
164 const bool isAnyProjectOpen = plugin.core()->projectController()->projectCount() != 0;

Callers 2

GrepDialogMethod · 0.80
setLastUsedSettingsMethod · 0.80

Calls 1

readEntryMethod · 0.80

Tested by

no test coverage detected