User forums > Help

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

<< < (5/10) > >>

oBFusCATed:

--- Quote from: MortenMacFly on February 28, 2014, 04:56:32 pm ---The DecBy duplicates might be even OK....

--- End quote ---
Looking at the screenshot they aren't OK, they are just duplicates.
Ollydbg can you check why they happen, because I've seen it on my own code.

ollydbg:

--- Quote from: oBFusCATed on March 01, 2014, 10:26:19 am ---
--- Quote from: MortenMacFly on February 28, 2014, 04:56:32 pm ---The DecBy duplicates might be even OK....

--- End quote ---
Looking at the screenshot they aren't OK, they are just duplicates.
Ollydbg can you check why they happen, because I've seen it on my own code.

--- End quote ---
Using the CC debug tool(dialog), I just lookup the keyword "DecBy", and I get four entries, I found that they are all overload functions.
See image shot below:

So, if they have different documents, those document will shown in the right side of the suggestion list. While we move the caret in the suggestion list, the document will change accordingly.

My suggest would be: Merge the same entry in the suggestion list, but we need also merge the document. :)
Or, we can just leave it as it is.

ollydbg:

--- Quote from: tyysoft on March 01, 2014, 02:26:47 am ---And a little suggestion about the code completion

--- Code: ---wxSize* szPtr = this.GetSize();
--- End code ---

I think the code completion thread is know the "this" is a pointer, and when I typing the ".", it should be better to change the "." to "->", is it?

--- End quote ---
We have such discussion already, but some people will complain such automatic change. Also, such change may be wrong (not the "this" case, but a pointer variable). Another case is when you are editing a C source file, then "this" is not a C language keyword.

oBFusCATed:
ollydbg: So the problem with the duplicates is that the list of parameters is not displayed for every entry?

ollydbg:

--- Quote from: oBFusCATed on March 01, 2014, 12:47:29 pm ---ollydbg: So the problem with the duplicates is that the list of parameters is not displayed for every entry?

--- End quote ---
You can enable this code completion option: Show token's details even it hasn't documentation.
(see image shot below)


You will see their function prototypes even they don't have doxygen style document, see image shot below:

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version