Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
Please help me fix it, I find the reasons!
ollydbg:
@loaden:
I copy a large header from "Visual studio C++ header folder" which named "WINUSER.h" (232KB)
And I paste to the root of my test project folder, and renamed to "testWINUSER.h"
Then create a simple project
--- Code: ---#include "testWINUSER.H"
int main()
{
UserHandleGrantA //code completion works fine!
return 0;
}
--- End code ---
And every thing works fine.. At least the last function declaration in that header file is
--- Code: ---BOOL UserHandleGrantAccess(
HANDLE hUserHandle,
HANDLE hJob);
--- End code ---
And code completion works fine! This means the totally 232K files were parsed, not break in the middle. :D
blueshake:
I do a patch for this ,class CHyperLinkImpl can be parsed correctly now.
ollydbg:
--- Quote from: blueshake on July 23, 2009, 01:35:01 pm ---I do a patch for this ,class CHyperLinkImpl can be parsed correctly now.
--- End quote ---
where can I find this patch??
Jenna:
--- Quote from: ollydbg on July 23, 2009, 01:39:14 pm ---
--- Quote from: blueshake on July 23, 2009, 01:35:01 pm ---I do a patch for this ,class CHyperLinkImpl can be parsed correctly now.
--- End quote ---
where can I find this patch??
--- End quote ---
http://forums.codeblocks.org/index.php/topic,10896.msg74448/topicseen.html#msg74448
Loaden:
Thanks to ollydbg!
[removed non-english content]
It's seems have other reason, but not the file size.
It's maybe: max allowed matches. by default, it's be 16340, now i change the value to : 100000
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version