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

Method eOLAnnotate

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

Source from the content-addressed store, hash-verified

822}
823
824bool TabWidget::eOLAnnotate(const QString &fileName, const QString &title, const QString &contents, int line, int type)
825{
826 if (auto editor = d->findEditor(fileName)) {
827 editor->addEOLAnnotation(title, contents, line, type);
828 return true;
829 }
830
831 return false;
832}
833
834bool TabWidget::clearEOLAnnotation(const QString &fileName, const QString &title)
835{

Callers 2

showLineChatTipMethod · 0.45

Calls 2

findEditorMethod · 0.80
addEOLAnnotationMethod · 0.80

Tested by

no test coverage detected