forked from qt-creator/qt-creator
Debugger: Provide Alt-V + some letter short cuts to enable views
This kind of conflicts with the Alt-V + [0-9V] FakeVim short cuts, but since those are rarely used and still operational in edit mode I think that's acceptable. Change-Id: If232cc6574690e0219eddcaa89d844f498687b64 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -347,7 +347,7 @@ public:
|
||||
LogWindow::LogWindow(QWidget *parent)
|
||||
: QWidget(parent)
|
||||
{
|
||||
setWindowTitle(tr("Debugger Log"));
|
||||
setWindowTitle(tr("Debugger &Log"));
|
||||
setObjectName(QLatin1String("Log"));
|
||||
|
||||
m_ignoreNextInputEcho = false;
|
||||
|
||||
Reference in New Issue
Block a user