Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign

Patch: function arguments added to autocomplete tooltip

<< < (8/24) > >>

oBFusCATed:
Then we choose one to be committed and the second will be fixed after the commit.

Alpha:
Commit this one first (it was here longer :)); I will update my patch after that.

oBFusCATed:
I've found some problems with this patch:
1. completing push_back of a std::vector results in vec.push_back(__x)|, but what I want to have after the completion is vec.push_back|
2. completing end of a std::vector results in vec.end()|, I want it to be vec.end|

'|' is where the cursor is after the completion.

p2rkw:
You probably have disabled option "add parentheses after function autocomplete". Thanks for info. I'll fix it when Alpha's patch will be in svn.
btw: can you enable this option and say what you think about new behaviour?

oBFusCATed:
Yes, it is disabled, but the first case will be an error even if it is enabled.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version