forked from qt-creator/qt-creator
		
	Move openEditorAt from BaseTextEditorWidget to EditorManager
More sensible place, gotoLine is a method in IEditor anyhow. Change-Id: I420a6bf17060c16e6f1a4f45e0bef89379fb6bf8 Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
		| @@ -141,7 +141,7 @@ BaseTextEditorWidget *RefactoringChanges::openEditor(const QString &fileName, bo | ||||
|         // openEditorAt uses a 1-based line and a 0-based column! | ||||
|         column -= 1; | ||||
|     } | ||||
|     Core::IEditor *editor = BaseTextEditorWidget::openEditorAt( | ||||
|     Core::IEditor *editor = Core::EditorManager::openEditorAt( | ||||
|                 fileName, line, column, Core::Id(), flags); | ||||
|  | ||||
|     if (editor) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user