Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign

cc problem

(1/1)

blueshake:
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;
}
--- End code ---

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]

ollydbg:
I can confirm this bug.
Also, add related topic: http://forums.codeblocks.org/index.php/topic,10966.0.html

ollydbg:
Solved in this post:

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

Navigation

[0] Message Index

Go to full version