User forums > Using Code::Blocks
Problem with code completion and <list.h>
Kashrlyyk:
Whenever I include <list.h> in a project, code completion will from that point onwards only return:
"Too many results. Please edit the ......."
Even if I increase the results limit to 1048576.
Even if I write "floa" which should have only 4 or 5 results.
ollydbg:
--- Quote from: Kashrlyyk on October 18, 2009, 06:14:11 am ---Whenever I include <list.h> in a project, code completion will from that point onwards only return:
"Too many results. Please edit the ......."
Even if I increase the results limit to 1048576.
Even if I write "floa" which should have only 4 or 5 results.
--- End quote ---
C::B version? please give a simple test code.
works here.(windows XP SVN)
See the screen shot.
[attachment deleted by admin]
blueshake:
as I know ,non-English chars will cause this issue.
oBFusCATed:
Why do you include <list.h> instead of <list> ?
Kashrlyyk:
--- Quote from: ollydbg on October 18, 2009, 06:39:52 am ---
--- Quote from: Kashrlyyk on October 18, 2009, 06:14:11 am ---Whenever I include <list.h> in a project, code completion will from that point onwards only return:
"Too many results. Please edit the ......."
Even if I increase the results limit to 1048576.
Even if I write "floa" which should have only 4 or 5 results.
--- End quote ---
C::B version? please give a simple test code.
works here.(windows XP SVN)
See the screen shot.
--- End quote ---
I tried to make a test code, but I failed because now everything works and I don't know why. Even reducing the results limit back to the default value doesn't cause problems.
Navigation
[0] Message Index
[#] Next page
Go to full version