forked from qt-creator/qt-creator
Rename directory quickopen --> locator
This commit is contained in:
@@ -9,7 +9,7 @@ headerdirs = . \
|
|||||||
../../src/libs/extensionsystem \
|
../../src/libs/extensionsystem \
|
||||||
../../src/plugins/coreplugin \
|
../../src/plugins/coreplugin \
|
||||||
../../src/plugins/find \
|
../../src/plugins/find \
|
||||||
../../src/plugins/quickopen
|
../../src/plugins/locator
|
||||||
|
|
||||||
sourcedirs = . \
|
sourcedirs = . \
|
||||||
../../src/libs/aggregation \
|
../../src/libs/aggregation \
|
||||||
@@ -17,7 +17,7 @@ sourcedirs = . \
|
|||||||
../../src/libs/extensionsystem \
|
../../src/libs/extensionsystem \
|
||||||
../../src/plugins/coreplugin \
|
../../src/plugins/coreplugin \
|
||||||
../../src/plugins/find \
|
../../src/plugins/find \
|
||||||
../../src/plugins/quickopen
|
../../src/plugins/locator
|
||||||
|
|
||||||
headers.fileextesnions = "*.h"
|
headers.fileextesnions = "*.h"
|
||||||
sources.fileextensions = "*.cpp *.qdoc"
|
sources.fileextensions = "*.cpp *.qdoc"
|
||||||
@@ -62,7 +62,7 @@ macro.endquote = "\\endquotation"
|
|||||||
macro.relatesto = "\\relates"
|
macro.relatesto = "\\relates"
|
||||||
|
|
||||||
spurious = "Missing comma in .*" \
|
spurious = "Missing comma in .*" \
|
||||||
"Missing pattern .*"
|
"Missing pattern .*"
|
||||||
|
|
||||||
## macros.qdocconf
|
## macros.qdocconf
|
||||||
macro.aring.HTML = "å"
|
macro.aring.HTML = "å"
|
||||||
@@ -224,7 +224,7 @@ defines = Q_QDOC \
|
|||||||
Q_WS_.* \
|
Q_WS_.* \
|
||||||
Q_OS_.* \
|
Q_OS_.* \
|
||||||
Q_BYTE_ORDER \
|
Q_BYTE_ORDER \
|
||||||
QT_DEPRECATED \
|
QT_DEPRECATED \
|
||||||
Q_NO_USING_KEYWORD \
|
Q_NO_USING_KEYWORD \
|
||||||
__cplusplus
|
__cplusplus
|
||||||
|
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
#define CPPCURRENTDOCUMENTFILTER_H
|
#define CPPCURRENTDOCUMENTFILTER_H
|
||||||
|
|
||||||
#include "searchsymbols.h"
|
#include "searchsymbols.h"
|
||||||
#include <quickopen/ilocatorfilter.h>
|
#include <locator/ilocatorfilter.h>
|
||||||
|
|
||||||
namespace Core {
|
namespace Core {
|
||||||
class EditorManager;
|
class EditorManager;
|
||||||
|
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
#include "searchsymbols.h"
|
#include "searchsymbols.h"
|
||||||
|
|
||||||
#include <quickopen/ilocatorfilter.h>
|
#include <locator/ilocatorfilter.h>
|
||||||
|
|
||||||
namespace Core {
|
namespace Core {
|
||||||
class EditorManager;
|
class EditorManager;
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
TARGET = CppTools
|
TARGET = CppTools
|
||||||
include(../../qtcreatorplugin.pri)
|
include(../../qtcreatorplugin.pri)
|
||||||
include(../../plugins/quickopen/quickopen.pri)
|
include(../../plugins/locator/quickopen.pri)
|
||||||
include(cpptools_dependencies.pri)
|
include(cpptools_dependencies.pri)
|
||||||
|
|
||||||
# DEFINES += QT_NO_CAST_FROM_ASCII
|
# DEFINES += QT_NO_CAST_FROM_ASCII
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
include(../../plugins/coreplugin/coreplugin.pri)
|
include(../../plugins/coreplugin/coreplugin.pri)
|
||||||
include(../../plugins/find/find.pri)
|
include(../../plugins/find/find.pri)
|
||||||
include(../../plugins/quickopen/quickopen.pri)
|
include(../../plugins/locator/quickopen.pri)
|
||||||
|
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
#ifndef HELPINDEXFILTER_H
|
#ifndef HELPINDEXFILTER_H
|
||||||
#define HELPINDEXFILTER_H
|
#define HELPINDEXFILTER_H
|
||||||
|
|
||||||
#include <quickopen/ilocatorfilter.h>
|
#include <locator/ilocatorfilter.h>
|
||||||
|
|
||||||
#include <QtGui/QIcon>
|
#include <QtGui/QIcon>
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 767 B After Width: | Height: | Size: 767 B |
Before Width: | Height: | Size: 735 B After Width: | Height: | Size: 735 B |
@@ -19,7 +19,7 @@ SUBDIRS = plugin_coreplugin \
|
|||||||
plugin_cpptools \
|
plugin_cpptools \
|
||||||
plugin_qt4projectmanager \
|
plugin_qt4projectmanager \
|
||||||
# plugin_snippets \ # buggy and annoying
|
# plugin_snippets \ # buggy and annoying
|
||||||
plugin_quickopen \
|
plugin_locator \
|
||||||
plugin_debugger \
|
plugin_debugger \
|
||||||
# plugin_qtestlib \ # this seems to be dead
|
# plugin_qtestlib \ # this seems to be dead
|
||||||
# plugin_helloworld \ # sample plugin
|
# plugin_helloworld \ # sample plugin
|
||||||
@@ -46,7 +46,7 @@ plugin_find.depends += plugin_coreplugin
|
|||||||
|
|
||||||
plugin_texteditor.subdir = texteditor
|
plugin_texteditor.subdir = texteditor
|
||||||
plugin_texteditor.depends = plugin_find
|
plugin_texteditor.depends = plugin_find
|
||||||
plugin_texteditor.depends += plugin_quickopen
|
plugin_texteditor.depends += plugin_locator
|
||||||
plugin_texteditor.depends += plugin_coreplugin
|
plugin_texteditor.depends += plugin_coreplugin
|
||||||
|
|
||||||
plugin_cppeditor.subdir = cppeditor
|
plugin_cppeditor.subdir = cppeditor
|
||||||
@@ -88,7 +88,7 @@ plugin_subversion.depends += plugin_projectexplorer
|
|||||||
plugin_subversion.depends += plugin_coreplugin
|
plugin_subversion.depends += plugin_coreplugin
|
||||||
|
|
||||||
plugin_projectexplorer.subdir = projectexplorer
|
plugin_projectexplorer.subdir = projectexplorer
|
||||||
plugin_projectexplorer.depends = plugin_quickopen
|
plugin_projectexplorer.depends = plugin_locator
|
||||||
plugin_projectexplorer.depends += plugin_find
|
plugin_projectexplorer.depends += plugin_find
|
||||||
plugin_projectexplorer.depends += plugin_coreplugin
|
plugin_projectexplorer.depends += plugin_coreplugin
|
||||||
plugin_projectexplorer.depends += plugin_texteditor
|
plugin_projectexplorer.depends += plugin_texteditor
|
||||||
@@ -102,8 +102,8 @@ plugin_qt4projectmanager.depends += plugin_help
|
|||||||
plugin_qt4projectmanager.depends += plugin_designer
|
plugin_qt4projectmanager.depends += plugin_designer
|
||||||
plugin_qt4projectmanager.depends += plugin_debugger
|
plugin_qt4projectmanager.depends += plugin_debugger
|
||||||
|
|
||||||
plugin_quickopen.subdir = quickopen
|
plugin_locator.subdir = locator
|
||||||
plugin_quickopen.depends = plugin_coreplugin
|
plugin_locator.depends = plugin_coreplugin
|
||||||
|
|
||||||
plugin_cpptools.subdir = cpptools
|
plugin_cpptools.subdir = cpptools
|
||||||
plugin_cpptools.depends = plugin_projectexplorer
|
plugin_cpptools.depends = plugin_projectexplorer
|
||||||
@@ -139,7 +139,7 @@ plugin_helloworld.depends = plugin_coreplugin
|
|||||||
|
|
||||||
plugin_help.subdir = help
|
plugin_help.subdir = help
|
||||||
plugin_help.depends = plugin_find
|
plugin_help.depends = plugin_find
|
||||||
plugin_help.depends += plugin_quickopen
|
plugin_help.depends += plugin_locator
|
||||||
plugin_help.depends += plugin_coreplugin
|
plugin_help.depends += plugin_coreplugin
|
||||||
|
|
||||||
plugin_resourceeditor.subdir = resourceeditor
|
plugin_resourceeditor.subdir = resourceeditor
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
#ifndef ALLPROJECTSFILTER_H
|
#ifndef ALLPROJECTSFILTER_H
|
||||||
#define ALLPROJECTSFILTER_H
|
#define ALLPROJECTSFILTER_H
|
||||||
|
|
||||||
#include <quickopen/basefilefilter.h>
|
#include <locator/basefilefilter.h>
|
||||||
|
|
||||||
#include <QtCore/QFutureInterface>
|
#include <QtCore/QFutureInterface>
|
||||||
#include <QtCore/QString>
|
#include <QtCore/QString>
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
#ifndef CURRENTPROJECTFILTER_H
|
#ifndef CURRENTPROJECTFILTER_H
|
||||||
#define CURRENTPROJECTFILTER_H
|
#define CURRENTPROJECTFILTER_H
|
||||||
|
|
||||||
#include <quickopen/basefilefilter.h>
|
#include <locator/basefilefilter.h>
|
||||||
|
|
||||||
#include <QtCore/QString>
|
#include <QtCore/QString>
|
||||||
#include <QtCore/QByteArray>
|
#include <QtCore/QByteArray>
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
include(../../libs/utils/utils.pri)
|
include(../../libs/utils/utils.pri)
|
||||||
include(../../plugins/quickopen/quickopen.pri)
|
include(../../plugins/locator/quickopen.pri)
|
||||||
include(../../plugins/find/find.pri)
|
include(../../plugins/find/find.pri)
|
||||||
include(../../plugins/coreplugin/coreplugin.pri)
|
include(../../plugins/coreplugin/coreplugin.pri)
|
||||||
include(../../plugins/texteditor/texteditor.pri)
|
include(../../plugins/texteditor/texteditor.pri)
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
#ifndef LINENUMBERFILTER_H
|
#ifndef LINENUMBERFILTER_H
|
||||||
#define LINENUMBERFILTER_H
|
#define LINENUMBERFILTER_H
|
||||||
|
|
||||||
#include <quickopen/ilocatorfilter.h>
|
#include <locator/ilocatorfilter.h>
|
||||||
|
|
||||||
#include <QtCore/QString>
|
#include <QtCore/QString>
|
||||||
#include <QtCore/QList>
|
#include <QtCore/QList>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
include(../../libs/utils/utils.pri)
|
include(../../libs/utils/utils.pri)
|
||||||
include(../../plugins/find/find.pri)
|
include(../../plugins/find/find.pri)
|
||||||
include(../../plugins/quickopen/quickopen.pri)
|
include(../../plugins/locator/quickopen.pri)
|
||||||
include(../../plugins/coreplugin/coreplugin.pri)
|
include(../../plugins/coreplugin/coreplugin.pri)
|
||||||
|
@@ -33,7 +33,7 @@
|
|||||||
#include "texteditorplugin.h"
|
#include "texteditorplugin.h"
|
||||||
#include "linenumberfilter.h"
|
#include "linenumberfilter.h"
|
||||||
|
|
||||||
#include <quickopen/locatormanager.h>
|
#include <locator/locatormanager.h>
|
||||||
#include <coreplugin/icore.h>
|
#include <coreplugin/icore.h>
|
||||||
#include <coreplugin/coreconstants.h>
|
#include <coreplugin/coreconstants.h>
|
||||||
#include <coreplugin/uniqueidmanager.h>
|
#include <coreplugin/uniqueidmanager.h>
|
||||||
|
Reference in New Issue
Block a user