Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => CodeCompletion redesign => Topic started by: Szabadember on February 15, 2006, 01:44:26 pm

Title: Parser bug?
Post by: Szabadember 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]
Title: Re: Parser bug?
Post by: Michael 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 (http://forums.codeblocks.org/index.php?topic=1572.0) (other can be found by searching in the forum).

Michael