aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Make "Add curly braces" quickfix more robustChristian Kandeler2020-07-073-6/+34
* Core/Utils: Migrate further to Utils::Idhjk2020-07-066-12/+10
* CppEditor: Relax soft assertChristian Kandeler2020-07-061-1/+1
* CppEditor: Do not underline leading whitespaceChristian Kandeler2020-06-234-1/+130
* CppEditor: Fix build with Qt < 5.14Christian Kandeler2020-06-191-2/+5
* CppEditor: Better highlighting for raw string literalsChristian Kandeler2020-06-192-1/+48
* CppTools: Also look up definitions for variablesChristian Kandeler2020-06-182-3/+65
* Move InfoBar to UtilsEike Ziller2020-06-184-12/+13
* Move Id from Core to UtilsEike Ziller2020-06-181-1/+2
* CppTool: Avoid a use of QStringRefhjk2020-06-161-1/+1
* TextEditor: Sort indent ranges before applyingChristian Kandeler2020-06-151-0/+34
* CPlusPlus: Fix overload resolution involving default argumentsChristian Kandeler2020-06-101-0/+6
* CppEditor: Fix operator refactoringChristian Kandeler2020-06-102-1/+26
* CppEditor: Extend "Add Include" quickfixChristian Kandeler2020-06-053-34/+45
* CppEditor: Do not treat friend declaration as member functionChristian Kandeler2020-06-053-1/+15
* CppEditor: Support sorting of outlineChristian Stenger2020-06-052-1/+30
* CplusPlus: Fix type information for anonymous enumsChristian Kandeler2020-06-041-0/+25
* CPlusPlus: Add missing type information for enum variablesChristian Kandeler2020-06-041-0/+25
* CppEditor: Fix access to dangling pointerChristian Kandeler2020-06-041-1/+1
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-1/+1
* C++: fix built-in code model to work with shared_ptr on MSVC 2017Volodymyr Zibarov2020-05-291-0/+1
* CppEditor: Consider namespaces in "extract function" quickfixChristian Kandeler2020-05-292-1/+34
* CppEditor: Detect changes in a function's exception specificationChristian Kandeler2020-05-281-0/+24
* CppEditor: Add quickfix for creating a forward declarationChristian Kandeler2020-05-274-9/+373
* TextEditor: move rename symbol action to text editorDavid Schulz2020-05-124-19/+9
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-302-10/+12
|\
| * ClangTools: Add "Analyze Current File" to Tools menu and context menuEike Ziller2020-03-302-10/+12
* | CppEditor: Quieten moc warnings during CMake buildTobias Hunger2020-03-171-1/+0
|/
* Globally disable WindowContextHelpButtonHintKai Koehne2020-02-251-2/+0
* CppEditor: Use FancyLineEdit in CppCodeModelInspectorDialogAlessandro Portale2020-01-241-6/+4
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-202-2/+2
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2020-01-092-22/+73
|\
| * CppEditor: generate valid code via "Convert to Pointer/Stack Variable"David Schulz2020-01-082-22/+73
* | TextEditor: Fix typo in a TextDocumentLayout functionNikolai Kosjar2019-12-181-1/+1
* | Utils: Rename FilePathList to simply FilePathshjk2019-12-182-2/+2
* | FileIconProvider: Load icons and create overlay lazilyEike Ziller2019-11-151-6/+6
* | Partial compile fix for current Qt dev and/or Qt 6hjk2019-11-121-1/+1
|/
* CppEditor: SimplifyNikolai Kosjar2019-11-013-26/+6
* CppEditor: Fix grammarRobert Loehning2019-10-281-1/+1
* Port setMargins to setContentsMarginsLaurent Montel2019-10-162-2/+2
* Clang: Avoid consuming gcc internal include pathsNikolai Kosjar2019-10-111-0/+1
* C++: Transfer noexcept specifier for refactoring actionsNikolai Kosjar2019-10-082-0/+24
* Core: Make InfoBar::GlobalSuppressionMode an enum classAndre Hartmann2019-09-121-1/+1
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-024-4/+4
* CppEditor: Reuse document for search resultsMarco Bubke2019-08-291-19/+48
* CppEditor: Fix reference to temporaryNikolai Kosjar2019-08-011-1/+1
* Skip pure virtual functions in "Insert Definition From Declaration"Antonio Di Monaco2019-07-291-1/+1
* Compile fix with recent Qt devhjk2019-07-293-10/+6
* Standardize on int for line and column valueshjk2019-07-266-19/+19
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-251-1/+0
|\