Author Topic: typedef and code completion  (Read 7958 times)

Guest

  • Guest
typedef and code completion
« 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!

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
typedef and code completion
« Reply #1 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.
Be patient!
This bug will be fixed soon...

Anonymous

  • Guest
typedef and code completion
« Reply #2 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 :?:

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
typedef and code completion
« Reply #3 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.
Be patient!
This bug will be fixed soon...