Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: 453045625 on October 18, 2009, 11:51:40 am

Title: Could you tell me in which case the "show call tip"function in "Edit" will work?
Post by: 453045625 on October 18, 2009, 11:51:40 am
I have used the C::B for a long time , but the function "show call tip" nerver come into effect , So could you give me a example that in which case will the "show call tip" function will work.

remark:My English is not good , but I want to propagandism this good IDE in China university students. I just want to write a detail discription in Chinese language. Please Help Me ...
Title: Re: Could you tell me in which case the "show call tip"function in "Edit" will work?
Post by: oBFusCATed on October 18, 2009, 12:24:26 pm
"Show call tip" works very unreliable - sometimes works, sometimes not works, even if the first time it had worked then it stops after I've typed something or the second time I hit ctrl+shift+space
Title: Re: Could you tell me in which case the "show call tip"function in "Edit" will work?
Post by: 453045625 on October 18, 2009, 01:00:15 pm
 :DThank you , can you remember before you use the show call tip , what did you input in the C::B .

In other words,what kind of the statement can make "show call tip" effect.

I wish I expressed clearly...Thank you.
Title: Re: Could you tell me in which case the "show call tip"function in "Edit" will work?
Post by: blueshake on October 18, 2009, 03:54:48 pm
Test code:
Code
#include <iostream>

using namespace std;
void abc(int aa, int bb)
{

}
int main()
{
    abc()
    cout << "Hello world!" << endl;
    return 0;
}

See the screem shot.
(http://www.ikaca.sh.cn/attachment/200910/18/1745_125587350486mM.png)
Title: Re: Could you tell me in which case the "show call tip"function in "Edit" will work?
Post by: 453045625 on October 18, 2009, 04:48:33 pm
Thank you , I have no questions now.
 :D