I recognized in a project (a modified Privoxy), that I
get a wrong information on a mouse-over of a var. You
can see it on the screenshot. It's obvisouly wrong,
because it's just being defined there.
Yes, it does still happen. I am using 4.9.7.5 with DCC 3.2 now.
I got "Scan local files referenced in #includes" and "Scan
global files referenced in #includes" under "Class browsing"
enabled. And I get the wrong information throughout the
whole file.
When I disable just "Scan global files ..." I get no
mouse-over information on any var in the line it is declared
in (guess that's another bug). If I try a mouse-over on "fs"
a bit below I get the right information.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes. I just tried it with teh sourcefile from the sample
again and it still shows the wrong type.
Could it be, that the header cache pays attention to
varnames in prototypes (which are meaningless and should be
ignored)?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I got a different case, hwere this happens. The mouse-over
ifnormation I get for the function CreateThread() is
actually the information about a var from type
CREATE_THREAD_DBUG_INFO named CreateThread. So the tooltip
doesn't even differ between vars or functions.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Screenshot, that shows you the wrong mouse-over information
Logged In: YES
user_id=25510
is this bug still happening ?
Colin
Logged In: YES
user_id=591019
Yes, it does still happen. I am using 4.9.7.5 with DCC 3.2 now.
I got "Scan local files referenced in #includes" and "Scan
global files referenced in #includes" under "Class browsing"
enabled. And I get the wrong information throughout the
whole file.
When I disable just "Scan global files ..." I get no
mouse-over information on any var in the line it is declared
in (guess that's another bug). If I try a mouse-over on "fs"
a bit below I get the right information.
Logged In: NO
WAT NIGER WAT!
Logged In: YES
user_id=591019
Yes. I just tried it with teh sourcefile from the sample
again and it still shows the wrong type.
Could it be, that the header cache pays attention to
varnames in prototypes (which are meaningless and should be
ignored)?
Logged In: YES
user_id=591019
I got a different case, hwere this happens. The mouse-over
ifnormation I get for the function CreateThread() is
actually the information about a var from type
CREATE_THREAD_DBUG_INFO named CreateThread. So the tooltip
doesn't even differ between vars or functions.