hello,
I found a problem about cc.
here are the test codes.
#include <iostream>
using namespace std;
void fu(int aa, int bb)
{
if(|)
}
int main()
{
cout << "Hello world!" << endl;
return 0;
}
in the | position (notice there is nothing between "(" and "aa"),if you type aa,cc get nothing.
but there is a whitespace between them ,cc worked.
see my attachment.
patch is expected.
[attachment deleted by admin]
I can confirm this bug.
Also, add related topic: http://forums.next.codeblocks.org/index.php/topic,10966.0.html
Solved in this post:
http://forums.next.codeblocks.org/index.php/topic,11187.msg76591.html#msg76591