blob: cc44b74064f11f2d9897bbbbdf5ded7df8d873f4 [file] [log] [blame]
Tor Norbye814f8292014-03-06 17:27:18 -08001<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>