forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.6'
Conflicts: src/plugins/coreplugin/helpmanager.cpp Change-Id: I2feb60ec0afb2f22f75dc137a01c3fa217b299d8
This commit is contained in:
@@ -432,6 +432,10 @@ void TextEditorActionHandlerPrivate::createActions()
|
||||
tr("Select Word Under Cursor"));
|
||||
|
||||
// register GOTO Actions
|
||||
registerAction(GOTO_DOCUMENT_START,
|
||||
[] (TextEditorWidget *w) { w->gotoDocumentStart(); }, true, tr("Go to Document Start"));
|
||||
registerAction(GOTO_DOCUMENT_END,
|
||||
[] (TextEditorWidget *w) { w->gotoDocumentEnd(); }, true, tr("Go to Document End"));
|
||||
registerAction(GOTO_LINE_START,
|
||||
[] (TextEditorWidget *w) { w->gotoLineStart(); }, true, tr("Go to Line Start"));
|
||||
registerAction(GOTO_LINE_END,
|
||||
|
||||
Reference in New Issue
Block a user