aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppquickfix_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Fix some "convert to camel case" edge casesChristian Kandeler2020-10-201-0/+33
* CppEditor: Fix Typedef Handling with 'Remove Using Directive' QuickFixLeander Schulten2020-10-121-0/+43
* CppEditor: Consider templates in "complete switch" quickfixChristian Kandeler2020-10-121-0/+26
* CppEditor: Implement remove using namespace QuickfixLeander Schulten2020-08-121-0/+246
* CppEditor: Do not re-indent existing codeChristian Kandeler2020-08-101-2/+2
* CppEditor: Work around cmake bugChristian Kandeler2020-07-301-3/+0
* CppEditor: Let users create implementations for all member functionsChristian Kandeler2020-07-291-0/+131
* CppEditor: Don't create 'namespace xyz{}' if there is 'using namespace xyz'Leander Schulten2020-07-281-0/+79
* CppEditor: Add class member from member initializationChristian Kandeler2020-07-231-0/+87
* CppEditor: Fix trailing whitespace after extracting a functionChristian Kandeler2020-07-231-0/+20
* CppEditor: Extend Q_PROPERTY quickfixChristian Kandeler2020-07-221-2/+67
* CppEditor: Fix possible wrong location for function definitionsChristian Stenger2020-07-161-0/+32
* CppEditor: Ensure "inline" specifierChristian Kandeler2020-07-151-11/+36
* CppEditor: Ensure proper namespace for new getter/setter functionsChristian Kandeler2020-07-141-0/+150
* CppEditor: Offer to create getters and setters for all class membersChristian Kandeler2020-07-101-0/+91
* CppEditor: Make "Add curly braces" quickfix more robustChristian Kandeler2020-07-071-0/+25
* TextEditor: Sort indent ranges before applyingChristian Kandeler2020-06-151-0/+34
* CppEditor: Extend "Add Include" quickfixChristian Kandeler2020-06-051-0/+14
* CppEditor: Do not treat friend declaration as member functionChristian Kandeler2020-06-051-0/+13
* 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: Consider namespaces in "extract function" quickfixChristian Kandeler2020-05-291-0/+28
* CppEditor: Add quickfix for creating a forward declarationChristian Kandeler2020-05-271-0/+182
* CppEditor: generate valid code via "Convert to Pointer/Stack Variable"David Schulz2020-01-081-3/+42
* C++: Transfer noexcept specifier for refactoring actionsNikolai Kosjar2019-10-081-0/+23
* ProjectExplorer: Rename IncludePathType to HeaderPathTypeTobias Hunger2018-09-131-2/+2
* Add system include path to HeaderPath and merge ProjectPartHeaderPathMarco Bubke2018-09-101-19/+18
* CppEditor: Do not add QuickFixFactories to object pool anymorehjk2018-02-021-0/+1
* CppEditor: split CppEditor and CppEditorWidgetIvan Donchevskii2017-09-121-0/+2
* CppEditor: Fix quickfix for adding include for static functionsPrzemyslaw Gorszkowski2017-06-231-1/+31
* CppEditor: Fix InsertQtPropertyMembers testNikolai Kosjar2017-02-271-1/+1
* Replace a few occurrences of QStringList() << ...hjk2017-02-081-1/+1
* CppEditor: Compile fix after 3b1308bbhjk2016-11-181-1/+1
* CppEditor: Fix GenerateGetterSetter for reference typesLorenz Haas2016-10-311-0/+60
* CppEditor: Add enclosing template on "Move Definition Outside"Orgad Shaneh2016-09-061-2/+2
* CppEditor: Add enclosing template on "Add Definition"Orgad Shaneh2016-09-061-0/+50
* CppEditor: Add template enclosing scope on "Insert Declaration"Orgad Shaneh2016-08-191-0/+50
* CppEditor: Prevent "Add Declaration" for existing template functionsOrgad Shaneh2016-08-191-0/+16
* CppEditor: Fix "Move Definition to Class" for template member functionsOrgad Shaneh2016-08-191-0/+23
* CppEditor: Fix "Move Definition to Class" for function in template classOrgad Shaneh2016-08-191-0/+17
* CppEditor: Add a failing test for move outside class with templateOrgad Shaneh2016-07-221-0/+17
* CppTools: Allow prefering getter names with "get" prefixNikolai Kosjar2016-06-221-0/+79
* CppTools: fix metatype registration macro usageNikita Baryshnikov2016-03-241-2/+0
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CppTools: Move ProjectPart in its own header fileMarco Bubke2016-01-131-18/+18
* CppEditor: Fix ConvertQt4Connect for different namespaceOrgad Shaneh2015-12-151-0/+33
* CppEditor: Add a failing test for add include for static functionOrgad Shaneh2015-08-211-0/+32
* CppEditor: Fix crash with invalid switch/case statementNikolai Kosjar2015-08-181-0/+15
* C++: Do not let ASTPath calculate line/column for generated tokensNikolai Kosjar2015-07-311-1/+0
* CppEditor: Add a failing test for ConvertToPointer with macroOrgad Shaneh2015-07-281-0/+18