|
|
|
@ -108,7 +108,7 @@ namespace LUAEditor
|
|
|
|
m_settingsDialog = aznew LUAEditorSettingsDialog(this);
|
|
|
|
m_settingsDialog = aznew LUAEditorSettingsDialog(this);
|
|
|
|
|
|
|
|
|
|
|
|
actionTabForwards = new QAction(tr("Next Document Tab"), this);
|
|
|
|
actionTabForwards = new QAction(tr("Next Document Tab"), this);
|
|
|
|
actionTabBackwards = new QAction(tr("Prev Document Tab"), this);
|
|
|
|
actionTabBackwards = new QAction(tr("Previous Document Tab"), this);
|
|
|
|
|
|
|
|
|
|
|
|
actionTabForwards->setShortcut(QKeySequence("Ctrl+Tab"));
|
|
|
|
actionTabForwards->setShortcut(QKeySequence("Ctrl+Tab"));
|
|
|
|
connect(actionTabForwards, SIGNAL(triggered(bool)), this, SLOT(OnTabForwards()));
|
|
|
|
connect(actionTabForwards, SIGNAL(triggered(bool)), this, SLOT(OnTabForwards()));
|
|
|
|
|