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

Method previewText

plugins/customscript/customscript_plugin.cpp:419–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419QString CustomScriptPlugin::previewText(const SourceFormatterStyle& style, const QMimeType& /*mime*/) const
420{
421 if (!style.overrideSample().isEmpty()) {
422 return style.overrideSample();
423 }
424 return defaultSample();
425}
426
427QStringList CustomScriptPlugin::computeIndentationFromSample(const SourceFormatterStyle& style, const QUrl& url,
428 const QMimeType& mime) const

Callers 1

updateTimeoutMethod · 0.45

Calls 3

defaultSampleFunction · 0.85
overrideSampleMethod · 0.80
isEmptyMethod · 0.45

Tested by

no test coverage detected