forked from qt-creator/qt-creator
		
	Git: Bring iexisting editors to foreground
If we have some git operation in an editor already: Bring that to the foreground.
This commit is contained in:
		| @@ -431,7 +431,8 @@ VCSBase::VCSBaseEditor *GitClient::findExistingVCSEditor(const char *registerDyn | ||||
|     if (!outputEditor) | ||||
|         return 0; | ||||
|  | ||||
|      // Exists already | ||||
|     // Exists already | ||||
|     Core::EditorManager::instance()->activateEditor(outputEditor, Core::EditorManager::ModeSwitch); | ||||
|     outputEditor->createNew(m_msgWait); | ||||
|     rc = VCSBase::VCSBaseEditor::getVcsBaseEditor(outputEditor); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user