Page 1 of 1

Function mouse over and multiline function declaration

Posted: Wed Dec 17, 2008 5:41 pm
by kortyburns
Hi,


I use this function declaration :

Code: Select all

nl_msg_t * nl_msg_create_message(uint32_t source_id,
                                 uint32_t msg_id,
                                 void * data,
                                 uint32_t data_size,
                                 int  free_data);
on which the declaration is wrapped on multiline (in order the code to be displayed on 80 char columns).
Calling the nl_msg_create() function and let the mouse cursor over the function only display this :
int nl_msg_create_message(uint32_t source_id,
the other paramaters are not displayed in the hint window.

edit : using the ctrl+shift+space displays all parameters correctly.

Re: Function mouse over and multiline function declaration

Posted: Wed Dec 17, 2008 6:09 pm
by eranif
Please submit a bug report for this

Eran

Re: Function mouse over and multiline function declaration

Posted: Wed Dec 17, 2008 6:41 pm
by kortyburns
bug report done.