| Tor Norbye | 814f829 | 2014-03-06 17:27:18 -0800 | [diff] [blame^] | 1 | <html> |
| 2 | <head> |
| 3 | <link rel="stylesheet" type="text/css" href="css/tips.css"> |
| 4 | </head> |
| 5 | <body> |
| 6 | <p> |
| 7 | To open any class or file in the editor at the desired line, press <span class="shortcut">&shortcut:GotoFile;</span> |
| 8 | (<span class="control">Navigate | File</span>), |
| 9 | start typing the name, and choose the one from the suggestion list. |
| 10 | Then type the colon (<span class="code_emphasis">:</span>) and a line number.</p> |
| 11 | <p> |
| 12 | The selected file will open with the caret at the specified line.</p> |
| 13 | <p class="image"> |
| 14 | <img src="images/gotoFileLineNumber.png"></p> |
| 15 | </body> |
| 16 | </html> |