merge qscintilla branch to dev #605
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.
|