
Artistic Style Plugin
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
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.
7 years ago
* Made compilable with Qt Creator 3.0.0
* Update to Artistic Style version 2.04
7 years ago
* Made compilable with Qt Creator 3.0.0
* Update to Artistic Style version 2.04
evgeniyp
7 years ago
Report
lykurg
7 years ago
Best
Report
Madrich
7 years ago
Best Plugin in Qt Creator ever.
Report
lykurg
7 years ago
Have fun!
Report
shakal187
7 years ago
Report
ivareske
9 years ago
regards, ivar
Report
ivareske
10 years ago
-Ivar
Report
ivareske
10 years ago
Could you post binaries for the astyle plugin for qt creator 2.0.1? Would really like to try it :-)
-Ivar
Report
lykurg
10 years ago
Report
KjellKod
10 years ago
A few-liners to help would be great
Report
KjellKod
10 years ago
http://astyleplugin.berlios.de/installation.php
1. From source code, setup the PRO file (or give as start-up options)
QTC_BUILD=/home/$USER/Qt/qtcreator-2.0.1/build
QTC_SOURCE=/home/$USESR/Qt/qtcreator-2.0.1/2.0.1-src
DEFINES=QTC200
qmake -config release
make
make install is NOT needed since the make will install the style plugin
Next time you start the QtCreator you'll find it under
Edit -> Format source code.
Settings are made under:
"Tools -> Options -> Artistic Style Plugin"
Report
GrosMinet
10 years ago
It's work very well.
Report
maxvanceffer
10 years ago
Report