QtCreator ToolTip for global struct
-
When hoovering over a global struct, only its adress is shown. Does anyone have similiar problems?
Other IDEs like eclipse or visual studio are able to show that and that is a big acceptance problem for qtcreator in our company.My workaround is to use the function "watchExpression" to add the hovered expression in "slotTooltipOverrideRequested" and to use WatchHandler::watcherName to get the name in watch expression from the expression name to find a watchItem. Then I use the same code that is used to show the tooltip for local variables.
The problem is, that therefore, all hovered expression are added to "Expressions".
Does anyone have any suggestions to fix this annoying bug?
-
@ReinerHohn have you already filed a feature request/bug report at Qt Creator bug report system?
In addition, you're more than welcome to contribute your change(s) to Qt Creator code in order to enhance it.
Thank you. -
@Pablo-J.-Rogina: he already has: https://bugreports.qt.io/browse/QTCREATORBUG-19574
-
@aha_1980 excellent! Qt Project, a community driven effort!