| 
									
										
										
										
											2009-02-25 09:15:00 +01:00
										 |  |  | /**************************************************************************
 | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | ** | 
					
						
							|  |  |  | ** This file is part of Qt Creator | 
					
						
							|  |  |  | ** | 
					
						
							| 
									
										
										
										
											2009-02-25 09:15:00 +01:00
										 |  |  | ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | ** | 
					
						
							| 
									
										
										
										
											2009-06-17 00:01:27 +10:00
										 |  |  | ** Contact: Nokia Corporation (qt-info@nokia.com) | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | ** | 
					
						
							| 
									
										
										
										
											2009-02-25 09:15:00 +01:00
										 |  |  | ** Commercial Usage | 
					
						
							| 
									
										
										
										
											2008-12-02 14:17:16 +01:00
										 |  |  | ** | 
					
						
							| 
									
										
										
										
											2009-02-25 09:15:00 +01:00
										 |  |  | ** Licensees holding valid Qt Commercial licenses may use this file in | 
					
						
							|  |  |  | ** accordance with the Qt Commercial License Agreement provided with the | 
					
						
							|  |  |  | ** Software or, alternatively, in accordance with the terms contained in | 
					
						
							|  |  |  | ** a written agreement between you and Nokia. | 
					
						
							| 
									
										
										
										
											2008-12-02 14:17:16 +01:00
										 |  |  | ** | 
					
						
							| 
									
										
										
										
											2009-02-25 09:15:00 +01:00
										 |  |  | ** GNU Lesser General Public License Usage | 
					
						
							| 
									
										
										
										
											2008-12-02 14:17:16 +01:00
										 |  |  | ** | 
					
						
							| 
									
										
										
										
											2009-02-25 09:15:00 +01:00
										 |  |  | ** Alternatively, this file may be used under the terms of the GNU Lesser | 
					
						
							|  |  |  | ** General Public License version 2.1 as published by the Free Software | 
					
						
							|  |  |  | ** Foundation and appearing in the file LICENSE.LGPL included in the | 
					
						
							|  |  |  | ** packaging of this file.  Please review the following information to | 
					
						
							|  |  |  | ** ensure the GNU Lesser General Public License version 2.1 requirements | 
					
						
							|  |  |  | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
 | 
					
						
							| 
									
										
										
										
											2008-12-02 14:17:16 +01:00
										 |  |  | ** | 
					
						
							| 
									
										
										
										
											2009-02-25 09:15:00 +01:00
										 |  |  | ** If you are unsure which license is appropriate for your use, please | 
					
						
							| 
									
										
										
										
											2009-08-14 09:30:56 +02:00
										 |  |  | ** contact the sales department at http://qt.nokia.com/contact.
 | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | ** | 
					
						
							| 
									
										
										
										
											2009-02-25 09:15:00 +01:00
										 |  |  | **************************************************************************/ | 
					
						
							| 
									
										
										
										
											2008-12-02 16:19:05 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | #include "texteditoractionhandler.h"
 | 
					
						
							|  |  |  | #include "texteditorconstants.h"
 | 
					
						
							|  |  |  | #include "basetexteditor.h"
 | 
					
						
							|  |  |  | #include "texteditorplugin.h"
 | 
					
						
							|  |  |  | #include "linenumberfilter.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-10-15 15:39:43 +02:00
										 |  |  | #include <quickopen/locatormanager.h>
 | 
					
						
							| 
									
										
										
										
											2009-01-20 15:31:33 +01:00
										 |  |  | #include <coreplugin/icore.h>
 | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | #include <coreplugin/coreconstants.h>
 | 
					
						
							|  |  |  | #include <coreplugin/uniqueidmanager.h>
 | 
					
						
							| 
									
										
										
										
											2009-01-13 13:39:31 +01:00
										 |  |  | #include <coreplugin/actionmanager/actionmanager.h>
 | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | #include <coreplugin/editormanager/editormanager.h>
 | 
					
						
							| 
									
										
										
										
											2008-12-09 15:25:01 +01:00
										 |  |  | #include <utils/qtcassert.h>
 | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | #include <QtCore/QSet>
 | 
					
						
							|  |  |  | #include <QtCore/QtDebug>
 | 
					
						
							|  |  |  | #include <QtGui/QAction>
 | 
					
						
							|  |  |  | #include <QtGui/QTextCursor>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | using namespace TextEditor; | 
					
						
							|  |  |  | using namespace TextEditor::Internal; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-20 15:31:33 +01:00
										 |  |  | TextEditorActionHandler::TextEditorActionHandler(const QString &context, | 
					
						
							| 
									
										
										
										
											2009-09-14 13:02:50 +02:00
										 |  |  |                                                  uint optionalActions) | 
					
						
							| 
									
										
										
										
											2009-01-20 15:31:33 +01:00
										 |  |  |   : QObject(Core::ICore::instance()), | 
					
						
							| 
									
										
										
										
											2009-05-26 11:11:47 +02:00
										 |  |  |     m_undoAction(0), | 
					
						
							|  |  |  |     m_redoAction(0), | 
					
						
							|  |  |  |     m_copyAction(0), | 
					
						
							|  |  |  |     m_cutAction(0), | 
					
						
							|  |  |  |     m_pasteAction(0), | 
					
						
							|  |  |  |     m_selectAllAction(0), | 
					
						
							|  |  |  |     m_gotoAction(0), | 
					
						
							|  |  |  |     m_printAction(0), | 
					
						
							|  |  |  |     m_formatAction(0), | 
					
						
							|  |  |  |     m_visualizeWhitespaceAction(0), | 
					
						
							|  |  |  |     m_cleanWhitespaceAction(0), | 
					
						
							|  |  |  |     m_textWrappingAction(0), | 
					
						
							|  |  |  |     m_unCommentSelectionAction(0), | 
					
						
							|  |  |  |     m_unCollapseAllAction(0), | 
					
						
							|  |  |  |     m_collapseAction(0), | 
					
						
							|  |  |  |     m_expandAction(0), | 
					
						
							|  |  |  |     m_cutLineAction(0), | 
					
						
							|  |  |  |     m_deleteLineAction(0), | 
					
						
							|  |  |  |     m_selectEncodingAction(0), | 
					
						
							|  |  |  |     m_increaseFontSizeAction(0), | 
					
						
							|  |  |  |     m_decreaseFontSizeAction(0), | 
					
						
							|  |  |  |     m_gotoBlockStartAction(0), | 
					
						
							|  |  |  |     m_gotoBlockEndAction(0), | 
					
						
							|  |  |  |     m_gotoBlockStartWithSelectionAction(0), | 
					
						
							|  |  |  |     m_gotoBlockEndWithSelectionAction(0), | 
					
						
							|  |  |  |     m_selectBlockUpAction(0), | 
					
						
							|  |  |  |     m_selectBlockDownAction(0), | 
					
						
							|  |  |  |     m_moveLineUpAction(0), | 
					
						
							|  |  |  |     m_moveLineDownAction(0), | 
					
						
							|  |  |  |     m_copyLineUpAction(0), | 
					
						
							|  |  |  |     m_copyLineDownAction(0), | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |     m_optionalActions(optionalActions), | 
					
						
							|  |  |  |     m_currentEditor(0), | 
					
						
							|  |  |  |     m_initialized(false) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2009-01-21 15:52:34 +01:00
										 |  |  |     m_contextId << Core::UniqueIDManager::instance()->uniqueIdentifier(context); | 
					
						
							| 
									
										
										
										
											2009-01-20 15:31:33 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-02-16 12:50:15 +01:00
										 |  |  |     connect(Core::ICore::instance()->editorManager(), SIGNAL(currentEditorChanged(Core::IEditor*)), | 
					
						
							| 
									
										
										
										
											2009-03-17 18:17:51 +01:00
										 |  |  |         this, SLOT(updateCurrentEditor(Core::IEditor*))); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void TextEditorActionHandler::setupActions(BaseTextEditor *editor) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     initializeActions(); | 
					
						
							|  |  |  |     editor->setActionHack(this); | 
					
						
							|  |  |  |     QObject::connect(editor, SIGNAL(undoAvailable(bool)), this, SLOT(updateUndoAction())); | 
					
						
							|  |  |  |     QObject::connect(editor, SIGNAL(redoAvailable(bool)), this, SLOT(updateRedoAction())); | 
					
						
							|  |  |  |     QObject::connect(editor, SIGNAL(copyAvailable(bool)), this, SLOT(updateCopyAction())); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void TextEditorActionHandler::initializeActions() | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     if (!m_initialized) { | 
					
						
							|  |  |  |         createActions(); | 
					
						
							|  |  |  |         m_initialized = true; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void TextEditorActionHandler::createActions() | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     m_undoAction      = registerNewAction(QLatin1String(Core::Constants::UNDO),      this, SLOT(undoAction()), | 
					
						
							|  |  |  |                                           tr("&Undo")); | 
					
						
							|  |  |  |     m_redoAction      = registerNewAction(QLatin1String(Core::Constants::REDO),      this, SLOT(redoAction()), | 
					
						
							|  |  |  |                                           tr("&Redo")); | 
					
						
							|  |  |  |     m_copyAction      = registerNewAction(QLatin1String(Core::Constants::COPY),      this, SLOT(copyAction())); | 
					
						
							|  |  |  |     m_cutAction       = registerNewAction(QLatin1String(Core::Constants::CUT),       this, SLOT(cutAction())); | 
					
						
							|  |  |  |     m_pasteAction     = registerNewAction(QLatin1String(Core::Constants::PASTE),     this, SLOT(pasteAction())); | 
					
						
							|  |  |  |     m_selectAllAction = registerNewAction(QLatin1String(Core::Constants::SELECTALL), this, SLOT(selectAllAction())); | 
					
						
							|  |  |  |     m_gotoAction      = registerNewAction(QLatin1String(Core::Constants::GOTO),      this, SLOT(gotoAction())); | 
					
						
							|  |  |  |     m_printAction     = registerNewAction(QLatin1String(Core::Constants::PRINT),     this, SLOT(printAction())); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-20 15:31:33 +01:00
										 |  |  |     Core::ActionManager *am = Core::ICore::instance()->actionManager(); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-14 12:39:59 +01:00
										 |  |  |     Core::ActionContainer *medit = am->actionContainer(Core::Constants::M_EDIT); | 
					
						
							|  |  |  |     Core::ActionContainer *advancedMenu = am->actionContainer(Core::Constants::M_EDIT_ADVANCED); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     m_selectEncodingAction = new QAction(tr("Select Encoding..."), this); | 
					
						
							| 
									
										
										
										
											2009-01-14 13:17:53 +01:00
										 |  |  |     Core::Command *command = am->registerAction(m_selectEncodingAction, Constants::SELECT_ENCODING, m_contextId); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |     connect(m_selectEncodingAction, SIGNAL(triggered()), this, SLOT(selectEncoding())); | 
					
						
							|  |  |  |     medit->addAction(command, Core::Constants::G_EDIT_OTHER); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     m_formatAction = new QAction(tr("Auto-&indent Selection"), this); | 
					
						
							|  |  |  |     command = am->registerAction(m_formatAction, TextEditor::Constants::AUTO_INDENT_SELECTION, m_contextId); | 
					
						
							|  |  |  |     command->setDefaultKeySequence(QKeySequence(tr("Ctrl+I"))); | 
					
						
							| 
									
										
										
										
											2009-01-20 09:48:50 +01:00
										 |  |  |     advancedMenu->addAction(command, Core::Constants::G_EDIT_FORMAT); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |     connect(m_formatAction, SIGNAL(triggered(bool)), this, SLOT(formatAction())); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-10-09 13:32:28 +02:00
										 |  |  | #ifdef Q_WS_MAC
 | 
					
						
							|  |  |  |     QString modifier = tr("Meta"); | 
					
						
							|  |  |  | #else
 | 
					
						
							|  |  |  |     QString modifier = tr("Ctrl"); | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-07-21 10:37:00 +02:00
										 |  |  |     m_rewrapParagraphAction = new QAction(tr("&Rewrap Paragraph"), this); | 
					
						
							|  |  |  |     command = am->registerAction(m_rewrapParagraphAction, TextEditor::Constants::REWRAP_PARAGRAPH, m_contextId); | 
					
						
							| 
									
										
										
										
											2009-10-09 13:32:28 +02:00
										 |  |  |     command->setDefaultKeySequence(QKeySequence(tr("%1+E, R").arg(modifier))); | 
					
						
							| 
									
										
										
										
											2009-07-21 10:37:00 +02:00
										 |  |  |     advancedMenu->addAction(command, Core::Constants::G_EDIT_FORMAT); | 
					
						
							|  |  |  |     connect(m_rewrapParagraphAction, SIGNAL(triggered(bool)), this, SLOT(rewrapParagraphAction())); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-12-09 17:43:31 +01:00
										 |  |  |     m_visualizeWhitespaceAction = new QAction(tr("&Visualize Whitespace"), this); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |     m_visualizeWhitespaceAction->setCheckable(true); | 
					
						
							|  |  |  |     command = am->registerAction(m_visualizeWhitespaceAction, | 
					
						
							| 
									
										
										
										
											2009-01-20 09:48:50 +01:00
										 |  |  |                                  TextEditor::Constants::VISUALIZE_WHITESPACE, m_contextId); | 
					
						
							| 
									
										
										
										
											2009-10-09 13:32:28 +02:00
										 |  |  |     command->setDefaultKeySequence(QKeySequence(tr("%1+E, %2+V").arg(modifier, modifier))); | 
					
						
							| 
									
										
										
										
											2009-01-20 09:48:50 +01:00
										 |  |  |     advancedMenu->addAction(command, Core::Constants::G_EDIT_FORMAT); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |     connect(m_visualizeWhitespaceAction, SIGNAL(triggered(bool)), this, SLOT(setVisualizeWhitespace(bool))); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-12-09 17:43:31 +01:00
										 |  |  |     m_cleanWhitespaceAction = new QAction(tr("Clean Whitespace"), this); | 
					
						
							|  |  |  |     command = am->registerAction(m_cleanWhitespaceAction, | 
					
						
							|  |  |  |                                  TextEditor::Constants::CLEAN_WHITESPACE, m_contextId); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-20 09:48:50 +01:00
										 |  |  |     advancedMenu->addAction(command, Core::Constants::G_EDIT_FORMAT); | 
					
						
							| 
									
										
										
										
											2008-12-09 17:43:31 +01:00
										 |  |  |     connect(m_cleanWhitespaceAction, SIGNAL(triggered()), this, SLOT(cleanWhitespace())); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |     m_textWrappingAction = new QAction(tr("Enable Text &Wrapping"), this); | 
					
						
							|  |  |  |     m_textWrappingAction->setCheckable(true); | 
					
						
							| 
									
										
										
										
											2009-01-20 09:48:50 +01:00
										 |  |  |     command = am->registerAction(m_textWrappingAction, TextEditor::Constants::TEXT_WRAPPING, m_contextId); | 
					
						
							| 
									
										
										
										
											2009-10-09 13:32:28 +02:00
										 |  |  |     command->setDefaultKeySequence(QKeySequence(tr("%1+E, %2+W").arg(modifier, modifier))); | 
					
						
							| 
									
										
										
										
											2009-01-20 09:48:50 +01:00
										 |  |  |     advancedMenu->addAction(command, Core::Constants::G_EDIT_FORMAT); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |     connect(m_textWrappingAction, SIGNAL(triggered(bool)), this, SLOT(setTextWrapping(bool))); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     m_unCommentSelectionAction = new QAction(tr("(Un)Comment &Selection"), this); | 
					
						
							|  |  |  |     command = am->registerAction(m_unCommentSelectionAction, Constants::UN_COMMENT_SELECTION, m_contextId); | 
					
						
							|  |  |  |     command->setDefaultKeySequence(QKeySequence(tr("Ctrl+/"))); | 
					
						
							|  |  |  |     connect(m_unCommentSelectionAction, SIGNAL(triggered()), this, SLOT(unCommentSelection())); | 
					
						
							| 
									
										
										
										
											2009-01-20 09:48:50 +01:00
										 |  |  |     advancedMenu->addAction(command, Core::Constants::G_EDIT_FORMAT); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-05-14 17:24:35 +02:00
										 |  |  |     m_cutLineAction = new QAction(tr("Cut &Line"), this); | 
					
						
							|  |  |  |     command = am->registerAction(m_cutLineAction, Constants::CUT_LINE, m_contextId); | 
					
						
							|  |  |  |     command->setDefaultKeySequence(QKeySequence(tr("Shift+Del"))); | 
					
						
							|  |  |  |     connect(m_cutLineAction, SIGNAL(triggered()), this, SLOT(cutLine())); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |     m_deleteLineAction = new QAction(tr("Delete &Line"), this); | 
					
						
							|  |  |  |     command = am->registerAction(m_deleteLineAction, Constants::DELETE_LINE, m_contextId); | 
					
						
							|  |  |  |     connect(m_deleteLineAction, SIGNAL(triggered()), this, SLOT(deleteLine())); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     m_collapseAction = new QAction(tr("Collapse"), this); | 
					
						
							|  |  |  |     command = am->registerAction(m_collapseAction, Constants::COLLAPSE, m_contextId); | 
					
						
							|  |  |  |     command->setDefaultKeySequence(QKeySequence(tr("Ctrl+<"))); | 
					
						
							|  |  |  |     connect(m_collapseAction, SIGNAL(triggered()), this, SLOT(collapse())); | 
					
						
							| 
									
										
										
										
											2009-01-20 09:48:50 +01:00
										 |  |  |     advancedMenu->addAction(command, Core::Constants::G_EDIT_COLLAPSING); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     m_expandAction = new QAction(tr("Expand"), this); | 
					
						
							|  |  |  |     command = am->registerAction(m_expandAction, Constants::EXPAND, m_contextId); | 
					
						
							|  |  |  |     command->setDefaultKeySequence(QKeySequence(tr("Ctrl+>"))); | 
					
						
							|  |  |  |     connect(m_expandAction, SIGNAL(triggered()), this, SLOT(expand())); | 
					
						
							| 
									
										
										
										
											2009-01-20 09:48:50 +01:00
										 |  |  |     advancedMenu->addAction(command, Core::Constants::G_EDIT_COLLAPSING); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     m_unCollapseAllAction = new QAction(tr("(Un)&Collapse All"), this); | 
					
						
							|  |  |  |     command = am->registerAction(m_unCollapseAllAction, Constants::UN_COLLAPSE_ALL, m_contextId); | 
					
						
							|  |  |  |     connect(m_unCollapseAllAction, SIGNAL(triggered()), this, SLOT(unCollapseAll())); | 
					
						
							| 
									
										
										
										
											2009-01-20 09:48:50 +01:00
										 |  |  |     advancedMenu->addAction(command, Core::Constants::G_EDIT_COLLAPSING); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     m_increaseFontSizeAction = new QAction(tr("Increase Font Size"), this); | 
					
						
							|  |  |  |     command = am->registerAction(m_increaseFontSizeAction, Constants::INCREASE_FONT_SIZE, m_contextId); | 
					
						
							|  |  |  |     command->setDefaultKeySequence(QKeySequence(tr("Ctrl++"))); | 
					
						
							|  |  |  |     connect(m_increaseFontSizeAction, SIGNAL(triggered()), this, SLOT(increaseFontSize())); | 
					
						
							| 
									
										
										
										
											2009-01-20 09:48:50 +01:00
										 |  |  |     advancedMenu->addAction(command, Core::Constants::G_EDIT_FONT); | 
					
						
							| 
									
										
										
										
											2009-09-14 13:02:50 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |     m_decreaseFontSizeAction = new QAction(tr("Decrease Font Size"), this); | 
					
						
							|  |  |  |     command = am->registerAction(m_decreaseFontSizeAction, Constants::DECREASE_FONT_SIZE, m_contextId); | 
					
						
							|  |  |  |     command->setDefaultKeySequence(QKeySequence(tr("Ctrl+-"))); | 
					
						
							|  |  |  |     connect(m_decreaseFontSizeAction, SIGNAL(triggered()), this, SLOT(decreaseFontSize())); | 
					
						
							| 
									
										
										
										
											2009-01-20 09:48:50 +01:00
										 |  |  |     advancedMenu->addAction(command, Core::Constants::G_EDIT_FONT); | 
					
						
							| 
									
										
										
										
											2008-12-04 18:37:02 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     m_gotoBlockStartAction = new QAction(tr("Goto Block Start"), this); | 
					
						
							|  |  |  |     command = am->registerAction(m_gotoBlockStartAction, Constants::GOTO_BLOCK_START, m_contextId); | 
					
						
							|  |  |  |     command->setDefaultKeySequence(QKeySequence(tr("Ctrl+["))); | 
					
						
							|  |  |  |     connect(m_gotoBlockStartAction, SIGNAL(triggered()), this, SLOT(gotoBlockStart())); | 
					
						
							| 
									
										
										
										
											2009-09-24 14:50:22 +02:00
										 |  |  |     advancedMenu->addAction(command, Core::Constants::G_EDIT_BLOCKS); | 
					
						
							| 
									
										
										
										
											2008-12-04 18:37:02 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     m_gotoBlockEndAction = new QAction(tr("Goto Block End"), this); | 
					
						
							|  |  |  |     command = am->registerAction(m_gotoBlockEndAction, Constants::GOTO_BLOCK_END, m_contextId); | 
					
						
							|  |  |  |     command->setDefaultKeySequence(QKeySequence(tr("Ctrl+]"))); | 
					
						
							|  |  |  |     connect(m_gotoBlockEndAction, SIGNAL(triggered()), this, SLOT(gotoBlockEnd())); | 
					
						
							| 
									
										
										
										
											2009-09-24 14:50:22 +02:00
										 |  |  |     advancedMenu->addAction(command, Core::Constants::G_EDIT_BLOCKS); | 
					
						
							| 
									
										
										
										
											2008-12-04 18:37:02 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     m_gotoBlockStartWithSelectionAction = new QAction(tr("Goto Block Start With Selection"), this); | 
					
						
							|  |  |  |     command = am->registerAction(m_gotoBlockStartWithSelectionAction, Constants::GOTO_BLOCK_START_WITH_SELECTION, m_contextId); | 
					
						
							|  |  |  |     command->setDefaultKeySequence(QKeySequence(tr("Ctrl+{"))); | 
					
						
							|  |  |  |     connect(m_gotoBlockStartWithSelectionAction, SIGNAL(triggered()), this, SLOT(gotoBlockStartWithSelection())); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     m_gotoBlockEndWithSelectionAction = new QAction(tr("Goto Block End With Selection"), this); | 
					
						
							|  |  |  |     command = am->registerAction(m_gotoBlockEndWithSelectionAction, Constants::GOTO_BLOCK_END_WITH_SELECTION, m_contextId); | 
					
						
							|  |  |  |     command->setDefaultKeySequence(QKeySequence(tr("Ctrl+}"))); | 
					
						
							|  |  |  |     connect(m_gotoBlockEndWithSelectionAction, SIGNAL(triggered()), this, SLOT(gotoBlockEndWithSelection())); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-12-04 19:25:20 +01:00
										 |  |  |     m_selectBlockUpAction= new QAction(tr("Select Block Up"), this); | 
					
						
							|  |  |  |     command = am->registerAction(m_selectBlockUpAction, Constants::SELECT_BLOCK_UP, m_contextId); | 
					
						
							|  |  |  |     command->setDefaultKeySequence(QKeySequence(tr("Ctrl+U"))); | 
					
						
							|  |  |  |     connect(m_selectBlockUpAction, SIGNAL(triggered()), this, SLOT(selectBlockUp())); | 
					
						
							| 
									
										
										
										
											2009-09-24 14:50:22 +02:00
										 |  |  |     advancedMenu->addAction(command, Core::Constants::G_EDIT_BLOCKS); | 
					
						
							| 
									
										
										
										
											2008-12-04 19:25:20 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     m_selectBlockDownAction= new QAction(tr("Select Block Down"), this); | 
					
						
							|  |  |  |     command = am->registerAction(m_selectBlockDownAction, Constants::SELECT_BLOCK_DOWN, m_contextId); | 
					
						
							|  |  |  |     connect(m_selectBlockDownAction, SIGNAL(triggered()), this, SLOT(selectBlockDown())); | 
					
						
							| 
									
										
										
										
											2009-09-24 14:50:22 +02:00
										 |  |  |     advancedMenu->addAction(command, Core::Constants::G_EDIT_BLOCKS); | 
					
						
							| 
									
										
										
										
											2008-12-10 18:01:33 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     m_moveLineUpAction= new QAction(tr("Move Line Up"), this); | 
					
						
							|  |  |  |     command = am->registerAction(m_moveLineUpAction, Constants::MOVE_LINE_UP, m_contextId); | 
					
						
							|  |  |  |     command->setDefaultKeySequence(QKeySequence(tr("Ctrl+Shift+Up"))); | 
					
						
							|  |  |  |     connect(m_moveLineUpAction, SIGNAL(triggered()), this, SLOT(moveLineUp())); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     m_moveLineDownAction= new QAction(tr("Move Line Down"), this); | 
					
						
							|  |  |  |     command = am->registerAction(m_moveLineDownAction, Constants::MOVE_LINE_DOWN, m_contextId); | 
					
						
							|  |  |  |     command->setDefaultKeySequence(QKeySequence(tr("Ctrl+Shift+Down"))); | 
					
						
							|  |  |  |     connect(m_moveLineDownAction, SIGNAL(triggered()), this, SLOT(moveLineDown())); | 
					
						
							| 
									
										
										
										
											2009-05-15 23:17:11 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     m_copyLineUpAction= new QAction(tr("Copy Line Up"), this); | 
					
						
							|  |  |  |     command = am->registerAction(m_copyLineUpAction, Constants::COPY_LINE_UP, m_contextId); | 
					
						
							|  |  |  |     command->setDefaultKeySequence(QKeySequence(tr("Ctrl+Alt+Up"))); | 
					
						
							|  |  |  |     connect(m_copyLineUpAction, SIGNAL(triggered()), this, SLOT(copyLineUp())); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     m_copyLineDownAction= new QAction(tr("Copy Line Down"), this); | 
					
						
							|  |  |  |     command = am->registerAction(m_copyLineDownAction, Constants::COPY_LINE_DOWN, m_contextId); | 
					
						
							|  |  |  |     command->setDefaultKeySequence(QKeySequence(tr("Ctrl+Alt+Down"))); | 
					
						
							|  |  |  |     connect(m_copyLineDownAction, SIGNAL(triggered()), this, SLOT(copyLineDown())); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | bool TextEditorActionHandler::supportsAction(const QString & /*id */) const | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     return true; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | QAction *TextEditorActionHandler::registerNewAction(const QString &id, const QString &title) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     if (!supportsAction(id)) | 
					
						
							|  |  |  |         return 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     QAction *result = new QAction(title, this); | 
					
						
							| 
									
										
										
										
											2009-01-20 15:31:33 +01:00
										 |  |  |     Core::ICore::instance()->actionManager()->registerAction(result, id, m_contextId); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |     return result; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | QAction *TextEditorActionHandler::registerNewAction(const QString &id, | 
					
						
							|  |  |  |                                                     QObject *receiver, | 
					
						
							|  |  |  |                                                     const char *slot, | 
					
						
							|  |  |  |                                                     const QString &title) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     QAction *rc = registerNewAction(id, title); | 
					
						
							|  |  |  |     if (!rc) | 
					
						
							|  |  |  |         return 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     connect(rc, SIGNAL(triggered()), receiver, slot); | 
					
						
							|  |  |  |     return rc; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | TextEditorActionHandler::UpdateMode TextEditorActionHandler::updateMode() const | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2009-02-16 12:50:15 +01:00
										 |  |  |     Q_ASSERT(m_currentEditor != 0); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |     return m_currentEditor->file()->isReadOnly() ? ReadOnlyMode : WriteMode; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void TextEditorActionHandler::updateActions() | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2009-02-16 12:50:15 +01:00
										 |  |  |     if (!m_currentEditor || !m_initialized) | 
					
						
							|  |  |  |         return; | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |     updateActions(updateMode()); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void TextEditorActionHandler::updateActions(UpdateMode um) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2009-02-16 12:50:15 +01:00
										 |  |  |     m_pasteAction->setEnabled(um != ReadOnlyMode); | 
					
						
							|  |  |  |     m_formatAction->setEnabled((m_optionalActions & Format) && um != ReadOnlyMode); | 
					
						
							|  |  |  |     m_unCommentSelectionAction->setEnabled((m_optionalActions & UnCommentSelection) && um != ReadOnlyMode); | 
					
						
							|  |  |  |     m_moveLineUpAction->setEnabled(um != ReadOnlyMode); | 
					
						
							|  |  |  |     m_moveLineDownAction->setEnabled(um != ReadOnlyMode); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     m_formatAction->setEnabled((m_optionalActions & Format)); | 
					
						
							|  |  |  |     m_unCollapseAllAction->setEnabled((m_optionalActions & UnCollapseAll)); | 
					
						
							|  |  |  |     m_visualizeWhitespaceAction->setChecked(m_currentEditor->displaySettings().m_visualizeWhitespace); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |     if (m_textWrappingAction) { | 
					
						
							| 
									
										
										
										
											2009-02-16 12:50:15 +01:00
										 |  |  |         m_textWrappingAction->setChecked(m_currentEditor->displaySettings().m_textWrapping); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     updateRedoAction(); | 
					
						
							|  |  |  |     updateUndoAction(); | 
					
						
							|  |  |  |     updateCopyAction(); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void TextEditorActionHandler::updateRedoAction() | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     if (m_redoAction) | 
					
						
							|  |  |  |         m_redoAction->setEnabled(m_currentEditor && m_currentEditor->document()->isRedoAvailable()); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void TextEditorActionHandler::updateUndoAction() | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     if (m_undoAction) | 
					
						
							|  |  |  |         m_undoAction->setEnabled(m_currentEditor && m_currentEditor->document()->isUndoAvailable()); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void TextEditorActionHandler::updateCopyAction() | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2009-02-16 12:50:15 +01:00
										 |  |  |     const bool hasCopyableText = m_currentEditor && m_currentEditor->textCursor().hasSelection(); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |     if (m_cutAction) | 
					
						
							|  |  |  |         m_cutAction->setEnabled(hasCopyableText && updateMode() == WriteMode); | 
					
						
							| 
									
										
										
										
											2009-02-16 12:50:15 +01:00
										 |  |  |     if (m_copyAction) { | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |         m_copyAction->setEnabled(hasCopyableText); | 
					
						
							| 
									
										
										
										
											2009-02-16 12:50:15 +01:00
										 |  |  |     } | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void TextEditorActionHandler::gotoAction() | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2009-10-16 10:40:57 +02:00
										 |  |  |     QuickOpen::LocatorManager *locatorManager = QuickOpen::LocatorManager::instance(); | 
					
						
							|  |  |  |     QTC_ASSERT(locatorManager, return); | 
					
						
							| 
									
										
										
										
											2009-07-23 10:39:15 +02:00
										 |  |  |     const QString shortcut = TextEditorPlugin::instance()->lineNumberFilter()->shortcutString(); | 
					
						
							|  |  |  |     const QString text = tr(" <line number>"); | 
					
						
							| 
									
										
										
										
											2009-10-16 10:40:57 +02:00
										 |  |  |     locatorManager->show(shortcut + text, 2, text.length()-1); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void TextEditorActionHandler::printAction() | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     if (m_currentEditor) | 
					
						
							| 
									
										
										
										
											2009-01-20 15:31:33 +01:00
										 |  |  |         m_currentEditor->print(Core::ICore::instance()->printer()); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void TextEditorActionHandler::setVisualizeWhitespace(bool checked) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     if (m_currentEditor) { | 
					
						
							|  |  |  |         DisplaySettings ds = m_currentEditor->displaySettings(); | 
					
						
							|  |  |  |         ds.m_visualizeWhitespace = checked; | 
					
						
							|  |  |  |         m_currentEditor->setDisplaySettings(ds); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void TextEditorActionHandler::setTextWrapping(bool checked) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     if (m_currentEditor) { | 
					
						
							|  |  |  |         DisplaySettings ds = m_currentEditor->displaySettings(); | 
					
						
							|  |  |  |         ds.m_textWrapping = checked; | 
					
						
							|  |  |  |         m_currentEditor->setDisplaySettings(ds); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-12-04 18:37:02 +01:00
										 |  |  | #define FUNCTION(funcname) void TextEditorActionHandler::funcname ()\
 | 
					
						
							|  |  |  | {\ | 
					
						
							|  |  |  |     if (m_currentEditor)\ | 
					
						
							|  |  |  |         m_currentEditor->funcname ();\ | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #define FUNCTION2(funcname, funcname2) void TextEditorActionHandler::funcname ()\
 | 
					
						
							|  |  |  | {\ | 
					
						
							|  |  |  |     if (m_currentEditor)\ | 
					
						
							|  |  |  |         m_currentEditor->funcname2 ();\ | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-12-09 17:43:31 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | FUNCTION2(undoAction, undo) | 
					
						
							|  |  |  | FUNCTION2(redoAction, redo) | 
					
						
							|  |  |  | FUNCTION2(copyAction, copy) | 
					
						
							|  |  |  | FUNCTION2(cutAction, cut) | 
					
						
							|  |  |  | FUNCTION2(pasteAction, paste) | 
					
						
							|  |  |  | FUNCTION2(formatAction, format) | 
					
						
							| 
									
										
										
										
											2009-07-21 10:37:00 +02:00
										 |  |  | FUNCTION2(rewrapParagraphAction, rewrapParagraph) | 
					
						
							| 
									
										
										
										
											2008-12-09 17:43:31 +01:00
										 |  |  | FUNCTION2(selectAllAction, selectAll) | 
					
						
							|  |  |  | FUNCTION(cleanWhitespace) | 
					
						
							| 
									
										
										
										
											2008-12-04 18:37:02 +01:00
										 |  |  | FUNCTION(unCommentSelection) | 
					
						
							| 
									
										
										
										
											2009-05-14 17:24:35 +02:00
										 |  |  | FUNCTION(cutLine) | 
					
						
							| 
									
										
										
										
											2008-12-04 18:37:02 +01:00
										 |  |  | FUNCTION(deleteLine) | 
					
						
							|  |  |  | FUNCTION(unCollapseAll) | 
					
						
							|  |  |  | FUNCTION(collapse) | 
					
						
							|  |  |  | FUNCTION(expand) | 
					
						
							|  |  |  | FUNCTION2(increaseFontSize, zoomIn) | 
					
						
							|  |  |  | FUNCTION2(decreaseFontSize, zoomOut) | 
					
						
							|  |  |  | FUNCTION(selectEncoding) | 
					
						
							|  |  |  | FUNCTION(gotoBlockStart) | 
					
						
							|  |  |  | FUNCTION(gotoBlockEnd) | 
					
						
							|  |  |  | FUNCTION(gotoBlockStartWithSelection) | 
					
						
							|  |  |  | FUNCTION(gotoBlockEndWithSelection) | 
					
						
							| 
									
										
										
										
											2008-12-04 19:25:20 +01:00
										 |  |  | FUNCTION(selectBlockUp) | 
					
						
							|  |  |  | FUNCTION(selectBlockDown) | 
					
						
							| 
									
										
										
										
											2008-12-10 18:01:33 +01:00
										 |  |  | FUNCTION(moveLineUp) | 
					
						
							|  |  |  | FUNCTION(moveLineDown) | 
					
						
							| 
									
										
										
										
											2009-05-15 23:17:11 +02:00
										 |  |  | FUNCTION(copyLineUp) | 
					
						
							|  |  |  | FUNCTION(copyLineDown) | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-02-16 12:50:15 +01:00
										 |  |  | void TextEditorActionHandler::updateCurrentEditor(Core::IEditor *editor) | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-02-16 12:50:15 +01:00
										 |  |  |     m_currentEditor = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     if (!editor) | 
					
						
							|  |  |  |         return; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     BaseTextEditor *baseEditor = qobject_cast<BaseTextEditor *>(editor->widget()); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     if (baseEditor && baseEditor->actionHack() == this) { | 
					
						
							|  |  |  |         m_currentEditor = baseEditor; | 
					
						
							|  |  |  |         updateActions(); | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | const QPointer<BaseTextEditor> &TextEditorActionHandler::currentEditor() const | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     return m_currentEditor; | 
					
						
							|  |  |  | } |