Author Topic: Parser bug?  (Read 8027 times)

Offline Szabadember

  • Multiple posting newcomer
  • *
  • Posts: 75
  • That's me!
Parser bug?
« on: February 15, 2006, 01:44:26 pm »
I included that calltip.h(attached to this post) in one of my projects, but when i push Ctrl+Space(Complete Code), only about half of the functions appear in the list(with Preprocessor directives parsing turned off)
Why?

Another thing:
I included in one of my projects "main.h" , inside the main.h header i include <windows.h> and other headers but no function names show up in the code completion window.

One more bug:
I changed the background color of the code completion window to orange, but it's still white.

[attachment deleted by admin]

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: Parser bug?
« Reply #1 on: February 15, 2006, 01:54:01 pm »
Another thing:
I included in one of my projects "main.h" , inside the main.h header i include <windows.h> and other headers but no function names show up in the code completion window.

Code completion is WIP. You can have a look at this topic (other can be found by searching in the forum).

Michael