Go forward / backward arrows...
Unsolved
Qt Creator and other tools
-
In QrCreator top there are two opposing arrows "< >" allowing
to navigate the open file.My question
is there an EASY way to implement "go to line xyz "?
(xyz being any number )See the yellow " < " in attached (picture )
]
-
@AnneRanch
Try this to see all keyboard shortcuts in Creator.
CTRL+L is the default keyboard shortcut to jump to a specific line.
If you open a file with the locator (CTRL+K), you can add line and column by adding e.g. „:42:13“ to the file name.