User forums > Using Code::Blocks

Code Complete not completing declared variables.

<< < (2/2)

ollydbg:
@sparkiyo
I have do the test:


--- Code: ---int hyphenated;
hyphe

--- End code ---
works!!


--- Code: ---int main() {
   //Declaring the variable
   int hyphenation = 1;


   //printing the variable, notice how it doesn't auto complete
   printf("Hello World! %d", hyphena ); //Left it incomplete intentionally

}
--- End code ---
failed. So, it seems the codecompletion in the function argument( between the parentheses ) has some minor bug.
I think this can be fixed :D, but I'm pretty busy these days.

sparkiyo:

--- Quote from: ollydbg on April 07, 2010, 05:19:47 am ---@sparkiyo
I have do the test:


--- Code: ---int hyphenated;
hyphe

--- End code ---
works!!



--- End quote ---

Thank you for the feedback!
but even that does not work for me, Here's the settings for my Code Complete:


Cheers

Navigation

[0] Message Index

[*] Previous page

Go to full version