Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
Beautify Edit->Show call tip
oBFusCATed:
I'm on gentoo linux r6900 debuggers branch and I can't get the call tip to show up for non functions.
Can you test it on linux and if you can reproduce it can you give me simplest possible example :) ?
killerbot:
I did it on linux, also on the debuggers branch.
I will try to create a small example tomorrow, to post here.
killerbot:
just make a new console app through the wizard : and make this the contents of the main.cpp
--- Code: ---#include <iostream>
int main()
{
int foo = 0;
foo = foo + 20;
std::cout << foo << std::endl;
return 0;
}
--- End code ---
tooltip over foo --> int main::foo
PS : I noticed the tooltip not always shows up.
oBFusCATed:
I've remembered to check this problem and it seems this is not caused by my patch,
because the problem happens in CodeCompletion::OnValueTooltip and I've not changed it.
oBFusCATed:
Is there any developer willing to commit this patch? :P
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version