aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppeditordocument.h
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Proliferate use of FilePath a bithjk2023-07-251-1/+1
* Core: add aboutToSave and saved signal to IDocumentDavid Schulz2023-06-151-4/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CppEditor: rename overview -> outlineDavid Schulz2022-08-261-3/+3
* CppEditor: move outline model to documentDavid Schulz2022-08-181-1/+6
* cppeditor: Show hints for qmlRegister... diagnosticsMarcus Tillmanns2022-06-211-0/+2
* CppEditor: remove unused function hint providerDavid Schulz2022-06-131-3/+0
* Move MinimizableInfoBars from CppEditorDocument to IDocumentEike Ziller2022-05-101-3/+0
* MinimizableInfoBars: Move to UtilsEike Ziller2022-05-091-3/+3
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-14/+13
* ClangCodeModel: Use clangd for completion and function hintChristian Kandeler2021-08-231-2/+4
* Core: filepathify IDocumentDavid Schulz2021-05-191-1/+1
* TextEditor: Introduce shortcut for forcing a function hint proposalChristian Kandeler2020-08-111-0/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* CppEditor: ModernizeNikolai Kosjar2019-02-081-5/+5
* ClangFormat: Format edited chunks of file on saveIvan Donchevskii2019-02-051-0/+4
* CppEditorDocument: Return covariant return typeBernhard Beschow2018-12-201-1/+1
* Clang: Use clang-format for indentationIvan Donchevskii2018-09-121-0/+1
* TextEditor: Remove QuickFixAssistProviderhjk2017-12-151-1/+1
* CppEditor: refactor FollowSymbolIvan Donchevskii2017-09-151-3/+0
* Clang: implement requestFollowSymbol plug-in sideIvan Donchevskii2017-08-151-0/+3
* CppEditor: Generalize CppUseSelectionsUpdaterNikolai Kosjar2017-06-141-0/+2
* CppEditor: Rework showing/switching parse configurationsNikolai Kosjar2017-02-031-3/+12
* CppEditor: Show info bar for project-less fileNikolai Kosjar2017-01-261-3/+5
* Clang: Show info bar for parse errors in header filesNikolai Kosjar2016-10-111-0/+4
* CppEditor: Use Qt5-style connectsOrgad Shaneh2016-05-301-5/+2
* CodeAssist: Support only one quickfix assistant per editor class.David Schulz2016-04-281-0/+1
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Clang: Indicate available "fix its" with a light bulbNikolai Kosjar2016-02-161-1/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CppEditor: Slow down processor timer for clangMarco Bubke2015-08-311-0/+2
* C++: Rename semanticRehighlight to recalculateSemanticInfoDetachedNikolai Kosjar2015-06-221-1/+1
* Add override to IDocument hierarchyEike Ziller2015-06-111-3/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | CppEditor: rename Internal::CppEditorDocumentHandlehjk2015-02-051-1/+1
* | CppTools: Rename EditorDocumentHandle to CppEditorDocumentHandleNikolai Kosjar2015-01-141-1/+1
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-1/+1
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Move CompletionAssistProvider constructionhjk2014-10-061-1/+1
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-1/+1
* | CppTools: Change CppModelManager implementation patternhjk2014-09-191-1/+1
* | C++: Move preprocessor settings handling to the document.Erik Verbruggen2014-09-161-1/+9
* | CppEditor: Rename CPPEditor{,Document} to CppEditor{,Document}hjk2014-08-271-3/+3
* | C++: Base parsing on editor document instead of widgetNikolai Kosjar2014-08-251-0/+57
|/
* CppEditor: Extract CppEditorDocumentNikolai Kosjar2014-06-121-0/+60