forked from qt-creator/qt-creator
Implement "Jump To File Under Cursor" in profile editor
Reviewed-by: dt <qtc-committer@nokia.com> Reviewed-by: ossi <oswald.buddenhagen@nokia.com> Task-number: QTCREATORBUG-688
This commit is contained in:
@@ -4304,7 +4304,9 @@ bool BaseTextEditor::openLink(const Link &link)
|
||||
return true;
|
||||
}
|
||||
|
||||
return openEditorAt(link.fileName, link.line, link.column);
|
||||
return openEditorAt(link.fileName, link.line, link.column, QString(),
|
||||
Core::EditorManager::IgnoreNavigationHistory
|
||||
| Core::EditorManager::ModeSwitch);
|
||||
}
|
||||
|
||||
void BaseTextEditor::updateLink(QMouseEvent *e)
|
||||
|
||||
Reference in New Issue
Block a user