User forums > Help

C::B 13.12 Can't work with big project which have more than 100 files.

<< < (3/10) > >>

tyysoft:
The latest nightly build can edit the files of the project normally, but the code completion function can not work, it's always show "too many result"
even if I have set the "maximum allowed code-completion matches" to 64, and only select level 1 and level 2 of the "Keyword sets to additionally include".

The simply work in my wxFormBuilder project is:

--- Code: ---wxSize sz = m_rightSplitter->GetClientSize();
sz.  //it will shows too many result

--- End code ---

There is a mistake I should to fill, I'm so sorry.

the wxFormBuilder project should contains all the files in the 3.x/src directory. not the 3.x/src/rad.

1, create a empty project use C::B.
2, use "Add files recursively" and choose the directory 3.x/src

then open anyone of the files in the project.

if the the problem can't replay, who can give me a email address(use inner message from this furum), and I'll send all my project file in a zip file.

ollydbg:

--- Quote from: tyysoft on February 27, 2014, 03:37:48 pm ---The latest nightly build can edit the files of the project normally, but the code completion function can not work, it's always show "too many result"
even if I have set the "maximum allowed code-completion matches" to 64, and only select level 1 and level 2 of the "Keyword sets to additionally include".

The simply work in my wxFormBuilder project is:

--- Code: ---wxSize sz = m_rightSplitter->GetClientSize();
sz.  //it will shows too many result

--- End code ---


--- End quote ---

In my CodeCompletion setting dialog, "maximum allowed code-completion matches" is 16460, which is much bigger than yours.
Can you try to set a big value?

tyysoft:
Actually, I just set from default value to this little value,  it refuse to pompt the suggestion  list.
I'm trying to upload my whole project to some FTP sever and put the download link here.

ollydbg:

--- Quote from: tyysoft on February 28, 2014, 07:42:04 am ---Actually, I just set from default value to this little value,  it refuse to pompt the suggestion  list.
I'm trying to upload my whole project to some FTP sever and put the download link here.

--- End quote ---
OK, then I will try your test project.  :) Thanks.

tyysoft:
Here it is, my whole project files.
https://www.dropbox.com/s/f0lhi9e1y9lvh6q/wxFB_Prj.zip

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version