forked from qt-creator/qt-creator
Design mode integration
Moved Qt Designer to open from Design Mode. Also, Design mode is now global, and created in coreplugin. Other plugins can register themselves to it.
This commit is contained in:
@@ -266,7 +266,6 @@ void FolderNavigationWidget::openItem(const QModelIndex &srcIndex)
|
||||
// Open file.
|
||||
Core::EditorManager *editorManager = Core::EditorManager::instance();
|
||||
editorManager->openEditor(m_fileSystemModel->filePath(srcIndex));
|
||||
editorManager->ensureEditorManagerVisible();
|
||||
}
|
||||
|
||||
void FolderNavigationWidget::setCurrentTitle(const QString &dirName, const QString &fullPath)
|
||||
|
||||
Reference in New Issue
Block a user