User forums > General (but related to Code::Blocks)

just a question about code completion

<< < (2/3) > >>

takeshimiya:

--- Quote from: mandrav on August 18, 2006, 10:20:36 am ---Anyway, we 're going to change the defaults to "enabled" for all three settings.
The defaults are the way they are because, back then, the parser didn't even run in a thread. Globals parsing was a big slowdown at the time. That's not the case anymore though ;).

--- End quote ---

Now we'll hear a lot of people saying "hey, CodeCompletion works, for the first time!" :lol:

mandrav:

--- Quote from: Takeshi Miya on August 18, 2006, 10:33:21 am ---Now we'll hear a lot of people saying "hey, CodeCompletion works, for the first time!" :lol:

--- End quote ---

That's exactly the point for changing the defaults, Takeshi :)

takeshimiya:

--- Quote from: mandrav on August 18, 2006, 10:41:38 am ---
--- Quote from: Takeshi Miya on August 18, 2006, 10:33:21 am ---Now we'll hear a lot of people saying "hey, CodeCompletion works, for the first time!" :lol:

--- End quote ---

That's exactly the point for changing the defaults, Takeshi :)

--- End quote ---

Just J/K. :mrgreen:

mandrav:
Done: default options changed for everyone.

mdelfede:

--- Quote from: mandrav on August 18, 2006, 11:03:58 am ---Done: default options changed for everyone.

--- End quote ---

Another (big) question : does it work for local variables ?
For example, I have this code :

--- Code: ---
  bool Database_Impl::ReplaceObject(GatoCad::DbObject& Old, GatoCad::DbObject& New)
  {
    // first checks if old object belongs to the given database
    if(Old.   <--- Here should pop-up with members of Old variable


--- End code ---
In my build it doesn't pop up. Do I miss something ?

Ciao

Max

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version