forked from qt-creator/qt-creator
VCS: auto-completion in the description text edit
In the description field of the commit editor, class VCSBaseSubmitEditor provides completion of file names and C++ entities (based on QtCreator's internal C++ code model). Change-Id: Ie5323714dbf6f6e635953dfbb35596201d86fc37 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by: Hugues Delorme <delorme.hugues@fougsys.fr>
This commit is contained in:
@@ -78,7 +78,7 @@ void GitSubmitEditor::setCommitData(const CommitData &d)
|
||||
QVariant(static_cast<int>(state)));
|
||||
}
|
||||
}
|
||||
setFileModel(m_model);
|
||||
setFileModel(m_model, d.panelInfo.repository);
|
||||
}
|
||||
|
||||
void GitSubmitEditor::slotDiffSelected(const QStringList &files)
|
||||
|
||||
Reference in New Issue
Block a user