Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: sdfwds4 on September 19, 2009, 07:45:16 am

Title: hover prompt bug
Post by: sdfwds4 on September 19, 2009, 07:45:16 am
hover prompt bug, see below, there is a pic of normal hover prompt  and two pic of bug hover prompt.

normal hover prompt
(http://forums.codeblocks.org/index.php?action=dlattach;topic=11211.0;attach=3713)

bug hover prompt
(http://forums.codeblocks.org/index.php?action=dlattach;topic=11211.0;attach=3715)

(http://forums.codeblocks.org/index.php?action=dlattach;topic=11211.0;attach=3717)

addition:
OS: windows 2003
C::B: SVN 5731


[attachment deleted by admin]
Title: Re: hover prompt bug
Post by: ollydbg on September 21, 2009, 04:34:10 pm
Hi, can you give a simple test code?
I would like to help :D
Title: Re: hover prompt bug
Post by: sdfwds4 on October 11, 2009, 02:03:31 pm
Hi, can you give a simple test code?
I would like to help :D
thanks, ollydbg, my code is from a normal Dialog based Win32 GUI project and add some Windows APIs, see the picture. i am sorry for hadn't describe it clearly before. the thing is, i want to use code completion with Windows API, so i add the SDK's directory to Compiler's Search directorise(Setting->Compiler and Debugger->Search directorise, select GCC, add SDK's include directory to compiler, add SDK's lib directory to liker), now, i when typed "mess", C::B will... see below please. Now i can choose "MessageBox"  :D
(http://forums.codeblocks.org/index.php?action=dlattach;topic=11211.0;attach=3813)

and the problem is when i put my mouse on the "MessageBox"(is it calle "hover"?), C::B's prompt is wrong! see below
(http://forums.codeblocks.org/index.php?action=dlattach;topic=11211.0;attach=3815)

but when i not use "MessageBox", and use MessageBoxW or MessageBoxA, C::B's prompt is right, see below
(http://forums.codeblocks.org/index.php?action=dlattach;topic=11211.0;attach=3817)

that is it, thank you!

[attachment deleted by admin]
Title: Re: hover prompt bug
Post by: blueshake on October 11, 2009, 02:37:12 pm
Please update the codes or down latest nightly,since I have improved it.