Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
412
void TextEditor::clearAllBackgroundColor(int marker)
413
{
414
d->markerCache.remove(marker);
415
markerDeleteAll(marker);
416
}
417
418
void TextEditor::showTips(const QString &tips)
419
{
Callers
4
handleReject
Method · 0.45
processGeneratedData
Method · 0.45
reset
Method · 0.45
clearAllBackground
Method · 0.45
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected