forked from qt-creator/qt-creator
Debugger: Switch editor tooltips on by default
Makes them easier discoverable and seems what at least VS people expect. Change-Id: Iebf61f4760da6077495a97e6333cc9e9d7816706 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -521,7 +521,7 @@ DebuggerSettings::DebuggerSettings()
|
||||
"does not provide reliable information as it does not use scope "
|
||||
"information, it is switched off by default."));
|
||||
item->setCheckable(true);
|
||||
item->setDefaultValue(false);
|
||||
item->setDefaultValue(true);
|
||||
insertItem(UseToolTipsInMainEditor, item);
|
||||
|
||||
item = new SavedAction(this);
|
||||
|
||||
Reference in New Issue
Block a user