| 
									
										
										
										
											2012-10-02 09:12:39 +02:00
										 |  |  | /****************************************************************************
 | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | ** | 
					
						
							| 
									
										
										
										
											2013-01-28 17:12:19 +01:00
										 |  |  | ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). | 
					
						
							| 
									
										
										
										
											2012-10-02 09:12:39 +02:00
										 |  |  | ** Contact: http://www.qt-project.org/legal
 | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | ** | 
					
						
							| 
									
										
										
										
											2012-10-02 09:12:39 +02:00
										 |  |  | ** This file is part of Qt Creator. | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | ** | 
					
						
							| 
									
										
										
										
											2012-10-02 09:12:39 +02:00
										 |  |  | ** Commercial License Usage | 
					
						
							|  |  |  | ** Licensees holding valid commercial Qt licenses may use this file in | 
					
						
							|  |  |  | ** accordance with the commercial license agreement provided with the | 
					
						
							|  |  |  | ** Software or, alternatively, in accordance with the terms contained in | 
					
						
							|  |  |  | ** a written agreement between you and Digia.  For licensing terms and | 
					
						
							|  |  |  | ** conditions see http://qt.digia.com/licensing.  For further information
 | 
					
						
							|  |  |  | ** use the contact form at http://qt.digia.com/contact-us.
 | 
					
						
							| 
									
										
										
										
											2008-12-02 14:17:16 +01:00
										 |  |  | ** | 
					
						
							| 
									
										
										
										
											2009-02-25 09:15:00 +01:00
										 |  |  | ** GNU Lesser General Public License Usage | 
					
						
							| 
									
										
										
										
											2012-10-02 09:12:39 +02: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.
 | 
					
						
							|  |  |  | ** | 
					
						
							|  |  |  | ** In addition, as a special exception, Digia gives you certain additional | 
					
						
							|  |  |  | ** rights.  These rights are described in the Digia Qt LGPL Exception | 
					
						
							| 
									
										
										
										
											2010-12-17 16:01:08 +01:00
										 |  |  | ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. | 
					
						
							|  |  |  | ** | 
					
						
							| 
									
										
										
										
											2012-10-02 09:12:39 +02:00
										 |  |  | ****************************************************************************/ | 
					
						
							| 
									
										
										
										
											2008-12-02 15:08:31 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | #include "cppeditorplugin.h"
 | 
					
						
							| 
									
										
										
										
											2013-03-27 18:54:03 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-12-16 12:22:08 +01:00
										 |  |  | #include "cppclasswizard.h"
 | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | #include "cppeditor.h"
 | 
					
						
							|  |  |  | #include "cppeditorconstants.h"
 | 
					
						
							|  |  |  | #include "cppfilewizard.h"
 | 
					
						
							| 
									
										
										
										
											2008-12-16 12:22:08 +01:00
										 |  |  | #include "cpphoverhandler.h"
 | 
					
						
							| 
									
										
										
										
											2010-07-08 11:26:33 +02:00
										 |  |  | #include "cppoutline.h"
 | 
					
						
							| 
									
										
										
										
											2010-08-13 16:38:45 +02:00
										 |  |  | #include "cpptypehierarchy.h"
 | 
					
						
							| 
									
										
										
										
											2010-12-02 17:02:23 +01:00
										 |  |  | #include "cppsnippetprovider.h"
 | 
					
						
							| 
									
										
										
										
											2011-04-15 16:19:23 +02:00
										 |  |  | #include "cppquickfixassistant.h"
 | 
					
						
							| 
									
										
										
										
											2013-02-07 12:16:41 +01:00
										 |  |  | #include "cppquickfixes.h"
 | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-03-18 10:59:06 +01:00
										 |  |  | #include <coreplugin/actionmanager/actioncontainer.h>
 | 
					
						
							| 
									
										
										
										
											2013-03-27 18:54:03 +01:00
										 |  |  | #include <coreplugin/actionmanager/actionmanager.h>
 | 
					
						
							|  |  |  | #include <coreplugin/coreconstants.h>
 | 
					
						
							|  |  |  | #include <coreplugin/fileiconprovider.h>
 | 
					
						
							|  |  |  | #include <coreplugin/icore.h>
 | 
					
						
							| 
									
										
										
										
											2010-08-13 16:38:45 +02:00
										 |  |  | #include <coreplugin/navigationwidget.h>
 | 
					
						
							| 
									
										
										
										
											2013-03-27 18:54:03 +01:00
										 |  |  | #include <coreplugin/progressmanager/progressmanager.h>
 | 
					
						
							|  |  |  | #include <cpptools/cpptoolsconstants.h>
 | 
					
						
							| 
									
										
										
										
											2009-03-17 17:38:16 +01:00
										 |  |  | #include <texteditor/texteditoractionhandler.h>
 | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | #include <texteditor/texteditorsettings.h>
 | 
					
						
							| 
									
										
										
										
											2013-03-27 18:54:03 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-08-23 15:53:58 +02:00
										 |  |  | #include <utils/hostosinfo.h>
 | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-15 10:42:41 +01:00
										 |  |  | #include <QCoreApplication>
 | 
					
						
							|  |  |  | #include <QStringList>
 | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-07-26 13:06:33 +02:00
										 |  |  | using namespace CppEditor; | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | using namespace CppEditor::Internal; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-04-15 16:19:23 +02:00
										 |  |  | void registerQuickFixes(ExtensionSystem::IPlugin *plugIn); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-18 15:06:26 +01:00
										 |  |  | enum { QUICKFIX_INTERVAL = 20 }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-03-17 17:43:51 +01:00
										 |  |  | //////////////////////////// CppEditorFactory /////////////////////////////
 | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | CppEditorFactory::CppEditorFactory(CppEditorPlugin *owner) : | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |     m_owner(owner) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     m_mimeTypes << QLatin1String(CppEditor::Constants::C_SOURCE_MIMETYPE) | 
					
						
							| 
									
										
										
										
											2009-07-15 11:20:24 +02:00
										 |  |  |             << QLatin1String(CppEditor::Constants::C_HEADER_MIMETYPE) | 
					
						
							|  |  |  |             << QLatin1String(CppEditor::Constants::CPP_SOURCE_MIMETYPE) | 
					
						
							|  |  |  |             << QLatin1String(CppEditor::Constants::CPP_HEADER_MIMETYPE); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-08-23 15:53:58 +02:00
										 |  |  |     if (!Utils::HostOsInfo::isMacHost() && !Utils::HostOsInfo::isWindowsHost()) { | 
					
						
							|  |  |  |         Core::FileIconProvider *iconProvider = Core::FileIconProvider::instance(); | 
					
						
							|  |  |  |         Core::MimeDatabase *mimeDatabase = Core::ICore::mimeDatabase(); | 
					
						
							|  |  |  |         iconProvider->registerIconOverlayForMimeType(QIcon(QLatin1String(":/cppeditor/images/qt_cpp.png")), | 
					
						
							|  |  |  |                                                      mimeDatabase->findByType(QLatin1String(CppEditor::Constants::CPP_SOURCE_MIMETYPE))); | 
					
						
							|  |  |  |         iconProvider->registerIconOverlayForMimeType(QIcon(QLatin1String(":/cppeditor/images/qt_c.png")), | 
					
						
							|  |  |  |                                                      mimeDatabase->findByType(QLatin1String(CppEditor::Constants::C_SOURCE_MIMETYPE))); | 
					
						
							|  |  |  |         iconProvider->registerIconOverlayForMimeType(QIcon(QLatin1String(":/cppeditor/images/qt_h.png")), | 
					
						
							|  |  |  |                                                      mimeDatabase->findByType(QLatin1String(CppEditor::Constants::CPP_HEADER_MIMETYPE))); | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-09-07 09:26:29 +02:00
										 |  |  | Core::Id CppEditorFactory::id() const | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2012-11-20 07:18:01 +02:00
										 |  |  |     return Core::Id(CppEditor::Constants::CPPEDITOR_ID); | 
					
						
							| 
									
										
										
										
											2010-01-07 18:17:24 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | QString CppEditorFactory::displayName() const | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2012-05-06 12:30:23 +04:00
										 |  |  |     return qApp->translate("OpenWith::Editors", CppEditor::Constants::CPPEDITOR_DISPLAY_NAME); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-03-17 17:43:51 +01:00
										 |  |  | Core::IEditor *CppEditorFactory::createEditor(QWidget *parent) | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2011-02-21 16:02:26 +01:00
										 |  |  |     CPPEditorWidget *editor = new CPPEditorWidget(parent); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |     editor->setRevisionsVisible(true); | 
					
						
							|  |  |  |     m_owner->initializeEditor(editor); | 
					
						
							| 
									
										
										
										
											2011-02-21 16:02:26 +01:00
										 |  |  |     return editor->editor(); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-03-17 17:43:51 +01:00
										 |  |  | QStringList CppEditorFactory::mimeTypes() const | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | { | 
					
						
							|  |  |  |     return m_mimeTypes; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | ///////////////////////////////// CppEditorPlugin //////////////////////////////////
 | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | CppEditorPlugin *CppEditorPlugin::m_instance = 0; | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | CppEditorPlugin::CppEditorPlugin() : | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |     m_actionHandler(0), | 
					
						
							| 
									
										
										
										
											2010-07-13 11:37:06 +02:00
										 |  |  |     m_sortedOutline(false), | 
					
						
							| 
									
										
										
										
											2009-11-11 14:32:54 +01:00
										 |  |  |     m_renameSymbolUnderCursorAction(0), | 
					
						
							|  |  |  |     m_findUsagesAction(0), | 
					
						
							| 
									
										
										
										
											2010-08-13 16:38:45 +02:00
										 |  |  |     m_updateCodeModelAction(0), | 
					
						
							| 
									
										
										
										
											2011-04-15 16:19:23 +02:00
										 |  |  |     m_openTypeHierarchyAction(0), | 
					
						
							|  |  |  |     m_quickFixProvider(0) | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | { | 
					
						
							|  |  |  |     m_instance = this; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | CppEditorPlugin::~CppEditorPlugin() | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | { | 
					
						
							|  |  |  |     delete m_actionHandler; | 
					
						
							|  |  |  |     m_instance = 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | CppEditorPlugin *CppEditorPlugin::instance() | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | { | 
					
						
							|  |  |  |     return m_instance; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | void CppEditorPlugin::initializeEditor(CPPEditorWidget *editor) | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | { | 
					
						
							|  |  |  |     m_actionHandler->setupActions(editor); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-11-21 21:47:17 +02:00
										 |  |  |     editor->setLanguageSettingsId(CppTools::Constants::CPP_SETTINGS_ID); | 
					
						
							| 
									
										
										
										
											2009-03-17 18:17:51 +01:00
										 |  |  |     TextEditor::TextEditorSettings::instance()->initializeEditor(editor); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-04-27 17:22:49 +02:00
										 |  |  |     // method combo box sorting
 | 
					
						
							| 
									
										
										
										
											2010-07-13 11:37:06 +02:00
										 |  |  |     connect(this, SIGNAL(outlineSortingChanged(bool)), | 
					
						
							|  |  |  |             editor, SLOT(setSortedOutline(bool))); | 
					
						
							| 
									
										
										
										
											2009-04-27 17:22:49 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | void CppEditorPlugin::setSortedOutline(bool sorted) | 
					
						
							| 
									
										
										
										
											2009-04-27 17:22:49 +02:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2010-07-13 11:37:06 +02:00
										 |  |  |     m_sortedOutline = sorted; | 
					
						
							|  |  |  |     emit outlineSortingChanged(sorted); | 
					
						
							| 
									
										
										
										
											2009-04-27 17:22:49 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | bool CppEditorPlugin::sortedOutline() const | 
					
						
							| 
									
										
										
										
											2009-04-27 17:22:49 +02:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2010-07-13 11:37:06 +02:00
										 |  |  |     return m_sortedOutline; | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | CppQuickFixAssistProvider *CppEditorPlugin::quickFixProvider() const | 
					
						
							| 
									
										
										
										
											2011-04-15 16:19:23 +02:00
										 |  |  | { | 
					
						
							|  |  |  |     return m_quickFixProvider; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2009-11-23 16:55:04 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | bool CppEditorPlugin::initialize(const QStringList & /*arguments*/, QString *errorMessage) | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2012-01-24 15:36:40 +01:00
										 |  |  |     if (!Core::ICore::mimeDatabase()->addMimeTypes(QLatin1String(":/cppeditor/CppEditor.mimetypes.xml"), errorMessage)) | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |         return false; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-07-15 11:20:24 +02:00
										 |  |  |     addAutoReleasedObject(new CppEditorFactory(this)); | 
					
						
							| 
									
										
										
										
											2008-12-16 12:22:08 +01:00
										 |  |  |     addAutoReleasedObject(new CppHoverHandler); | 
					
						
							| 
									
										
										
										
											2010-07-08 11:26:33 +02:00
										 |  |  |     addAutoReleasedObject(new CppOutlineWidgetFactory); | 
					
						
							| 
									
										
										
										
											2010-08-13 16:38:45 +02:00
										 |  |  |     addAutoReleasedObject(new CppTypeHierarchyFactory); | 
					
						
							| 
									
										
										
										
											2010-12-02 17:02:23 +01:00
										 |  |  |     addAutoReleasedObject(new CppSnippetProvider); | 
					
						
							| 
									
										
										
										
											2009-11-23 16:55:04 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-04-15 16:19:23 +02:00
										 |  |  |     m_quickFixProvider = new CppQuickFixAssistProvider; | 
					
						
							|  |  |  |     addAutoReleasedObject(m_quickFixProvider); | 
					
						
							| 
									
										
										
										
											2013-02-07 12:16:41 +01:00
										 |  |  |     CppEditor::Internal::registerQuickFixes(this); | 
					
						
							| 
									
										
										
										
											2010-06-22 14:14:22 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-01-24 15:36:40 +01:00
										 |  |  |     QObject *core = Core::ICore::instance(); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |     CppFileWizard::BaseFileWizardParameters wizardParameters(Core::IWizard::FileWizard); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-04-09 17:06:24 +02:00
										 |  |  |     wizardParameters.setCategory(QLatin1String(Constants::WIZARD_CATEGORY)); | 
					
						
							| 
									
										
										
										
											2010-04-09 17:28:02 +02:00
										 |  |  |     wizardParameters.setDisplayCategory(QCoreApplication::translate(Constants::WIZARD_CATEGORY, | 
					
						
							|  |  |  |                                                                     Constants::WIZARD_TR_CATEGORY)); | 
					
						
							| 
									
										
										
										
											2010-01-07 18:17:24 +01:00
										 |  |  |     wizardParameters.setDisplayName(tr("C++ Class")); | 
					
						
							| 
									
										
										
										
											2009-11-27 10:33:24 +01:00
										 |  |  |     wizardParameters.setId(QLatin1String("A.Class")); | 
					
						
							|  |  |  |     wizardParameters.setKind(Core::IWizard::ClassWizard); | 
					
						
							| 
									
										
										
										
											2010-05-12 10:39:49 +02:00
										 |  |  |     wizardParameters.setDescription(tr("Creates a C++ header and a source file for a new class that you can add to a C++ project.")); | 
					
						
							| 
									
										
										
										
											2009-11-27 10:33:24 +01:00
										 |  |  |     addAutoReleasedObject(new CppClassWizard(wizardParameters, core)); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-27 10:33:24 +01:00
										 |  |  |     wizardParameters.setKind(Core::IWizard::FileWizard); | 
					
						
							| 
									
										
										
										
											2010-05-12 10:39:49 +02:00
										 |  |  |     wizardParameters.setDescription(tr("Creates a C++ source file that you can add to a C++ project.")); | 
					
						
							| 
									
										
										
										
											2010-01-07 18:17:24 +01:00
										 |  |  |     wizardParameters.setDisplayName(tr("C++ Source File")); | 
					
						
							| 
									
										
										
										
											2009-11-27 10:33:24 +01:00
										 |  |  |     wizardParameters.setId(QLatin1String("B.Source")); | 
					
						
							| 
									
										
										
										
											2009-01-20 11:52:04 +01:00
										 |  |  |     addAutoReleasedObject(new CppFileWizard(wizardParameters, Source, core)); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-05-12 10:39:49 +02:00
										 |  |  |     wizardParameters.setDescription(tr("Creates a C++ header file that you can add to a C++ project.")); | 
					
						
							| 
									
										
										
										
											2010-01-07 18:17:24 +01:00
										 |  |  |     wizardParameters.setDisplayName(tr("C++ Header File")); | 
					
						
							| 
									
										
										
										
											2009-11-27 10:33:24 +01:00
										 |  |  |     wizardParameters.setId(QLatin1String("C.Header")); | 
					
						
							|  |  |  |     addAutoReleasedObject(new CppFileWizard(wizardParameters, Header, core)); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-06-25 17:37:59 +02:00
										 |  |  |     Core::Context context(CppEditor::Constants::C_CPPEDITOR); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-05-24 13:49:06 +02:00
										 |  |  |     Core::ActionContainer *contextMenu= Core::ActionManager::createMenu(CppEditor::Constants::M_CONTEXT); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-14 13:17:53 +01:00
										 |  |  |     Core::Command *cmd; | 
					
						
							| 
									
										
										
										
											2012-05-24 13:49:06 +02:00
										 |  |  |     Core::ActionContainer *cppToolsMenu = Core::ActionManager::actionContainer(Core::Id(CppTools::Constants::M_TOOLS_CPP)); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-05-24 13:49:06 +02:00
										 |  |  |     cmd = Core::ActionManager::command(Core::Id(CppTools::Constants::SWITCH_HEADER_SOURCE)); | 
					
						
							| 
									
										
										
										
											2011-08-05 13:13:17 +02:00
										 |  |  |     contextMenu->addAction(cmd); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-05-24 13:49:06 +02:00
										 |  |  |     cmd = Core::ActionManager::command(TextEditor::Constants::FOLLOW_SYMBOL_UNDER_CURSOR); | 
					
						
							| 
									
										
										
										
											2009-09-24 14:50:22 +02:00
										 |  |  |     contextMenu->addAction(cmd); | 
					
						
							| 
									
										
										
										
											2009-11-11 14:32:54 +01:00
										 |  |  |     cppToolsMenu->addAction(cmd); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-25 10:58:40 +01:00
										 |  |  |     QAction *switchDeclarationDefinition = new QAction(tr("Switch Between Method Declaration/Definition"), this); | 
					
						
							| 
									
										
										
										
											2012-05-24 13:49:06 +02:00
										 |  |  |     cmd = Core::ActionManager::registerAction(switchDeclarationDefinition, | 
					
						
							| 
									
										
										
										
											2010-12-20 10:35:30 +01:00
										 |  |  |         Constants::SWITCH_DECLARATION_DEFINITION, context, true); | 
					
						
							| 
									
										
										
										
											2012-01-11 14:26:09 +01:00
										 |  |  |     cmd->setDefaultKeySequence(QKeySequence(tr("Shift+F2"))); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |     connect(switchDeclarationDefinition, SIGNAL(triggered()), | 
					
						
							|  |  |  |             this, SLOT(switchDeclarationDefinition())); | 
					
						
							| 
									
										
										
										
											2009-09-24 14:50:22 +02:00
										 |  |  |     contextMenu->addAction(cmd); | 
					
						
							| 
									
										
										
										
											2009-11-11 14:32:54 +01:00
										 |  |  |     cppToolsMenu->addAction(cmd); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-02-05 14:14:33 +01:00
										 |  |  |     cmd = Core::ActionManager::command(TextEditor::Constants::FOLLOW_SYMBOL_UNDER_CURSOR_IN_NEXT_SPLIT); | 
					
						
							|  |  |  |     cppToolsMenu->addAction(cmd); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     QAction *openDeclarationDefinitionInNextSplit = | 
					
						
							| 
									
										
										
										
											2013-02-15 15:14:22 +01:00
										 |  |  |             new QAction(tr("Open Method Declaration/Definition in Next Split"), this); | 
					
						
							| 
									
										
										
										
											2013-02-05 14:14:33 +01:00
										 |  |  |     cmd = Core::ActionManager::registerAction(openDeclarationDefinitionInNextSplit, | 
					
						
							|  |  |  |         Constants::OPEN_DECLARATION_DEFINITION_IN_NEXT_SPLIT, context, true); | 
					
						
							| 
									
										
										
										
											2013-02-18 08:44:30 +01:00
										 |  |  |     cmd->setDefaultKeySequence(QKeySequence(tr("Ctrl+E, Shift+F2"))); | 
					
						
							| 
									
										
										
										
											2013-02-05 14:14:33 +01:00
										 |  |  |     connect(openDeclarationDefinitionInNextSplit, SIGNAL(triggered()), | 
					
						
							|  |  |  |             this, SLOT(openDeclarationDefinitionInNextSplit())); | 
					
						
							|  |  |  |     cppToolsMenu->addAction(cmd); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-04 16:07:42 +01:00
										 |  |  |     m_findUsagesAction = new QAction(tr("Find Usages"), this); | 
					
						
							| 
									
										
										
										
											2012-05-24 13:49:06 +02:00
										 |  |  |     cmd = Core::ActionManager::registerAction(m_findUsagesAction, Constants::FIND_USAGES, context); | 
					
						
							| 
									
										
										
										
											2009-10-07 11:11:48 +02:00
										 |  |  |     cmd->setDefaultKeySequence(QKeySequence(tr("Ctrl+Shift+U"))); | 
					
						
							| 
									
										
										
										
											2009-11-04 16:07:42 +01:00
										 |  |  |     connect(m_findUsagesAction, SIGNAL(triggered()), this, SLOT(findUsages())); | 
					
						
							| 
									
										
										
										
											2009-10-05 15:17:25 +02:00
										 |  |  |     contextMenu->addAction(cmd); | 
					
						
							| 
									
										
										
										
											2009-11-11 14:32:54 +01:00
										 |  |  |     cppToolsMenu->addAction(cmd); | 
					
						
							| 
									
										
										
										
											2009-10-05 15:17:25 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-08-13 16:38:45 +02:00
										 |  |  |     m_openTypeHierarchyAction = new QAction(tr("Open Type Hierarchy"), this); | 
					
						
							| 
									
										
										
										
											2012-05-24 13:49:06 +02:00
										 |  |  |     cmd = Core::ActionManager::registerAction(m_openTypeHierarchyAction, Constants::OPEN_TYPE_HIERARCHY, context); | 
					
						
							| 
									
										
										
										
											2012-05-23 15:20:38 +02:00
										 |  |  |     cmd->setDefaultKeySequence(QKeySequence(Core::UseMacShortcuts ? tr("Meta+Shift+T") : tr("Ctrl+Shift+T"))); | 
					
						
							| 
									
										
										
										
											2010-08-13 16:38:45 +02:00
										 |  |  |     connect(m_openTypeHierarchyAction, SIGNAL(triggered()), this, SLOT(openTypeHierarchy())); | 
					
						
							|  |  |  |     contextMenu->addAction(cmd); | 
					
						
							|  |  |  |     cppToolsMenu->addAction(cmd); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-09-15 14:33:44 +02:00
										 |  |  |     // Refactoring sub-menu
 | 
					
						
							| 
									
										
										
										
											2010-06-28 14:30:03 +02:00
										 |  |  |     Core::Context globalContext(Core::Constants::C_GLOBAL); | 
					
						
							| 
									
										
										
										
											2012-06-05 14:22:20 +02:00
										 |  |  |     Core::Command *sep = contextMenu->addSeparator(globalContext); | 
					
						
							| 
									
										
										
										
											2012-01-11 14:26:09 +01:00
										 |  |  |     sep->action()->setObjectName(QLatin1String(Constants::M_REFACTORING_MENU_INSERTION_POINT)); | 
					
						
							| 
									
										
										
										
											2012-06-05 14:22:20 +02:00
										 |  |  |     contextMenu->addSeparator(globalContext); | 
					
						
							| 
									
										
										
										
											2010-09-15 14:33:44 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     m_renameSymbolUnderCursorAction = new QAction(tr("Rename Symbol Under Cursor"), | 
					
						
							|  |  |  |                                                   this); | 
					
						
							| 
									
										
										
										
											2012-05-24 13:49:06 +02:00
										 |  |  |     cmd = Core::ActionManager::registerAction(m_renameSymbolUnderCursorAction, | 
					
						
							| 
									
										
										
										
											2010-09-15 14:33:44 +02:00
										 |  |  |                              Constants::RENAME_SYMBOL_UNDER_CURSOR, | 
					
						
							|  |  |  |                              context); | 
					
						
							| 
									
										
										
										
											2012-01-11 14:26:09 +01:00
										 |  |  |     cmd->setDefaultKeySequence(QKeySequence(tr("CTRL+SHIFT+R"))); | 
					
						
							| 
									
										
										
										
											2010-09-15 14:33:44 +02:00
										 |  |  |     connect(m_renameSymbolUnderCursorAction, SIGNAL(triggered()), | 
					
						
							|  |  |  |             this, SLOT(renameSymbolUnderCursor())); | 
					
						
							|  |  |  |     cppToolsMenu->addAction(cmd); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // Update context in global context
 | 
					
						
							| 
									
										
										
										
											2012-06-05 14:22:20 +02:00
										 |  |  |     cppToolsMenu->addSeparator(globalContext); | 
					
						
							| 
									
										
										
										
											2010-05-14 15:45:43 +02:00
										 |  |  |     m_updateCodeModelAction = new QAction(tr("Update Code Model"), this); | 
					
						
							| 
									
										
										
										
											2012-05-24 13:49:06 +02:00
										 |  |  |     cmd = Core::ActionManager::registerAction(m_updateCodeModelAction, Core::Id(Constants::UPDATE_CODEMODEL), globalContext); | 
					
						
							| 
									
										
										
										
											2013-04-02 11:28:11 +02:00
										 |  |  |     CppTools::CppModelManagerInterface *cppModelManager = CppTools::CppModelManagerInterface::instance(); | 
					
						
							| 
									
										
										
										
											2009-11-11 14:32:54 +01:00
										 |  |  |     connect(m_updateCodeModelAction, SIGNAL(triggered()), cppModelManager, SLOT(updateModifiedSourceFiles())); | 
					
						
							|  |  |  |     cppToolsMenu->addAction(cmd); | 
					
						
							| 
									
										
										
										
											2009-08-04 13:44:54 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-01-11 16:52:38 +01:00
										 |  |  |     m_actionHandler = new TextEditor::TextEditorActionHandler(CppEditor::Constants::C_CPPEDITOR, | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |         TextEditor::TextEditorActionHandler::Format | 
					
						
							|  |  |  |         | TextEditor::TextEditorActionHandler::UnCommentSelection | 
					
						
							| 
									
										
										
										
											2012-03-27 23:18:46 +04:00
										 |  |  |         | TextEditor::TextEditorActionHandler::UnCollapseAll | 
					
						
							|  |  |  |         | TextEditor::TextEditorActionHandler::FollowSymbolUnderCursor); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-07-22 15:32:52 +02:00
										 |  |  |     m_actionHandler->initializeActions(); | 
					
						
							| 
									
										
										
										
											2010-01-29 21:33:57 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-06-05 14:22:20 +02:00
										 |  |  |     contextMenu->addSeparator(context); | 
					
						
							| 
									
										
										
										
											2009-07-22 15:32:52 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-05-24 13:49:06 +02:00
										 |  |  |     cmd = Core::ActionManager::command(TextEditor::Constants::AUTO_INDENT_SELECTION); | 
					
						
							| 
									
										
										
										
											2009-09-24 14:50:22 +02:00
										 |  |  |     contextMenu->addAction(cmd); | 
					
						
							| 
									
										
										
										
											2009-07-22 15:32:52 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-05-24 13:49:06 +02:00
										 |  |  |     cmd = Core::ActionManager::command(TextEditor::Constants::UN_COMMENT_SELECTION); | 
					
						
							| 
									
										
										
										
											2009-09-24 14:50:22 +02:00
										 |  |  |     contextMenu->addAction(cmd); | 
					
						
							| 
									
										
										
										
											2009-07-22 15:32:52 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-01-24 15:36:40 +01:00
										 |  |  |     connect(Core::ICore::progressManager(), SIGNAL(taskStarted(QString)), | 
					
						
							| 
									
										
										
										
											2009-11-10 18:02:42 +01:00
										 |  |  |             this, SLOT(onTaskStarted(QString))); | 
					
						
							| 
									
										
										
										
											2012-01-24 15:36:40 +01:00
										 |  |  |     connect(Core::ICore::progressManager(), SIGNAL(allTasksFinished(QString)), | 
					
						
							| 
									
										
										
										
											2009-11-10 18:02:42 +01:00
										 |  |  |             this, SLOT(onAllTasksFinished(QString))); | 
					
						
							| 
									
										
										
										
											2010-08-03 11:53:01 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-01-24 15:36:40 +01:00
										 |  |  |     connect(Core::ICore::editorManager(), SIGNAL(currentEditorChanged(Core::IEditor*)), SLOT(currentEditorChanged(Core::IEditor*))); | 
					
						
							| 
									
										
										
										
											2010-08-03 11:53:01 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-04-27 17:22:49 +02:00
										 |  |  |     readSettings(); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  |     return true; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | void CppEditorPlugin::readSettings() | 
					
						
							| 
									
										
										
										
											2009-04-27 17:22:49 +02:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2012-01-24 15:36:40 +01:00
										 |  |  |     m_sortedOutline = Core::ICore::settings()->value(QLatin1String("CppTools/SortedMethodOverview"), false).toBool(); | 
					
						
							| 
									
										
										
										
											2009-04-27 17:22:49 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | void CppEditorPlugin::writeSettings() | 
					
						
							| 
									
										
										
										
											2009-04-27 17:22:49 +02:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2012-01-24 15:36:40 +01:00
										 |  |  |     Core::ICore::settings()->setValue(QLatin1String("CppTools/SortedMethodOverview"), m_sortedOutline); | 
					
						
							| 
									
										
										
										
											2009-04-27 17:22:49 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | void CppEditorPlugin::extensionsInitialized() | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | ExtensionSystem::IPlugin::ShutdownFlag CppEditorPlugin::aboutToShutdown() | 
					
						
							| 
									
										
										
										
											2009-04-27 17:22:49 +02:00
										 |  |  | { | 
					
						
							|  |  |  |     writeSettings(); | 
					
						
							| 
									
										
										
										
											2010-07-13 13:36:47 +02:00
										 |  |  |     return SynchronousShutdown; | 
					
						
							| 
									
										
										
										
											2009-04-27 17:22:49 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | void CppEditorPlugin::switchDeclarationDefinition() | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2012-05-08 09:43:14 +02:00
										 |  |  |     CPPEditorWidget *editor = qobject_cast<CPPEditorWidget*>(Core::EditorManager::currentEditor()->widget()); | 
					
						
							| 
									
										
										
										
											2009-01-21 15:52:34 +01:00
										 |  |  |     if (editor) | 
					
						
							| 
									
										
										
										
											2013-02-05 14:14:33 +01:00
										 |  |  |         editor->switchDeclarationDefinition(/*inNextSplit*/ false); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | void CppEditorPlugin::openDeclarationDefinitionInNextSplit() | 
					
						
							| 
									
										
										
										
											2013-02-05 14:14:33 +01:00
										 |  |  | { | 
					
						
							|  |  |  |     CPPEditorWidget *editor = qobject_cast<CPPEditorWidget*>(Core::EditorManager::currentEditor()->widget()); | 
					
						
							|  |  |  |     if (editor) | 
					
						
							|  |  |  |         editor->switchDeclarationDefinition(/*inNextSplit*/ true); | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | void CppEditorPlugin::renameSymbolUnderCursor() | 
					
						
							| 
									
										
										
										
											2009-08-04 13:44:54 +02:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2012-05-08 09:43:14 +02:00
										 |  |  |     CPPEditorWidget *editor = qobject_cast<CPPEditorWidget*>(Core::EditorManager::currentEditor()->widget()); | 
					
						
							| 
									
										
										
										
											2009-08-04 13:44:54 +02:00
										 |  |  |     if (editor) | 
					
						
							|  |  |  |         editor->renameSymbolUnderCursor(); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | void CppEditorPlugin::findUsages() | 
					
						
							| 
									
										
										
										
											2009-10-05 15:17:25 +02:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2012-05-08 09:43:14 +02:00
										 |  |  |     CPPEditorWidget *editor = qobject_cast<CPPEditorWidget*>(Core::EditorManager::currentEditor()->widget()); | 
					
						
							| 
									
										
										
										
											2009-10-05 15:17:25 +02:00
										 |  |  |     if (editor) | 
					
						
							|  |  |  |         editor->findUsages(); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | void CppEditorPlugin::onTaskStarted(const QString &type) | 
					
						
							| 
									
										
										
										
											2009-11-04 16:07:42 +01:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2012-01-11 14:26:09 +01:00
										 |  |  |     if (type == QLatin1String(CppTools::Constants::TASK_INDEX)) { | 
					
						
							| 
									
										
										
										
											2009-11-10 18:02:42 +01:00
										 |  |  |         m_renameSymbolUnderCursorAction->setEnabled(false); | 
					
						
							|  |  |  |         m_findUsagesAction->setEnabled(false); | 
					
						
							| 
									
										
										
										
											2009-11-11 14:32:54 +01:00
										 |  |  |         m_updateCodeModelAction->setEnabled(false); | 
					
						
							| 
									
										
										
										
											2010-08-13 16:38:45 +02:00
										 |  |  |         m_openTypeHierarchyAction->setEnabled(false); | 
					
						
							| 
									
										
										
										
											2009-11-10 18:02:42 +01:00
										 |  |  |     } | 
					
						
							| 
									
										
										
										
											2009-11-04 16:07:42 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | void CppEditorPlugin::onAllTasksFinished(const QString &type) | 
					
						
							| 
									
										
										
										
											2009-11-04 16:07:42 +01:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2012-01-11 14:26:09 +01:00
										 |  |  |     if (type == QLatin1String(CppTools::Constants::TASK_INDEX)) { | 
					
						
							| 
									
										
										
										
											2009-11-10 18:02:42 +01:00
										 |  |  |         m_renameSymbolUnderCursorAction->setEnabled(true); | 
					
						
							|  |  |  |         m_findUsagesAction->setEnabled(true); | 
					
						
							| 
									
										
										
										
											2009-11-11 14:32:54 +01:00
										 |  |  |         m_updateCodeModelAction->setEnabled(true); | 
					
						
							| 
									
										
										
										
											2010-08-13 16:38:45 +02:00
										 |  |  |         m_openTypeHierarchyAction->setEnabled(true); | 
					
						
							| 
									
										
										
										
											2009-11-10 18:02:42 +01:00
										 |  |  |     } | 
					
						
							| 
									
										
										
										
											2009-11-04 16:07:42 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | void CppEditorPlugin::currentEditorChanged(Core::IEditor *editor) | 
					
						
							| 
									
										
										
										
											2010-08-03 11:53:01 +02:00
										 |  |  | { | 
					
						
							|  |  |  |     if (! editor) | 
					
						
							|  |  |  |         return; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-02-21 16:02:26 +01:00
										 |  |  |     else if (CPPEditorWidget *textEditor = qobject_cast<CPPEditorWidget *>(editor->widget())) { | 
					
						
							| 
									
										
										
										
											2011-11-14 13:34:41 +01:00
										 |  |  |         textEditor->semanticRehighlight(/*force = */ true); | 
					
						
							| 
									
										
										
										
											2010-08-03 11:53:01 +02:00
										 |  |  |     } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | void CppEditorPlugin::openTypeHierarchy() | 
					
						
							| 
									
										
										
										
											2010-08-13 16:38:45 +02:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2012-05-08 09:43:14 +02:00
										 |  |  |     CPPEditorWidget *editor = qobject_cast<CPPEditorWidget*>(Core::EditorManager::currentEditor()->widget()); | 
					
						
							| 
									
										
										
										
											2010-08-13 16:38:45 +02:00
										 |  |  |     if (editor) { | 
					
						
							|  |  |  |         Core::NavigationWidget *navigation = Core::NavigationWidget::instance(); | 
					
						
							| 
									
										
										
										
											2011-11-09 12:07:41 +01:00
										 |  |  |         navigation->activateSubWidget(Core::Id(Constants::TYPE_HIERARCHY_ID)); | 
					
						
							| 
									
										
										
										
											2010-08-13 16:38:45 +02:00
										 |  |  |         emit typeHierarchyRequested(); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 13:44:02 +01:00
										 |  |  | Q_EXPORT_PLUGIN(CppEditorPlugin) |