forked from qt-creator/qt-creator
Debugger: Update references to Locals and Expressions
These are two separate views now Change-Id: I010ad0b937982704310d102d1f4338ec0c29a370 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -169,7 +169,7 @@ DebuggerSettings::DebuggerSettings()
|
||||
item->setCheckable(true);
|
||||
item->setDefaultValue(true);
|
||||
item->setSettingsKey(debugModeGroup, "AutoDerefPointers");
|
||||
item->setToolTip(tr("<p>This switches the Locals and Expressions view to "
|
||||
item->setToolTip(tr("<p>This switches the Locals and Expressions views to "
|
||||
"automatically dereference pointers. This saves a level in the "
|
||||
"tree view, but also loses data for the now-missing intermediate "
|
||||
"level."));
|
||||
@@ -587,7 +587,7 @@ DebuggerSettings::DebuggerSettings()
|
||||
item = new SavedAction;
|
||||
item->setSettingsKey(debugModeGroup, "DisplayStringLimit");
|
||||
item->setToolTip(tr("<p>The maximum length of string entries in the "
|
||||
"Locals and Expressions pane. Longer than that are cut off "
|
||||
"Locals and Expressions views. Longer than that are cut off "
|
||||
"and displayed with an ellipsis attached."));
|
||||
item->setDefaultValue(100);
|
||||
insertItem(DisplayStringLimit, item);
|
||||
|
||||
Reference in New Issue
Block a user