Author Topic: [SOLVED]function parameter autocomplete/show types  (Read 5716 times)

Offline ph34n3x

  • Single posting newcomer
  • *
  • Posts: 4
[SOLVED]function parameter autocomplete/show types
« on: September 23, 2012, 11:43:52 pm »
so far i got C::B to show me the list of types and parameters when i type "functionname("
in the form of a tip like "functionname(struct xyz, int bla, char andsoon,...)" until i enter the first parameter (here the struct xyz) and the following ",". Then the tip disappears.
It would be very helpful to keep the tip until i am finished typing the parameters and entering the ")"

Is there a way to achieve this? autocomplete-options/plugins maybe?

btw. does this feature have a special name? Not sure if its part of autocomplete?
« Last Edit: September 24, 2012, 11:10:49 pm by ph34n3x »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: function parameter autocomplete/show types
« Reply #1 on: September 24, 2012, 12:04:58 am »
What is your version? This feature has been improved a lot in after the 10.05 release.

btw. does this feature have a special name? Not sure if its part of autocomplete?
Yes, it does, it is called 'call tip', see "Edit -> Show call tip".
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline ph34n3x

  • Single posting newcomer
  • *
  • Posts: 4
Re: function parameter autocomplete/show types
« Reply #2 on: September 24, 2012, 12:57:48 am »
it is 10.05
feels broken somehow, because sometimes(rarely) the tip pops up again at later parameters, but i dont see a rule here ...

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: function parameter autocomplete/show types
« Reply #3 on: September 24, 2012, 01:07:12 am »
Just install a nightly build and report if it works better.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline ph34n3x

  • Single posting newcomer
  • *
  • Posts: 4
Re: function parameter autocomplete/show types
« Reply #4 on: September 24, 2012, 10:54:45 pm »
perfect!  ;D
works like a charm.

A last one: can you tell me how this feature is called?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: function parameter autocomplete/show types
« Reply #5 on: September 24, 2012, 11:08:17 pm »
A last one: can you tell me how this feature is called?
I've already told you...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline ph34n3x

  • Single posting newcomer
  • *
  • Posts: 4
[SOLVED]Re: function parameter autocomplete/show types
« Reply #6 on: September 24, 2012, 11:10:33 pm »
oh sry ... skipped that ;-D