forked from qt-creator/qt-creator
Debugger: Rename "Change Local Display Format" to "...Value Display..."
This has been a mis-nomer since the Local and per-Type format submenues were merged into a single submenu. Change-Id: I07068a6909b30c961bfc956d8ea5c0be5cf0e45d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
@@ -714,7 +714,7 @@
|
|||||||
a compact option using the \c{name} column for keys, resulting in a concise
|
a compact option using the \c{name} column for keys, resulting in a concise
|
||||||
display of containers with short keys, such as numbers or short strings. For
|
display of containers with short keys, such as numbers or short strings. For
|
||||||
example, to expand all the values of QMap, select
|
example, to expand all the values of QMap, select
|
||||||
\uicontrol {Change Local Display Format} > \uicontrol Compact.
|
\uicontrol {Change Value Display Format} > \uicontrol Compact.
|
||||||
|
|
||||||
You can use the \uicontrol {Locals and Expressions} view to change the
|
You can use the \uicontrol {Locals and Expressions} view to change the
|
||||||
contents of variables of simple data types, for example, \c int, \c float,
|
contents of variables of simple data types, for example, \c int, \c float,
|
||||||
|
@@ -748,7 +748,7 @@ void WatchTreeView::contextMenuEvent(QContextMenuEvent *ev)
|
|||||||
actRemoveAllWatchExpression.setEnabled(canRemoveWatches
|
actRemoveAllWatchExpression.setEnabled(canRemoveWatches
|
||||||
&& !handler->watchedExpressions().isEmpty());
|
&& !handler->watchedExpressions().isEmpty());
|
||||||
|
|
||||||
QMenu formatMenu(tr("Change Local Display Format"));
|
QMenu formatMenu(tr("Change Value Display Format"));
|
||||||
if (mi0.isValid())
|
if (mi0.isValid())
|
||||||
fillFormatMenu(&formatMenu, mi0);
|
fillFormatMenu(&formatMenu, mi0);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user