For instance, in EmEditor, the command Jump to line… was renamed long time ago to Jump… (Ctrl+G). The column fields defaults to 1, to mimic the Jump to line behaviour:
 So, if you want to jump to a specific line: 1. Press Ctrl+G 2. Type line number 3. Press Enter And, if you want to jump to specific line and column: 1. Press Ctrl+G 2. Type line number 3. Press Tab 4. Type column number 5. Press Enter Note that Geany status bar column numbers should be fixed first (#2733). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/869#issuecomment-763439169
