Skip to content
Snippets Groups Projects
Commit bc1977d2 authored by Yuchen Deng's avatar Yuchen Deng Committed by Daniel Teske
Browse files

CMake: Select arguments text for easy editing


Change-Id: I416a35a773792a1aee17811c022820262eb7f23e
Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
parent 8ea3c5a4
No related branches found
No related tags found
No related merge requests found
......@@ -462,6 +462,7 @@ void CMakeRunPage::initWidgets()
// Run CMake Line (with arguments)
m_argumentsLineEdit = new Utils::FancyLineEdit(this);
m_argumentsLineEdit->setHistoryCompleter(QLatin1String("CMakeArgumentsLineEdit"));
m_argumentsLineEdit->selectAll();
connect(m_argumentsLineEdit,SIGNAL(returnPressed()), this, SLOT(runCMake()));
fl->addRow(tr("Arguments:"), m_argumentsLineEdit);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment