Author Topic: help hint  (Read 5455 times)

Offline z.e.k

  • Single posting newcomer
  • *
  • Posts: 7
help hint
« 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

Offline Game_Ender

  • Lives here!
  • ****
  • Posts: 551
Re: help hint
« Reply #1 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.