The Artistic Style Plugin is an Open Source tool that manages to bring the famous Artistic Style code formatter to the popular Qt Creator IDE. With the help of Artistic Style Plugin one can easily format source code within the editor while coding or one can format the entire project at once.
New in version 1.1.0
Updated Artistic Style to version 2.03.
Download
The precompiled packages will work with the binary packages of Qt Creator IDE.
| Linux | Windows | |||||
| ASP | Qt Creator | Source | GCC x86 | GCC x86_64 | MSVC 2010 x86 | |
| 1.1.0 | 2.7.0 | tar.bz2 | 4.8 5.0 | 4.8 5.0 | 4.8 5.0 | Project hosted by |
| 1.0.1 | 2.7.0 | tar.bz2 | 4.8 5.0 | 4.8 5.0 | 4.8 5.0 | |
| 1.0.0 | 2.6.2 | tar.bz2 | 4.8 5.0 | 4.8 5.0 | 4.8 5.0 | |
(Please watch the version of Qt with which Qt Creator was build!)
Features
-
Context sensible help

-
Syntax check & Auto completion

-
Format all files of a project

-
Support of local .astylerc files

Installation
Precompiled Version
Quick
Simply move the zip/tar.bz2 archive to the root directory of Qt Creator and extract it.
If you have downloaded the stand alone package of Qt Creator form qt-project.org
During the installation progress you have been ask where to install. Copy the zip/tar.bz2 archive to that
directory and extract it. Normaly the paths should be:
| as user | as root | |
| Linux | /home/USERNAME/qtcreator-2.6.2 | /opt/qtcreator-2.6.2 |
| Windows | C:\Qt\qtcreator-2.6.2 | |
If you have downloaded a Qt installer which also includes Qt Creator form qt-project.org
During the installation progress you have been ask where to install. Copy the zip/tar.bz2 archive to the subdirector Tools/QtCreator of that
directory and extract it. Normaly the paths should be:
| as user | as root | |
| Linux | /home/USERNAME/Qt5.0.1/Tools/QtCreator | /opt/Qt5.0.1/Tools/QtCreator |
| Windows | C:\Qt\Qt5.0.1\Tools\QtCreator | |
On Linux: If you use the distribution packages
- First you have to find, where the distribution stores the plugins for Qt Creator. Therefore search for Welcome.pluginspec.
- As a result you will get /x/y/z/plugins/QtProject/Welcome.pluginspec. Remember the path /x/y/z/plugins.
- Second unpack zip/tar.bz2 archive and navigate to lib/qtcreator/plugins.
- Copy the folder LorenzHaas to /x/y/z/plugins.
- Restart Qt Creator.
- That's it.
Build from source
First you need to compile Qt Creator yourself. Then unpack the source.tar.bz2 and change to that directory. Run following commands and the plugin will be installed automatically:
