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

Method isRegex

plugins/grepview/grepdialog.cpp:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 return m_config.readEntry("LastUsedReplacementTemplateString", repl_template());
153 }
154 bool isRegex() const
155 {
156 return m_config.readEntry("regexp", false);
157 }
158 bool isCaseSensitive() const
159 {
160 return m_config.readEntry("case_sens", true);

Callers 2

GrepDialogMethod · 0.80
setLastUsedSettingsMethod · 0.80

Calls 1

readEntryMethod · 0.80

Tested by

no test coverage detected