aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppquickfix.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Try to fix the type rewriter.Roberto Raggi2010-07-191-1/+12
* Added a simple quickfix to declare local variable.Roberto Raggi2010-07-191-0/+69
* Fixed typos.Roberto Raggi2010-07-191-2/+6
* Share the LookupContext.Roberto Raggi2010-07-191-11/+8
* Quickfix missing #include files.Roberto Raggi2010-07-191-0/+125
* Fixes: Completing switch statements with enums in namespaces or classes.con2010-07-191-6/+25
* Introduced helpers to rewrite types and names.Roberto Raggi2010-07-161-3/+5
* Disable Create declaration from definition quickfix.Roberto Raggi2010-07-121-1/+4
* Quickfix for adding a declaration to a class from a definition.Erik Verbruggen2010-07-121-0/+3
* Quick fix for completing cases in enum based switch statements.con2010-07-091-0/+132
* Improve translation quickfixTobias Hunger2010-07-061-55/+56
* Moved the semantic highlighter in a QFuture.Roberto Raggi2010-07-061-1/+3
* Use the correct scope name when inserting QCoreApplication::translate().Roberto Raggi2010-07-061-25/+14
* Check for possible 0x0 access.Roberto Raggi2010-07-051-1/+1
* Quick fixes converting between hex, octal, and decimal integer literals.con2010-07-051-0/+184
* translation quickfixTobias Hunger2010-07-051-0/+136
* Add "wrap in QLatin1Char" quick fix.con2010-07-011-15/+31
* C++: Fix range(tokenIndex) function in CppQuickFixOperation.Christian Kamm2010-06-301-1/+4
* Get rid of PostfixExpressionAST and store the base expression together with t...Roberto Raggi2010-06-231-55/+40
* Introduced IQuickFixFactory.Roberto Raggi2010-06-221-2/+13
* Renamed CppRefactoringChanges::parsedDocumentForFile().Roberto Raggi2010-06-221-2/+1
* Generalized the changeset operations.Roberto Raggi2010-06-221-125/+39
* Removed CppQuickFixOperation::cppRefactoringChanges().Roberto Raggi2010-06-221-23/+20
* Moved CppRefactoringChanges.Roberto Raggi2010-06-221-3/+3
* Removed implicit change set and related utility methods.Erik Verbruggen2010-06-141-89/+181
* Added infrastructure to change multiple files at once.Erik Verbruggen2010-06-141-15/+24
* Refactored the quickfix engine.Roberto Raggi2010-06-071-0/+5
* Fixed possible unsigned overflow.Erik Verbruggen2010-06-041-1/+4
* Generalized the quickfix collector.Roberto Raggi2010-06-031-104/+48
* Reduced the usage of CppQuickFixOperation.Roberto Raggi2010-06-031-23/+12
* Reimplemented the C++ quick fix operations using TextEditor::QuickFixOperation.Roberto Raggi2010-06-031-187/+115
* Moved ASTPath to its own header/source files.Erik Verbruggen2010-05-281-58/+1
* Removed obsolete code.Roberto Raggi2010-05-261-186/+0
* Merge remote branch 'origin/2.0'con2010-05-171-12/+15
|\
| * String fixesRobert Loehning2010-05-171-12/+15
* | Try to use the new LookupContext.Roberto Raggi2010-05-051-3/+10
* | Deprecated the current LookupContext.Roberto Raggi2010-05-051-1/+1
|/
* Moved TextEditDocumentLayout and related classes to their own fileThorbjørn Lindeijer2010-04-261-1/+2
* Only show ObjC-quickfix when the editor has the appropriate mime-type.Erik Verbruggen2010-03-241-1/+3
* Long live the king!hjk2010-03-051-1/+1
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-291-2/+2
* Generalized the filtering of completion items.Roberto Raggi2010-01-261-1/+8
* Quickfix: Add one that replaces + with % for strings.Christian Kamm2010-01-081-0/+167
* Added CString->NSString quick-fix.Erik Verbruggen2010-01-061-0/+68
* ifdeffed out a debug-utility method.Erik Verbruggen2010-01-061-0/+3
* Added a dump method to the ASTPath.Erik Verbruggen2010-01-061-0/+7
* Fix to include the last character of a node into the position calculation.Erik Verbruggen2010-01-061-1/+1
* Changed string-wrapping quickfix to handle @"strings".Erik Verbruggen2010-01-061-2/+17
* Quickfix: Use a LookupContext instead of TypeOfExpression to get type.Christian Kamm2009-12-231-4/+6
* Quickfix: Add a typeOf helper to conveniently get the type of an expr.Christian Kamm2009-12-231-2/+21