aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.14' into masterEike Ziller2020-10-213-18/+74
|\
| * CppEditor: Fix some "convert to camel case" edge casesChristian Kandeler2020-10-203-18/+74
* | Merge remote-tracking branch 'origin/4.14' into masterEike Ziller2020-10-193-2/+114
|\|
| * CppEditor: Fix Typedef Handling with 'Remove Using Directive' QuickFixLeander Schulten2020-10-123-2/+87
| * CppEditor: Consider templates in "complete switch" quickfixChristian Kandeler2020-10-122-0/+27
* | CppEditor: Introduce QuickFix settings and unify getter/setter generationLeander Schulten2020-10-1420-1636/+5335
|/
* Qt6: Sprinkle QLatin1Strings for QStringView comparisonsEike Ziller2020-10-081-3/+3
* Doc: Describe new refactoring actions (quick fixes)Leena Miettinen2020-10-071-6/+6
* Qt6: Various include, QPrinter, and QFlags adaptationsEike Ziller2020-09-281-2/+2
* Fix build of Clang code model and CppEditor with Qt 6Eike Ziller2020-09-214-14/+19
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-09-171-2/+2
|\
| * CppEditor: Fix test codeChristian Stenger2020-09-151-2/+2
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-09-071-0/+2
|\|
| * CppEditor: Fix crash with adjacent raw string literalsChristian Kandeler2020-09-041-0/+2
* | TextEditor: use Utils::FilePath as file member in AssistInterfaceDavid Schulz2020-09-044-49/+51
* | Core: replace QString with Utils::FilePath to get documentsDavid Schulz2020-09-041-3/+3
* | C++: Fix indentation of doxygen comment continuationsChristian Kandeler2020-08-252-1/+31
* | CppEditor: Skip over access specifier when inserting a doxygen commentChristian Kandeler2020-08-211-0/+14
* | CppEditor: Properly handle multiple inheritanceChristian Kandeler2020-08-201-33/+114
* | CppTools: More consistent fuzzy matching behaviorChristian Kandeler2020-08-141-4/+72
* | CppEditor: Implement remove using namespace QuickfixLeander Schulten2020-08-124-0/+669
* | TextEditor: Introduce shortcut for forcing a function hint proposalChristian Kandeler2020-08-113-2/+13
* | CppEditor: Fix following signals/slots in old-style connectsChristian Kandeler2020-08-102-0/+21
* | CppEditor: Do not omit the function return typeChristian Kandeler2020-08-101-0/+1
* | CppEditor: Do not re-indent existing codeChristian Kandeler2020-08-102-3/+3
* | CppEditor: Work around cmake bugChristian Kandeler2020-07-301-3/+0
* | CppEditor: Let users create implementations for all member functionsChristian Kandeler2020-07-294-54/+484
* | CppEditor: Consider operatorsChristian Kandeler2020-07-291-4/+8
* | CppEditor: Don't create 'namespace xyz{}' if there is 'using namespace xyz'Leander Schulten2020-07-282-11/+288
* | CppEditor: Add class member from member initializationChristian Kandeler2020-07-234-0/+250
* | CppEditor: Fix trailing whitespace after extracting a functionChristian Kandeler2020-07-232-2/+22
* | CppEditor: Extend Q_PROPERTY quickfixChristian Kandeler2020-07-222-7/+107
* | CppEditor: Find implementations for pure virtual declarationChristian Kandeler2020-07-211-0/+25
* | CPlusPlus: Do not ignore namespacesChristian Kandeler2020-07-201-2/+2
* | CppEditor: Fix possible wrong location for function definitionsChristian Stenger2020-07-163-1/+45
* | CppEditor: Ensure "inline" specifierChristian Kandeler2020-07-153-20/+64
* | CppEditor: Ensure proper namespace for new getter/setter functionsChristian Kandeler2020-07-143-79/+268
* | CppEditor: Avoid a use of QCharRef to make it compile with Qt6hjk2020-07-141-2/+2
* | CppEditor:CppTools: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-131-5/+5
* | CppEditor: Offer to create getters and setters for all class membersChristian Kandeler2020-07-104-30/+482
|/
* 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