diff --git a/dist/changelog/changes-13.0.0.md b/dist/changelog/changes-13.0.0.md index 82530d29768..163b25914cb 100644 --- a/dist/changelog/changes-13.0.0.md +++ b/dist/changelog/changes-13.0.0.md @@ -210,7 +210,7 @@ Analyzer ### Clang -* Added `Edit Checks as Strings` for Clazy +* Added `Edit Checks as String` for Clazy ([QTCREATORBUG-24846](https://bugreports.qt.io/browse/QTCREATORBUG-24846)) ### Axivion diff --git a/doc/qtcreator/images/qtcreator-clazy.png b/doc/qtcreator/images/qtcreator-clazy.png deleted file mode 100644 index 15dfb0aeb6b..00000000000 Binary files a/doc/qtcreator/images/qtcreator-clazy.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-clazy.webp b/doc/qtcreator/images/qtcreator-clazy.webp new file mode 100644 index 00000000000..1a7243b7818 Binary files /dev/null and b/doc/qtcreator/images/qtcreator-clazy.webp differ diff --git a/doc/qtcreator/src/analyze/creator-clang-static-analyzer.qdoc b/doc/qtcreator/src/analyze/creator-clang-static-analyzer.qdoc index c13e626edc6..b1b1cd9a8fa 100644 --- a/doc/qtcreator/src/analyze/creator-clang-static-analyzer.qdoc +++ b/doc/qtcreator/src/analyze/creator-clang-static-analyzer.qdoc @@ -247,20 +247,24 @@ \l{https://clang-analyzer.llvm.org/available_checks.html} {Clang Static Analyzer documentation}. - \li To edit the selected check as plain text, select + \li To edit the selected checks as plain text, select \uicontrol {Edit Checks as String}. \li In the \uicontrol {Clazy Checks} tab, select the level of Clazy checks to perform. - \image qtcreator-clazy.png {Clazy Checks tab} + \image qtcreator-clazy.webp {Clazy Checks tab} + + \li To edit the selected checks as plain text, select + \uicontrol {Edit Checks as String}. + \li In the \uicontrol Filters field, select topics to view only checks related to those areas in the \uicontrol Checks field. To filter the checks in the selected areas, enter a string in the \uicontrol {Filter by name} field. - \li To view all checks again, select \uicontrol {Reset Filter}. + \li To view all checks again, select \uicontrol {Reset Topic Filter}. \li To view more information about the checks online, select the \uicontrol {Web Page} links next to them.