for example, if I use something like "strcpy" CodeBlocks didnt show up the 2 parameters... Is there a way to get rid of it? Thanks.
which version of Code::blocks do you use?
Did you include the correct header file?
It works here on my CB.(Windows, CB latest SVN build)
Im using the latest nightly build too... yes I've includet <string.h>... strcpy works too... it just didnt show up the 2 params..
Quote from: wasabi on August 03, 2009, 05:18:53 PM
Im using the latest nightly build too... yes I've includet <string.h>... strcpy works too... it just didnt show up the 2 params..
Works here, but I build my CB myself. and I use a modified CodeCompletion(merged from the CC_branch and my own code....) Maybe, you can try CC_branch.
[attachment deleted by admin]
Where can I get CC_Branch from? oh and strcpy_s( ) seems to show the parameter.. thats really weird... does it show you the "entrys" for std:: too? thanks.
Quote from: wasabi on August 03, 2009, 07:46:12 PM
Where can I get CC_Branch from? oh and strcpy_s( ) seems to show the parameter.. thats really weird... does it show you the "entrys" for std:: too? thanks.
1, strcpy_s can't works here.
2,Yes, shsow entrys after std::.
CC_Branch was in SVN server .
Sorry cant find SVN Server... can you attach / upload CC_Branch for me? Would be great. thanks.
Quote from: wasabi on August 04, 2009, 11:36:56 AM
Sorry cant find SVN Server... can you attach / upload CC_Branch for me? Would be great. thanks.
...sure not! :shock: This is several mega-bytes and just makes no sense. That's why we have have SVN in the end!
Please read the WiKi article concerning compiling C::B from the sources and adjust the SVN checkout command there to the
branches/codecompletion_refactoring path.
here is the address.
http://svn.berlios.de/svnroot/repos/codeblocks/branches/codecompletion_refactoring/
thanks. I thought its just something like a plugin.dll, isnt it? If so, anyboding willing to upload the compiled one? thanks.