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]
Quote from: Szabadember on February 15, 2006, 01:44:26 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.next.codeblocks.org/index.php?topic=1572.0) (other can be found by searching in the forum).
Michael