Bug 235764 - Code tooltips are shown in debug mode
Summary: Code tooltips are shown in debug mode
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-29 22:25 UTC by Valentyn Pavliuchenko
Modified: 2011-04-03 21:27 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.3


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Valentyn Pavliuchenko 2010-04-29 22:25:07 UTC
Version:           4.0 (using KDE 4.4.2)
Compiler:          4.4.3 20100108 
OS:                Linux
Installed from:    Debian testing/unstable Packages

In debugging mode, if you point a mouse on some identifier, two tooltips will pop-up:
1. Code tooltip (same as in "Code" mode), showing information about identifier
2. Debugger tooltip, showing current value and few buttons.

Both tooltips always appear on the same place and it's impossible to see the code tooltip, because debugger tooltip always overlaps it.

So, the code tooltip is useless in debug mode and must be removed.

Code tooltips are not shown during debugging in many popular IDEs.
Comment 1 Dmitry 2011-04-03 20:59:38 UTC
Fixed, see https://git.reviewboard.kde.org/r/100840/.

Should this be backported to 4.2?
Comment 2 Milian Wolff 2011-04-03 21:27:02 UTC
not possible as it adds new API.