Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
Please let CC to support the global namepace
blueshake:
please check out the nativeparser.cpp file. in about line 1656
--- Code: --- if (tok.Length() != 0 || tokenType == pttSearchText)
--- End code ---
but in my above patch , it is
--- Code: ---if (!tok.IsEmpty() || (tokenType == pttSearchText && components.size() != 0))
--- End code ---
if you apply the patch I provided in this thread.http://forums.codeblocks.org/index.php/topic,12096.msg82256.html#msg82256
when you type "(" , you will get what I mean.
Loaden:
--- Quote from: blueshake on May 01, 2010, 07:54:37 am ---please check out the nativeparser.cpp file. in about line 1656
--- Code: --- if (tok.Length() != 0 || tokenType == pttSearchText)
--- End code ---
but in my above patch , it is
--- Code: ---if (!tok.IsEmpty() || (tokenType == pttSearchText && components.size() != 0))
--- End code ---
if you apply the patch I provided in this thread.http://forums.codeblocks.org/index.php/topic,12096.msg82256.html#msg82256
when you type "(" , you will get what I mean.
--- End quote ---
I apply the patch, and test it.
I can confirm this.
Navigation
[0] Message Index
[*] Previous page
Go to full version