News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Help with Codeblocks equivalents of Eclipse shortcuts

Started by Tiodani, March 30, 2018, 11:09:35 PM

Previous topic - Next topic

Tiodani

Hello, I'm a little rusty with Codeblocks after programming mostly in Java for quite a long time, and I'm getting the hang of its own keyboard shortcuts to make usability better with the keyboard.

But there are two commands that I searched everywhere and didn't find any Codeblocks equivalent, that are:

-Cycling through positions of the code the cursor was previously on (Alt + left/arrow keys on Eclipse)
-Opening a dialog box from which we can see all variables and functions declared within the class, and select one to jump to them (Ctrl + O on Eclipse)

How can I do these on Codeblocks?

oBFusCATed

- Use browse tracker, but it doesn't provide exactly the same feature
- Search -> Goto function or Ctrl-Shift-G (only for functions).
(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!]