Bug #9935 2007-01-11 07:38

mareq

Call tip

When the function parameters (function which is being written) are on more lines, it is not possible to show call tip.
This is useful, when the function has many parameters, I usually wrap the function call to more lines.

Example (main.cpp):

void func(int p1, int p2, int p3, int p4);

int main()
{
    func(p1, p2,
        p3, // on this next line, it is not possible to show call-tip,
              // call-tip can be shown only on the same line, as the function 
              // name (this is bug)
}
Category
Plugin::CodeCompletion
Group
 
Status
Closed
Close date
2010-11-01 07:35
Assigned to
loaden
ID_43911 2008-02-14 10:12

It still exists.

Checked with SVN 4872.

loaden 2010-11-01 07:35

This bug is now fixed in HEAD.

Thank you for reporting it.