Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Guest on February 17, 2005, 09:51:03 am

Title: typedef and code completion
Post by: Guest on February 17, 2005, 09:51:03 am
The IDE is excellent! It's just what I've been looking for! :D

There is a very minor problem though... :!:

typedef based structures are not recognized by code completion (atleast not on my computer). The WNDCLASSEX structure (defined in winuser.h - i think) is defined in a similar way. Code completion does not recognize it. Not a big issue... but if someone could look into it, that would be great!

I have WinXP, VC++ Toolkit 2003, Platform SDK... and I have set up compiler/linker directories and options.

If I have not done something correctly could someone please point it out!
Title: typedef and code completion
Post by: mandrav on February 17, 2005, 11:07:35 am
Hi,

as mentioned in another thread, typedefs and templates are not supported by code-completion. For typedefs, though, they might get partially supported in the future...

Thanks,
Yiannis.
Title: typedef and code completion
Post by: Anonymous on February 18, 2005, 11:12:17 am
I can't wait until this IDE is out of the beta stage! Any idea on when that might be?  :D

Also is there some way to wrap the calltips so they do not fall off the edge of the screen :?:
Title: typedef and code completion
Post by: mandrav on February 18, 2005, 12:12:42 pm
When version 1.0 is out, it doesn't mean that it will be feature-packed. It just means that it will have reached a stable state for day-to-day work. Actually, it already is in such a state, as far as I can tell.

To answer your question, the next release will probably be the last beta.

Yiannis.