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

Method openedFiles

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

Source from the content-addressed store, hash-verified

534}
535
536QStringList TabWidget::openedFiles() const
537{
538 QStringList files;
539 for (auto editor : d->editorMng.values())
540 files << editor->getFile();
541
542 return files;
543}
544
545QString TabWidget::rangeText(const QString &fileName, const dpfservice::Edit::Range &range, bool &found)
546{

Callers 8

enableBreakpointsMethod · 0.45
disableBreakpointsMethod · 0.45
removeBreakpointsMethod · 0.45
addRecentOpenWidgetMethod · 0.45
acceptMethod · 0.45
searchParamsMethod · 0.45
replaceParamsMethod · 0.45
readLineMethod · 0.45

Calls 2

valuesMethod · 0.80
getFileMethod · 0.45

Tested by

no test coverage detected