shortcutkey
-
I use F12 (right mouse click, GoToDefinition) to go to the Definition of a function. What key can be used to go back to the source please? Thanks
Well, if the definition is in a different source file, Ctrl+Tab will take you back. If it's in the same source file, set a bookmark first. There might be a keystroke to return you to your previous location, but I'm not aware of one. Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith -
Well, if the definition is in a different source file, Ctrl+Tab will take you back. If it's in the same source file, set a bookmark first. There might be a keystroke to return you to your previous location, but I'm not aware of one. Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh SmithCTRL/- goes to previous location ("navigate backward") and CTRL/SHIFT/- is "navigate forward" There are buttons for them on the "View" toolbar Such buttons can show tooltip including shortcut (enable thru Tools/Customize/Toolbars/Show ScreenTips on toolbars) :)
Luc Pattyn
-
CTRL/- goes to previous location ("navigate backward") and CTRL/SHIFT/- is "navigate forward" There are buttons for them on the "View" toolbar Such buttons can show tooltip including shortcut (enable thru Tools/Customize/Toolbars/Show ScreenTips on toolbars) :)
Luc Pattyn
Luc Pattyn wrote:
CTRL/- goes to previous location ("navigate backward") and CTRL/SHIFT/- is "navigate forward"
Very cool! I'd tried a few keywords in the keyboard customization to see if anything came up, but "navigate" wasn't one of them. Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith