forked from qt-creator/qt-creator
Re-add Label for action JumpToFileUnderCursorInNextSplit.
The label got lost in f1eb9c4827
Change-Id: Idedbc471a2ea6104e900d626ff7b424d51092624
Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
@@ -354,7 +354,7 @@ void TextEditorActionHandlerPrivate::createActions()
|
|||||||
SLOT(openLinkUnderCursor()), true, tr("Jump To File Under Cursor"),
|
SLOT(openLinkUnderCursor()), true, tr("Jump To File Under Cursor"),
|
||||||
QKeySequence(Qt::Key_F2));
|
QKeySequence(Qt::Key_F2));
|
||||||
m_jumpToFileInNextSplitAction = registerAction(JUMP_TO_FILE_UNDER_CURSOR_IN_NEXT_SPLIT,
|
m_jumpToFileInNextSplitAction = registerAction(JUMP_TO_FILE_UNDER_CURSOR_IN_NEXT_SPLIT,
|
||||||
SLOT(openLinkUnderCursorInNextSplit()), true,
|
SLOT(openLinkUnderCursorInNextSplit()), true, tr("Jump to File Under Cursor in Next Split"),
|
||||||
QKeySequence(Utils::HostOsInfo::isMacHost() ? tr("Meta+E, F2") : tr("Ctrl+E, F2")));
|
QKeySequence(Utils::HostOsInfo::isMacHost() ? tr("Meta+E, F2") : tr("Ctrl+E, F2")));
|
||||||
|
|
||||||
m_viewPageUpAction = registerAction(VIEW_PAGE_UP,
|
m_viewPageUpAction = registerAction(VIEW_PAGE_UP,
|
||||||
|
Reference in New Issue
Block a user