summaryrefslogtreecommitdiff
path: root/src/plugins/beautifier/uncrustify/uncrustifyoptionspage.ui
Commit message (Collapse)AuthorAgeFilesLines
* Beautifier: Harmonize setting's translatable stringsLorenz Haas2014-06-231-1/+1
| | | | | | Change-Id: I9b0a4b305415e1f97353bd4ebc2631634cebd1cb Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Beautifier: Replace $HOME with it's actual valueLorenz Haas2014-03-191-1/+1
| | | | | | | | | Instead of having options texts like "Use file $HOME/abc", $HOME is eliminated in favor of the actual value of QDir::home(). Change-Id: I9ffe27d73e54a9d30e1f0d4a277fbfbb7969ed45 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Beautifier: edit UI textLeena Miettinen2014-02-251-1/+1
| | | | | | | | | Make error message wording more consistent. Fix some punctuation and grammar issues. Change-Id: I21298fea201ff51635d4b6fa9f57445bc94dd0db Reviewed-by: Lorenz Haas <lykurg@gmail.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Introduce new Beautifier plug-inLorenz Haas2014-02-181-0/+104
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>