Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Jump to methods similar to CTRL+PGUP/PGDOWN?
MortenMacFly:
Dear all,
I had just to work in Visual Studio again (meanwhile really annoying, compared to C::B ;-)) and realised a feature that I am missing in C::B but that would certainly be helpful. Now before I start a feature request I wonder whether this might already be implemented but I'm too dumb to find: In Visual Studio one can jump from on method to the next/previous by using CTRL+PAGEDOWN / CTRL+PAGEUP. Is this possible in C::B, too? If so: How do I do that?
With regards, Morten.
MortenMacFly:
...still no ideas? So can I assume it's not implemented?
Morten.
thomas:
I assume it is not alltogether easy to implement this. It would have to be done in the code completion plugin, but the event for that would have to be generated from the editor base when you press the respective key combo (otherwise you have to push an event handler which causes a lot of troubles again).
Have a look at the "Goto Function..." menu item. You might do something like find the current function and then jump to the next one in the list.
MortenMacFly:
--- Quote from: thomas on February 13, 2006, 10:24:52 am ---Have a look at the "Goto Function..." menu item. You might do something like find the current function and then jump to the next one in the list.
--- End quote ---
All right, I'll have a look a this. Furthermore I assume I really should get used to "Search" feature in the manager. I think it's very powerful and has similar (or even better) functionality...
Morten.
mandrav:
Morten,
this could be done easily, once I add script hooks in the editor. Wait a few days...
Navigation
[0] Message Index
[#] Next page
Go to full version