Function mouse over and multiline function declaration

General questions regarding the usage of CodeLite
kortyburns
CodeLite Enthusiast
Posts: 13
Joined: Mon Dec 15, 2008 1:26 am
Location: France
Contact:

Function mouse over and multiline function declaration

Post 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.
Ubuntu64 Intrepid(8.10)
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Function mouse over and multiline function declaration

Post by eranif »

Please submit a bug report for this

Eran
Make sure you have read the HOW TO POST thread
kortyburns
CodeLite Enthusiast
Posts: 13
Joined: Mon Dec 15, 2008 1:26 am
Location: France
Contact:

Re: Function mouse over and multiline function declaration

Post by kortyburns »

bug report done.
Ubuntu64 Intrepid(8.10)
Post Reply