Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: steliyan on December 12, 2007, 03:16:16 pm

Title: Problem with code completion (function arguments)
Post by: steliyan on December 12, 2007, 03:16:16 pm
When I type a function's name, let's say "abs(" and CB shows me what the arguments can be:
(http://img511.imageshack.us/img511/9506/okgy1.th.jpg) (http://img511.imageshack.us/my.php?image=okgy1.jpg)

But if I click somewhere or make a type, and then press Ctrl + Space, CB shows that:
(http://img511.imageshack.us/img511/3053/badyy1.th.jpg) (http://img511.imageshack.us/my.php?image=badyy1.jpg)

My question is, shouldn't CB shows the arguments once again?

Thanks in advance and sorry if topic is duplicated.
Title: Re: Problem with code completion (function arguments)
Post by: XayC on December 12, 2007, 09:37:06 pm
I can confirm this. When you press CTRL+Space Code Completion will do a lot of work (in my case CB hangs for a few seconds) then in my case will output a long list of items, and in your case i guess the list is so long that it warns about it.
Yes I think it's a problem of the Code Completion, and perhaps it's already known.

Regards, XayC
Title: Re: Problem with code completion (function arguments)
Post by: JGM on December 13, 2007, 03:24:52 am
A temporary solution is to delete the parenthesis again to bring back the arguments list, and memorize them. Thats what I have to do when I just want the arguments reference.