Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => CodeCompletion redesign => Topic started by: blueshake on September 25, 2009, 03:57:58 pm

Title: cc problem
Post by: blueshake on September 25, 2009, 03:57:58 pm
hello,
I found a problem about cc.
here are the test codes.
Code
#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]
Title: Re: cc problem
Post by: ollydbg on September 25, 2009, 05:40:11 pm
I can confirm this bug.
Also, add related topic: http://forums.codeblocks.org/index.php/topic,10966.0.html
Title: Re: cc problem
Post by: ollydbg on September 26, 2009, 09:55:47 am
Solved in this post:

http://forums.codeblocks.org/index.php/topic,11187.msg76591.html#msg76591