Code::Blocks Forums

User forums => Help => Topic started by: omlk on November 25, 2023, 06:50:52 pm

Title: Where the code of the tooltip generate and call wxWidgets render?
Post by: omlk on November 25, 2023, 06:50:52 pm
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.

 (https://forums.codeblocks.org/index.php?action=dlattach;topic=25602.0;attach=11796;image) (https://forums.codeblocks.org/index.php?action=dlattach;topic=25602.0;attach=11795;image)
 (https://forums.codeblocks.org/Themes/default/images/icons/clip.gif) tooltip_gdb.png (https://forums.codeblocks.org/index.php?action=dlattach;topic=25602.0;attach=11795) (225.34 kB, 1280x1024)
 (https://forums.codeblocks.org/index.php?action=dlattach;topic=25602.0;attach=11798;image) (https://forums.codeblocks.org/index.php?action=dlattach;topic=25602.0;attach=11797;image)
 (https://forums.codeblocks.org/Themes/default/images/icons/clip.gif) tooltip_gdb2.PNG (https://forums.codeblocks.org/index.php?action=dlattach;topic=25602.0;attach=11797) (240.15 kB, 1279x1023)
 
Title: Re: Where the code of the tooltip generate and call wxWidgets render?
Post by: Wkerry 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.