diff --git a/gui/help/images/walkthrough-analysis.png b/gui/help/images/walkthrough-analysis.png new file mode 100644 index 000000000..94efb2890 Binary files /dev/null and b/gui/help/images/walkthrough-analysis.png differ diff --git a/gui/help/images/walkthrough-import-project.png b/gui/help/images/walkthrough-import-project.png new file mode 100644 index 000000000..44b18e7f6 Binary files /dev/null and b/gui/help/images/walkthrough-import-project.png differ diff --git a/gui/help/images/walkthrough-library.png b/gui/help/images/walkthrough-library.png new file mode 100644 index 000000000..fbb5ae14d Binary files /dev/null and b/gui/help/images/walkthrough-library.png differ diff --git a/gui/help/images/walkthrough-new-project.png b/gui/help/images/walkthrough-new-project.png new file mode 100644 index 000000000..55bf7ce2f Binary files /dev/null and b/gui/help/images/walkthrough-new-project.png differ diff --git a/gui/help/images/walkthrough-toolbar-severities.png b/gui/help/images/walkthrough-toolbar-severities.png new file mode 100644 index 000000000..f06e3aa41 Binary files /dev/null and b/gui/help/images/walkthrough-toolbar-severities.png differ diff --git a/gui/help/images/walkthrough-warning-menu.png b/gui/help/images/walkthrough-warning-menu.png new file mode 100644 index 000000000..a1c5c97fa Binary files /dev/null and b/gui/help/images/walkthrough-warning-menu.png differ diff --git a/gui/help/index.html b/gui/help/index.html index b466002dc..57a466b0c 100644 --- a/gui/help/index.html +++ b/gui/help/index.html @@ -8,45 +8,6 @@
With the Cppcheck GUI you can analyze your code.
-Create a new project.
- -In the Paths and Defines tab, it is recommended that you import your project file at the top.
- -In the Types and Functions tab, try to activate all 3rd party libraries you use (windows, posix, ...).
- -In the Analysis tab, leave the default settings to start with.
- -In the Warnings options tab, leave the default settings to start with.
- -In the Addons tab, leave the default settings to start with.
- - -When the project file has been created, the analysis will start automatically.
- -While analysis is performed in the background, you can investigate the warnings.
- - -In the toolbar you choose what types of warnings you want to see (error/warning/style/performance/portability/information).
- -All warnings are shown in a list. If you select a warning in the list, then details about that warning is shown below the list.
- -If you right click on warning(s) then you get a context menu.
- - -It is possible to improve configuration to get better analysis. The automatic assumptions are conservative and through configuration those automatic assumptions can be avoided.
- -TODO: library, contracts
-