forked from qt-creator/qt-creator
SilverSearcher: Rename some files
Make naming more consistent. Change-Id: Ic6ca72e5d048e5e452df6ead2b7da8f3c1cd0282 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -2,12 +2,12 @@ add_qtc_plugin(SilverSearcher
|
||||
PLUGIN_DEPENDS Core TextEditor
|
||||
SOURCES
|
||||
findinfilessilversearcher.cpp findinfilessilversearcher.h
|
||||
silversearcheroutputparser.cpp silversearcheroutputparser.h
|
||||
silversearcherparser.cpp silversearcherparser.h
|
||||
silversearcherplugin.cpp silversearcherplugin.h
|
||||
silversearchertr.h
|
||||
)
|
||||
|
||||
extend_qtc_plugin(SilverSearcher CONDITION WITH_TESTS
|
||||
SOURCES
|
||||
outputparser_test.cpp outputparser_test.h
|
||||
silversearcherparser_test.cpp silversearcherparser_test.h
|
||||
)
|
||||
|
||||
@@ -2,15 +2,14 @@
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
#include "findinfilessilversearcher.h"
|
||||
#include "silversearcherparser.h"
|
||||
#include "silversearchertr.h"
|
||||
|
||||
#include <texteditor/findinfiles.h>
|
||||
#include <utils/async.h>
|
||||
#include <utils/process.h>
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
#include "silversearcheroutputparser.h"
|
||||
#include "silversearchertr.h"
|
||||
|
||||
#include <QHBoxLayout>
|
||||
#include <QLabel>
|
||||
#include <QLineEdit>
|
||||
|
||||
@@ -9,14 +9,14 @@ QtcPlugin {
|
||||
|
||||
files: [
|
||||
"findinfilessilversearcher.cpp", "findinfilessilversearcher.h",
|
||||
"silversearcheroutputparser.cpp", "silversearcheroutputparser.h",
|
||||
"silversearcherparser.cpp", "silversearcherparser.h",
|
||||
"silversearcherplugin.cpp", "silversearcherplugin.h",
|
||||
]
|
||||
|
||||
QtcTestFiles {
|
||||
files: [
|
||||
"outputparser_test.cpp",
|
||||
"outputparser_test.h",
|
||||
"silversearcherparser_test.cpp",
|
||||
"silversearcherparser_test.h",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2017 Przemyslaw Gorszkowski <pgorszkowski@gmail.com>.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
#include "silversearcheroutputparser.h"
|
||||
#include "silversearcherparser.h"
|
||||
|
||||
using namespace Utils;
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
#include "outputparser_test.h"
|
||||
#include "silversearcheroutputparser.h"
|
||||
#include "silversearcherparser.h"
|
||||
#include "silversearcherparser_test.h"
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
// Copyright (C) 2017 Przemyslaw Gorszkowski <pgorszkowski@gmail.com>.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
#include "silversearcherplugin.h"
|
||||
#include "findinfilessilversearcher.h"
|
||||
#include "outputparser_test.h"
|
||||
#include "silversearcherparser_test.h"
|
||||
#include "silversearcherplugin.h"
|
||||
|
||||
namespace SilverSearcher::Internal {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user