forked from qt-creator/qt-creator
Beautifier: Move functions from settings to tools [1/3]
This is a preliminarily renaming files to keep diffs small. Change-Id: I5fc25bd2435a48f1ac3e2f22287004a0f2c8dd16 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -2,12 +2,12 @@ add_qtc_plugin(Beautifier
|
||||
DEPENDS Qt::Xml
|
||||
PLUGIN_DEPENDS Core ProjectExplorer TextEditor
|
||||
SOURCES
|
||||
abstractsettings.cpp abstractsettings.h
|
||||
artisticstyle/artisticstyle.cpp artisticstyle/artisticstyle.h
|
||||
beautifier.qrc
|
||||
beautifierabstracttool.h
|
||||
beautifierconstants.h
|
||||
beautifierplugin.cpp beautifierplugin.h
|
||||
beautifiertool.cpp beautifiertool.h
|
||||
beautifiertr.h
|
||||
clangformat/clangformat.cpp clangformat/clangformat.h
|
||||
configurationdialog.cpp configurationdialog.h
|
||||
|
@@ -5,9 +5,9 @@
|
||||
|
||||
#include "artisticstyle.h"
|
||||
|
||||
#include "../abstractsettings.h"
|
||||
#include "../beautifierconstants.h"
|
||||
#include "../beautifierplugin.h"
|
||||
#include "../beautifiertool.h"
|
||||
#include "../beautifiertr.h"
|
||||
#include "../configurationpanel.h"
|
||||
|
||||
|
@@ -11,13 +11,13 @@ QtcPlugin {
|
||||
Depends { name: "ProjectExplorer" }
|
||||
|
||||
files: [
|
||||
"abstractsettings.h",
|
||||
"abstractsettings.cpp",
|
||||
"beautifier.qrc",
|
||||
"beautifierabstracttool.h",
|
||||
"beautifierconstants.h",
|
||||
"beautifierplugin.cpp",
|
||||
"beautifierplugin.h",
|
||||
"beautifiertool.h",
|
||||
"beautifiertool.cpp",
|
||||
"beautifiertr.h",
|
||||
"configurationdialog.cpp",
|
||||
"configurationdialog.h",
|
||||
|
@@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 Lorenz Haas
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
#include "abstractsettings.h"
|
||||
#include "beautifiertool.h"
|
||||
|
||||
#include "beautifierconstants.h"
|
||||
#include "beautifierplugin.h"
|
@@ -5,9 +5,9 @@
|
||||
|
||||
#include "clangformat.h"
|
||||
|
||||
#include "../abstractsettings.h"
|
||||
#include "../beautifierconstants.h"
|
||||
#include "../beautifierplugin.h"
|
||||
#include "../beautifiertool.h"
|
||||
#include "../beautifiertr.h"
|
||||
#include "../configurationpanel.h"
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "configurationdialog.h"
|
||||
|
||||
#include "abstractsettings.h"
|
||||
#include "beautifiertool.h"
|
||||
#include "beautifiertr.h"
|
||||
#include "configurationeditor.h"
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "configurationeditor.h"
|
||||
|
||||
#include "abstractsettings.h"
|
||||
#include "beautifiertool.h"
|
||||
|
||||
#include <texteditor/fontsettings.h>
|
||||
#include <texteditor/texteditorsettings.h>
|
||||
|
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "configurationpanel.h"
|
||||
|
||||
#include "abstractsettings.h"
|
||||
#include "beautifiertool.h"
|
||||
#include "beautifiertr.h"
|
||||
#include "configurationdialog.h"
|
||||
|
||||
|
@@ -5,9 +5,9 @@
|
||||
|
||||
#include "uncrustify.h"
|
||||
|
||||
#include "../abstractsettings.h"
|
||||
#include "../beautifierconstants.h"
|
||||
#include "../beautifierplugin.h"
|
||||
#include "../beautifiertool.h"
|
||||
#include "../beautifiertr.h"
|
||||
#include "../configurationpanel.h"
|
||||
|
||||
|
Reference in New Issue
Block a user