Bug #10776 2007-03-29 16:36

ripmav

CodeCompletion doesn't work (Windows API)

Hello,

I'm not very skilled at programming, but I think it's a bad bug that the CodeCompletion doesn't appear at all.

I tried v1.0RC2 and one of the nightly builds (03/28/2007). And I tried to configure the plugin, but it doesn't work...

Reproduction:

main.cpp:

#include <windows.h>

int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)

{

MessageBox(NULL, "Hello, Windows!", "Hello!", MB_OK);

return 0;

}

When you type 'MessageBox(' nothing happens.

Category
Plugin::CodeCompletion
Group
 
Status
Closed
Close date
2010-10-16 01:40
Assigned to
loaden
ceniza 2007-05-27 06:51

The plugin works, but I'm quite sure it has serious problems parsing the windows headers.

Making summary more specific...

rickg22 2007-07-09 15:18

Did you try to "enable global includes" in the code completion settings (editor options)?

loaden 2010-10-16 01:40

This bug has been already fixed in HEAD.

Thank you.