forked from qt-creator/qt-creator
Core: Merge Find and Locator into Core plugin
Change-Id: I7053310272235d854c9f409670ff52a10a7add8b Reviewed-by: Christian Kandeler <christian.kandeler@digia.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
#include "texteditorconstants.h"
|
||||
#include "texteditorplugin.h"
|
||||
|
||||
#include <locator/locatormanager.h>
|
||||
#include <coreplugin/locator/locatormanager.h>
|
||||
#include <coreplugin/icore.h>
|
||||
#include <coreplugin/coreconstants.h>
|
||||
#include <coreplugin/actionmanager/actionmanager.h>
|
||||
@@ -425,7 +425,7 @@ void TextEditorActionHandler::gotoAction()
|
||||
locatorString += QLatin1Char(' ');
|
||||
const int selectionStart = locatorString.size();
|
||||
locatorString += tr("<line>:<column>");
|
||||
Locator::LocatorManager::show(locatorString, selectionStart, locatorString.size() - selectionStart);
|
||||
Core::LocatorManager::show(locatorString, selectionStart, locatorString.size() - selectionStart);
|
||||
}
|
||||
|
||||
void TextEditorActionHandler::printAction()
|
||||
|
||||
Reference in New Issue
Block a user