aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppeditorplugin.h
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Fix Typedef Handling with 'Remove Using Directive' QuickFixLeander Schulten2020-10-121-0/+2
* CppEditor: Implement remove using namespace QuickfixLeander Schulten2020-08-121-0/+4
* CppEditor: Fix following signals/slots in old-style connectsChristian Kandeler2020-08-101-0/+1
* CppEditor: Let users create implementations for all member functionsChristian Kandeler2020-07-291-0/+2
* CppEditor: Add class member from member initializationChristian Kandeler2020-07-231-0/+3
* CppEditor: Fix possible wrong location for function definitionsChristian Stenger2020-07-161-0/+1
* CppEditor: Ensure "inline" specifierChristian Kandeler2020-07-151-0/+1
* CppEditor: Ensure proper namespace for new getter/setter functionsChristian Kandeler2020-07-141-0/+2
* CppEditor: Offer to create getters and setters for all class membersChristian Kandeler2020-07-101-0/+2
* CppEditor: Make "Add curly braces" quickfix more robustChristian Kandeler2020-07-071-0/+2
* CppEditor: Do not underline leading whitespaceChristian Kandeler2020-06-231-0/+3
* CppEditor: Do not treat friend declaration as member functionChristian Kandeler2020-06-051-0/+1
* CppEditor: Add quickfix for creating a forward declarationChristian Kandeler2020-05-271-0/+3
* C++: Transfer noexcept specifier for refactoring actionsNikolai Kosjar2019-10-081-0/+1
* ExtensionSystem: Move away from QListEike Ziller2019-05-271-1/+1
* CppEditor: ModernizeNikolai Kosjar2019-02-081-1/+1
* move find usages to TextEditorDavid Schulz2018-11-281-1/+0
* CppEditorPlugin: Partially pimpl and avoid use of global object poolhjk2018-02-091-30/+3
* CppEditor: Clean forward declarationLaurent Montel2017-09-271-2/+0
* CppEditor: refactor FollowSymbolIvan Donchevskii2017-09-151-0/+3
* CppEditor: Add enclosing template on "Add Definition"Orgad Shaneh2016-09-061-0/+2
* CppEditor: Add template enclosing scope on "Insert Declaration"Orgad Shaneh2016-08-191-0/+2
* CppEditor: Prevent "Add Declaration" for existing template functionsOrgad Shaneh2016-08-191-0/+1
* CppEditor: Fix "Move Definition to Class" for template member functionsOrgad Shaneh2016-08-191-0/+1
* CppEditor: Fix "Move Definition to Class" for function in template classOrgad Shaneh2016-08-191-0/+1
* CppEditor: Add a failing test for move outside class with templateOrgad Shaneh2016-07-221-0/+1
* CppTools: Allow prefering getter names with "get" prefixNikolai Kosjar2016-06-221-0/+1
* CppEditor: Use Qt5-style connectsOrgad Shaneh2016-05-301-2/+2
* CppEditor: Add auto completer test.David Schulz2016-05-121-0/+10
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CppEditor: Fix ConvertQt4Connect for different namespaceOrgad Shaneh2015-12-151-0/+1
* CppEditor: Add missing override modifiers.Christian Kandeler2015-08-201-3/+3
* CppEditor: Tests: Revive tests depending on loaded projectsNikolai Kosjar2015-07-291-2/+11
* cppeditor: s/Q_DECL_OVERRIDE/override/gTobias Hunger2015-06-041-1/+1
* CppEditor: Add basic test for ExtractFunctionNikolai Kosjar2015-03-131-0/+3
* CppEditor: override -> Q_DECL_OVERRIDEDaniel Teske2015-02-161-1/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | CppEditor: Create only getter or setter member functionLorenz Haas2015-02-091-0/+4
* | CppEditor: Tests: Move doxygen tests in separate test classNikolai Kosjar2015-02-041-5/+3
* | CppEditor: MoveAllFuncDef now ignores generated function definitionsLorenz Haas2015-02-031-0/+1
* | CppEditor: Make CppEditorOutline independent of CppEditor pluginNikolai Kosjar2015-01-261-7/+0
* | CppEditor: Add new QuickFix MoveAllFuncDefOutsideLorenz Haas2015-01-261-0/+5
* | CppEditor: Tests: Make AddIncludeForUndefinedIdentifier tests data drivenNikolai Kosjar2015-01-231-28/+2
* | C++: Do not compare flags when matching typesOrgad Shaneh2015-01-211-0/+1
|/
* CppEditor: Avoid duplicate "Add #include XYZ"Nikolai Kosjar2014-11-281-0/+1
* C++: fix follow symbol for const argumentsPrzemyslaw Gorszkowski2014-11-071-0/+3
* CppEditor: Merge AddIncludeForForwardDeclaration into AddIncludeForUndefinedI...Nikolai Kosjar2014-10-221-0/+3
* C++: fix multi-line continuation handling.Erik Verbruggen2014-10-211-0/+2