Author Topic: Navigation between the calltips for overloaded functions  (Read 17785 times)

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: Navigation between the calltips for overloaded functions
« Reply #15 on: February 19, 2015, 10:21:57 pm »
OK, In svn...

Just updated to this version on my main dev system, and I have to say that this feature is sometime quite annoying. e.g. I am editing a bunch of function calls to take an additional argument, then I try to arrow down to the next instance and I can't without pressing escape first.

Ctrl+Up/Down would be better IMO.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Navigation between the calltips for overloaded functions
« Reply #16 on: February 19, 2015, 11:05:47 pm »
Ctrl+Up/Down would be better IMO.
The problem is that we cannot do much about this. And shortcuts handling in C::B is pretty bad (partly because wx is bad/limiting).
Probably you can add an option to disable the arrow handling and then use the keybinder to set the shortcuts as you like them.
(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 Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: Navigation between the calltips for overloaded functions
« Reply #17 on: February 20, 2015, 05:35:24 am »
There is a "single page only" option you could enable as an immediate workaround to your issue.  ... Though, there must be a better logic set that could be applied.