News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Navigation between the calltips for overloaded functions

Started by darmar, January 10, 2015, 10:22:50 AM

Previous topic - Next topic

dmoore

Quote from: oBFusCATed on January 31, 2015, 12:41:32 AM
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.
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]

oBFusCATed

Quote from: dmoore on February 19, 2015, 10:21:57 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!]

Alpha

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.