Bug 255499 - KDevelop shows tooltips for macros inside comments
Summary: KDevelop shows tooltips for macros inside comments
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: 4.1.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-28 14:33 UTC by Alexander
Modified: 2016-12-13 08:01 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.0.0


Attachments
No tooltips shown for macros inside comments (181.77 KB, image/png)
2016-05-16 06:54 UTC, chaitanya srinivas ponnapalli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander 2010-10-28 14:33:50 UTC
Version:           4.1.0 (using KDE 4.5.2) 
OS:                Linux

Consider the following code:

#define SOME_MACRO
// SOME_MACRO is a macro

When hovering SOME_MACRO on the second line, a tooltip for SOME_MACRO is displayed. This doesn't happen with other stuff like functions, etc...

Reproducible: Always




openSUSE 11.3 x86_64.
Comment 1 chaitanya srinivas ponnapalli 2016-05-16 06:54:06 UTC
Created attachment 99011 [details]
No tooltips shown for macros inside comments

Reproduced the code sample given.
When pointing to SOME_MACRO on the second line, there is no tooltip shown.
There seems to be no issue.
Attached the screenshot for reference.
Comment 2 Kevin Funk 2016-05-16 21:16:37 UTC
Thanks for notifying!