aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/command.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Beautifier: Move formatting tools to TextEditorIvan Donchevskii2018-08-301-0/+85
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>