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

Method clearAllEOLAnnotation

src/plugins/codeeditor/gui/tabwidget.cpp:844–848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842}
843
844void TabWidget::clearAllEOLAnnotation(const QString &title)
845{
846 for (auto editor : d->editorMng.values())
847 editor->removeEOLAnnotation(title);
848}
849
850bool TabWidget::annotate(const QString &fileName, const QString &title, const QString &contents, int line, int type)
851{

Callers 2

startInlineChatMethod · 0.45

Calls 2

valuesMethod · 0.80
removeEOLAnnotationMethod · 0.80

Tested by

no test coverage detected