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

Method saveAll

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

Source from the content-addressed store, hash-verified

655}
656
657void TabWidget::saveAll() const
658{
659 for (auto editor : d->editorMng.values()) {
660 Inotify::globalInstance()->removePath(editor->getFile());
661 editor->save();
662 Inotify::globalInstance()->addPath(editor->getFile());
663 }
664}
665
666bool TabWidget::saveAs(const QString &from, const QString &to)
667{

Callers 4

runMethod · 0.45
restartDebugMethod · 0.45
runMethod · 0.45
execBuildStepMethod · 0.45

Calls 5

valuesMethod · 0.80
removePathMethod · 0.45
getFileMethod · 0.45
saveMethod · 0.45
addPathMethod · 0.45

Tested by

no test coverage detected