Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 2 and Version 3 of code/Codebasictips


Ignore:
Timestamp:
Apr 12, 2017, 10:14:37 PM (7 years ago)
Author:
landauf
Comment:

fixed links

Legend:

Unmodified
Added
Removed
Modified
  • code/Codebasictips

    v2 v3  
    1010easier by providing tools to jump around in a project. A few important shortcuts are
    1111presented below:
    12   - '''Ctrl-LeftClick''' on anything: takes you to where it was defined.
    13   - '''Ctrl-Hover''': More advanced version of Ctrl-LeftClick, lets you choose to go to
     12  - '''Ctrl-!LeftClick''' on anything: takes you to where it was defined.
     13  - '''Ctrl-Hover''': More advanced version of Ctrl-!LeftClick, lets you choose to go to
    1414    implementation, declaration or super-declaration (not the same as super sayans :D)
    15   - '''Alt-Left''': go back to where you came from after doing '''Ctrl-LeftClick''' on something
     15  - '''Alt-Left''': go back to where you came from after doing '''Ctrl-!LeftClick''' on something
    1616  - '''Ctrl-H''': (Choose the 'File Search' tab): Search for text across the project
    1717  - '''Ctrl-Spacebar''': Completion of functions, arguments etc