aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/beautifier/beautifier.pro
Commit message (Collapse)AuthorAgeFilesLines
* Beautifier: Move formatting tools to TextEditorIvan Donchevskii2018-08-301-2/+0
| | | | | | | | | | | | Formatting is moved from Beautifier plugin to formattexteditor.h/.cpp. Diff and Differ classes are extracted from DiffEditor to Utils to prevent extra TextEditor dependencies. This change will make possible to use formatCurrentFile and similar functions not only from Beautifier code. Change-Id: Ic5ca668afe88f4e9376d49e6bd3594807172b0dd Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Beautifier: Add option to automatically format files on saveLorenz Haas2016-05-151-0/+5
| | | | | Change-Id: I72fb3f4b728df7ef3e449c1202df9cbb0279dde4 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
* Remove a few unneeded "QT += xml"sAlessandro Portale2015-03-311-2/+0
| | | | | | | Must at some point in time have been changed to use QXmlStream* Change-Id: I8ed535f51246a0917454352d459a0f24c34f4a62 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* Beautifier: Add new class Command and option to format text via pipingLorenz Haas2014-05-281-0/+2
| | | | | | | | | | | The tool's formatting command is now enclosed in Command. For the formatting itself it can be defined whether to use a temporary file or the pipe. Additionally, settings can return the current tool's version - if needed. Change-Id: I0e242c3e8016ed77cad92cc97a19fe3384dda858 Reviewed-by: David Schulz <david.schulz@digia.com>
* Introduce new Beautifier plug-inLorenz Haas2014-02-181-0/+51
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>