Questions about shortcuts
-
Hello agin,
i've searched the web to find some kind of cheatsheep for shortcuts but i'm on linx, is't there a list with all available shortcuts for linux for the qtcreator like for example "jump to the next error", i foind the view/prefefence/environment tab wher you can set the shortcuts but the web tells me the option is called View.NextError and Edit.GoToNextLocation. but i can't find both of them and the f8 key isn't working.can someone help me out here please ?
-
C Christian Ehrlicher moved this topic from General and Desktop on
-
Hello agin,
i've searched the web to find some kind of cheatsheep for shortcuts but i'm on linx, is't there a list with all available shortcuts for linux for the qtcreator like for example "jump to the next error", i foind the view/prefefence/environment tab wher you can set the shortcuts but the web tells me the option is called View.NextError and Edit.GoToNextLocation. but i can't find both of them and the f8 key isn't working.can someone help me out here please ?
@rock37
View.NextError
andEdit.GoToNextLocation
are Visual Studio commands, not Qt Creator.The full list is in the window you posted. The "jumpt to the next error" option equivalent in Qt Creator is under
OutputPane.nextItem
andOutputPane.prevItem
when you have the issues pane active. Activating the issue pane is underPane.Issues
. -
@rock37
View.NextError
andEdit.GoToNextLocation
are Visual Studio commands, not Qt Creator.The full list is in the window you posted. The "jumpt to the next error" option equivalent in Qt Creator is under
OutputPane.nextItem
andOutputPane.prevItem
when you have the issues pane active. Activating the issue pane is underPane.Issues
.@Chris-Kawa Thanks alot my friend! That helped me alot !