summaryrefslogtreecommitdiff
path: root/src/plugins/beautifier/uncrustify/uncrustifysettings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* License updateEike Ziller2014-10-091-7/+8
| | | | | Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Beautifier: Prevent writing of an empty documentation fileLorenz Haas2014-02-191-6/+15
| | | | | | | | | Only keep successfully created documentation files. Thus the automatic generation of a file can be triggered again. Change-Id: I8ec3becfd2f3387f18635741dd11288cb72c372d Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: David Schulz <david.schulz@digia.com>
* Beautifier: Fix Qt4 compile.David Schulz2014-02-181-1/+3
| | | | | Change-Id: Ifbd01628b28abe6879d30d43f8bd1f389988086f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* Introduce new Beautifier plug-inLorenz Haas2014-02-181-0/+172
Beautifier is a plug-in for source code beautifiers. Currently Artistic Style, Clang-format and Uncrustify are supported. Task-number: QTCREATORBUG-7489 Change-Id: I8dde9a8ba6a6a55537bfd450ec82ef966ed283c0 Reviewed-by: David Schulz <david.schulz@digia.com>