forked from qt-creator/qt-creator
EditorManager: add GotoLastEdit action
Done-with: Guillem Miguel <guillemmr@hotmail.com> Done-with: Andre Hartmann <aha_1980@gmx.de> Change-Id: I5059ea4ba8e9aa115cf4d0a90b80a4606779039a Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
committed by
André Hartmann
parent
889f0f4cec
commit
264185245d
@@ -131,6 +131,7 @@ const char GOTONEXTINHISTORY[] = "QtCreator.GotoNextInHistory";
|
||||
const char GOTOPREVINHISTORY[] = "QtCreator.GotoPreviousInHistory";
|
||||
const char GO_BACK[] = "QtCreator.GoBack";
|
||||
const char GO_FORWARD[] = "QtCreator.GoForward";
|
||||
const char GOTOLASTEDIT[] = "QtCreator.GotoLastEdit";
|
||||
const char ABOUT_QTCREATOR[] = "QtCreator.AboutQtCreator";
|
||||
const char ABOUT_PLUGINS[] = "QtCreator.AboutPlugins";
|
||||
const char S_RETURNTOEDITOR[] = "QtCreator.ReturnToEditor";
|
||||
|
||||
Reference in New Issue
Block a user