Skip to content

refactor: Refactoring the editor #597

refactor: Refactoring the editor

refactor: Refactoring the editor #597

Triggered via pull request January 18, 2024 05:31
@KakueeenKakueeen
synchronize #331
Status Success
Total duration 4m 47s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
cppcheck: src/base/abstracteditormenu.cpp#L45
Consider using std::any_of algorithm instead of a raw loop.
cppcheck: src/base/abstracteditormenu.cpp#L54
Consider using std::any_of algorithm instead of a raw loop.
cppcheck: src/base/abstracteditormenu.cpp#L60
The function 'addSubmenu' is never used.
cppcheck: src/base/abstracteditormenu.cpp#L70
The function 'removeSubmenu' is never used.
cppcheck: src/base/abstracteditormenu.cpp#L78
The function 'setSubmenu' is never used.
cppcheck: src/plugins/codeeditor/codeeditor.cpp#L109
Variable 'editorService' is assigned a value that is never used.
cppcheck: src/plugins/codeeditor/gui/tabbar.cpp#L107
The function 'tabCount' is never used.
cppcheck: src/plugins/codeeditor/gui/texteditor.cpp#L280
The statement 'if (d->lastCursorPos!=pos) d->lastCursorPos=pos' is logically equivalent to 'd->lastCursorPos=pos'.
cppcheck: src/plugins/codeeditor/gui/texteditor.cpp#L151
The function 'addBookmark' is never used.
cppcheck: src/plugins/codeeditor/gui/texteditor.cpp#L177
The function 'clearAllBookmarks' is never used.