Home
Static Code Quality plugin for Qt Creator
This plugin lets the user run a set of scripts to analyse the code statically and report possible problems.
The results are displayed inside Qt Creator as a tree. Clicking on a problem brings up the editor in the correct spot.
A small text with information about why a certain problem needs to be looked at is also displayed in the results.
The plugin can easily be extended by writing scripts using Qt Script. Regular expressions can be used but the plugin also exposes the cpp parser that comes with Qt Creator to make it easier to write complex scripts.
Use the links below to learn more about this plugin.
Updates
- 23 november 2010 Add building instructions for OpenSUSE 11.4 to the user manual.
- PreviousUpdates Lists all the previous updates.
- Blog News, updates and information.
Information
- UserManual Describes how to use the plugin
- ScriptManual Describes how to write custom scripts
- UsefulLinks Links to useful information that relates to this plugin
- Development Information about the development of this plugin
Plugin status
Currently the plugin is not in a usable state. Only a few scripts are available and the integration of the cpp parser in the scripts is not completed yet.
Furthermore, any documentation is missing at the moment.
However, what is available is usable right now.

