
qtcreator
List of commands for qtcreator:
-
qtcreator:tldr:6417c qtcreator: Start Qt Creator in presentation mode with pop-ups for keyboard shortcuts.$ qtcreator -presentationModetry on your machineexplain this command
-
qtcreator:tldr:6d396 qtcreator: Start Qt Creator but don't load the specified plugin.$ qtcreator -noload ${plugin}try on your machineexplain this command
-
qtcreator:tldr:a3f09 qtcreator: Start Qt Creator.$ qtcreatortry on your machineexplain this command
-
qtcreator:tldr:a47cb qtcreator: Start Qt Creator and restore the last session.$ qtcreator -lastsessiontry on your machineexplain this command
-
qtcreator:tldr:bc0a9 qtcreator: Start Qt Creator and show the diff from a specific commit.$ qtcreator -git-show ${commit}try on your machineexplain this command