News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

typedef and code completion

Started by Guest, February 17, 2005, 09:51:03 AM

Previous topic - Next topic

Guest

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!

mandrav

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.
Be patient!
This bug will be fixed soon...

Anonymous

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 :?:

mandrav

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.
Be patient!
This bug will be fixed soon...