Skip to content

merge qscintilla branch to dev #605

merge qscintilla branch to dev

merge qscintilla branch to dev #605

Triggered via pull request January 19, 2024 06:20
@KakueeenKakueeen
opened #335
Status Success
Total duration 3m 7s
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#L110
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#L281
The statement 'if (d->lastCursorPos!=pos) d->lastCursorPos=pos' is logically equivalent to 'd->lastCursorPos=pos'.
cppcheck: src/plugins/codeeditor/gui/texteditor.cpp#L152
The function 'addBookmark' is never used.
cppcheck: src/plugins/codeeditor/gui/texteditor.cpp#L178
The function 'clearAllBookmarks' is never used.