MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / clearAllBackgroundColor

Method clearAllBackgroundColor

src/plugins/codeeditor/gui/texteditor.cpp:412–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410}
411
412void TextEditor::clearAllBackgroundColor(int marker)
413{
414 d->markerCache.remove(marker);
415 markerDeleteAll(marker);
416}
417
418void TextEditor::showTips(const QString &tips)
419{

Callers 4

handleRejectMethod · 0.45
processGeneratedDataMethod · 0.45
resetMethod · 0.45
clearAllBackgroundMethod · 0.45

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected