Author Topic: Where the code of the tooltip generate and call wxWidgets render?  (Read 1300 times)

Offline omlk

  • Multiple posting newcomer
  • *
  • Posts: 110
Who knows where the formation of the tooltip takes place, if you press CTRL, the debugger pauses in the drop-down form of the value of the variable? I found
Code
\trunk\src\sdk\cbplugin.cpp ~row:953-994
I want to change the form(tooltip) view, how and where it should be done, because looking at the code, it seems that it is a spaghetti of c++ classes and interfaces, imitations, etc., and also scattered in different files somehow. Horror.

 
 * tooltip_gdb.png (225.34 kB, 1280x1024)
 
 * tooltip_gdb2.PNG (240.15 kB, 1279x1023)
 
« Last Edit: November 26, 2023, 04:41:11 am by omlk »

Offline Wkerry

  • Multiple posting newcomer
  • *
  • Posts: 44
Re: Where the code of the tooltip generate and call wxWidgets render?
« Reply #1 on: November 26, 2023, 12:25:46 am »
Most IDE's you change variables via the watch variable/structure feature. Have you look there? I have not had to modify a variable while a program is running.