Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: z.e.k on August 25, 2006, 12:03:46 am

Title: help hint
Post by: z.e.k on August 25, 2006, 12:03:46 am
Hi, I'm a recent user of C::B (french by the way, so excuse my language :)), and I gotta say it's a amazing work.

What you could do is when the help hint print after we wrote a procedure like
Code
gtk_table_attach_defaults
it prints something like that in the help hint :
Code
(GtkTable *table, GtkWidget *child, guint left_attach, guint right_attach, guint top_attach, guint bottom_attach )

But, when it is that big, it doesn't fit to the screen? So could you do it so it prints in 2 lines (or more when necessary) ?

Thanks a lot.

All the best,

z.e.k
Title: Re: help hint
Post by: Game_Ender on August 25, 2006, 02:32:00 pm
Those are called call tips, and the Code Completion had them working partially but they were disable until they could be completed locally.