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:
![EmEditor: Jump…](https://user-images.githubusercontent.com/1401086/105148584-d7972080-5b02-11...)
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).