Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
Some strange behaviors
GeO:
Currently i found some strange behaviors using the new CC Branch of Code::Blocks:
1) if i enter
--- Code: ---while ()
--- End code ---
and then press "." it will be autocompleted as
--- Code: ---while ().while
--- End code ---
2) if i enter "ret" and then press "CTRL-SPACE" (for autocompletion) it shows me: return ,SHORT ,short_f.....
(see attachment)
[attachment deleted by admin]
ollydbg:
I can confirm the first issue.
But, if there's no space between "while" and "(", then it has no error tips.
For the second issue, in my Chinese system Windows XP, ctrl + space will do a input method switch, so, I cant reproduce it. Continuing enter "retu" will give the right tip "return".
Edit
After change the short cut to "ALT +/", I can't reproduce the second issue. It can give the correct tip list with the prefix I entered.
[attachment deleted by admin]
blueshake:
This not only happened in the new CC Branch of Code::Blocks,but also in normal version.
blueshake:
I found all the keywords had this problem. and the keywords will show twice .for example .
when you type cla and the codecompletion tip will show two class.
ollydbg:
--- Quote from: blueshake on August 09, 2009, 10:37:06 am ---I found all the keywords had this problem. and the keywords will show twice .for example .
when you type cla and the codecompletion tip will show two class.
--- End quote ---
Really? But I have only one "class" in the tip list.
[attachment deleted by admin]
Navigation
[0] Message Index
[#] Next page
Go to full version