aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppeditorplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+2
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-1/+1
* TextEditor: move rename symbol action to text editorDavid Schulz2020-05-121-16/+7
* ClangTools: Add "Analyze Current File" to Tools menu and context menuEike Ziller2020-03-301-10/+11
* FileIconProvider: Load icons and create overlay lazilyEike Ziller2019-11-151-6/+6
* ExtensionSystem: Move away from QListEike Ziller2019-05-271-4/+2
* Qt Creator CMake portCristian Adam2019-05-171-0/+1
* CppEditor: ModernizeNikolai Kosjar2019-02-081-1/+1
* Add macOS touch bar supportEike Ziller2019-01-151-0/+7
* move find usages to TextEditorDavid Schulz2018-11-281-13/+3
* Fix that bookmarks couldn't be added to .pro files with mouseEike Ziller2018-06-191-1/+0
* CppEditorPlugin: Partially pimpl and avoid use of global object poolhjk2018-02-091-46/+59
* Core: make useMacShortcut constexprDavid Schulz2018-02-021-3/+3
* CppEditor: Do not add QuickFixFactories to object pool anymorehjk2018-02-021-1/+3
* CppTools: Move CppHoverHandler to CppToolsNikolai Kosjar2018-01-161-3/+6
* CppEditor: split CppEditor and CppEditorWidgetIvan Donchevskii2017-09-121-1/+1
* Allow giving TextEditorFactory custom CommentDefinitionEike Ziller2017-04-261-1/+1
* Remove the need to create ISnippetProvider subclassesEike Ziller2017-04-251-2/+3
* Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-1/+1
* TextEditor: add right sidebarSerhii Moroz2017-03-091-4/+2
* cppeditor: add resource preview hover handler classMarc Reilly2016-08-111-0/+2
* CppEditor: Use Qt5-style connectsOrgad Shaneh2016-05-301-16/+16
* CodeAssist: Support only one quickfix assistant per editor class.David Schulz2016-04-281-2/+1
* Clang: Classify *.{moc,qdoc} as CXXSourceNikolai Kosjar2016-04-221-0/+1
* Move C++ mime types from cppeditor to cpptoolsTobias Hunger2016-03-151-1/+0
* CppEditor: Register qdoc as a separate mimetype from c++ sourcesTobias Hunger2016-03-151-0/+1
* Remove duplicate mime type constants from CppEditorTobias Hunger2016-03-151-7/+7
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CppEditor: Install color preview hover handler for editorMarc Reilly2016-01-181-0/+2
* CppEditor: Delay mime initialization on startupOrgad Shaneh2015-08-061-12/+11
* CppEditorPlugin: remove extra forward declarationNikita Baryshnikov2015-06-111-2/+0
* CppEditor: Fix potential null pointer dereferenceNikolai Kosjar2015-05-151-1/+3
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+2
* Core: Make Context parameter to registerAction optionalhjk2015-02-261-7/+6
* Use new mime databaseEike Ziller2015-02-171-3/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | C++: Remove unneeded qualificationsOrgad Shaneh2015-02-041-11/+11
* | CppEditor: Tests: Move doxygen tests in separate test classNikolai Kosjar2015-02-041-0/+13
* | CppEditor: Move CppEditorOutline to CppToolsNikolai Kosjar2015-01-261-1/+0
* | CppEditor: Make CppEditorOutline independent of CppEditor pluginNikolai Kosjar2015-01-261-24/+0
|/
* Cleanup of ThemingAlessandro Portale2014-10-161-3/+9
* JsonWizard: Replace CppClassWizard with a JsonWizardTobias Hunger2014-10-151-12/+0
* Implement theming for QtCreatorThorben Kroeger2014-10-151-3/+6
* TextEditor: Factory cosmeticshjk2014-10-151-0/+3
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Remove HighLighterFactoryhjk2014-10-021-10/+0
* | TextEditor: Simplify HoverHandler handlinghjk2014-09-301-1/+2