ASP Logo

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
SourceForge.net
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

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

To locate Welcome.pluginspec you can open a shell and type
locate Welcome.pluginspec

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:

qmake CONFIG+=release QTC_SOURCE=/path/to/the/extracted/source.tar.bz2↩ QTC_BUILD=/path/where/you/have/build/QtCreator artisticstyle.pro make -j