summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppquickfix.h
Commit message (Expand)AuthorAgeFilesLines
* Refactoring changes: Cleanup and improvements.Christian Kamm2011-08-191-2/+3
* Header cleanup in various plugins.Friedemann Kleint2011-08-181-4/+0
* Remove unneeded defines.hjk2011-07-141-2/+0
* New code assist APILeandro Melo2011-05-181-32/+12
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-1/+1
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-041-2/+2
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Exported header cleanup: Separate out CppQuickFixCollector.Friedemann Kleint2010-11-011-34/+5
|/
* C++: added quickfix to insert a method definition.Erik Verbruggen2010-09-301-3/+5
* Fix krazy issues: Use explicit constructorsTobias Hunger2010-08-271-1/+1
* QuickFix: Move helpers from QuickFixData to RefactoringFile.Christian Kamm2010-08-131-33/+5
* QuickFix: Introduce CppRefactoringFile.Christian Kamm2010-08-131-1/+1
* QuickFix: Migrate to a nicer API for cross-file quick fixes.Christian Kamm2010-08-121-3/+4
* Sprinkled a bit of doxymentation over various classes.Erik Verbruggen2010-07-281-0/+12
* Added the InsertionPointLocator.Erik Verbruggen2010-07-271-1/+1
* Reworked the QuickFix infrastructure.Erik Verbruggen2010-07-261-45/+87
* Added a simple quickfix to declare local variable.Roberto Raggi2010-07-191-0/+2
* Share the LookupContext.Roberto Raggi2010-07-191-0/+1
* Introduced IQuickFixFactory.Roberto Raggi2010-06-221-1/+14
* Move using declarations.Roberto Raggi2010-06-221-3/+2
* Generalized the changeset operations.Roberto Raggi2010-06-221-13/+5
* Removed CppQuickFixOperation::cppRefactoringChanges().Roberto Raggi2010-06-221-4/+3
* Moved CppRefactoringChanges.Roberto Raggi2010-06-221-3/+4
* Removed implicit change set and related utility methods.Erik Verbruggen2010-06-141-19/+14
* Added infrastructure to change multiple files at once.Erik Verbruggen2010-06-141-3/+6
* Refactored the quickfix engine.Roberto Raggi2010-06-071-0/+1
* Generalized the quickfix collector.Roberto Raggi2010-06-031-21/+3
* Reduced the usage of CppQuickFixOperation.Roberto Raggi2010-06-031-9/+3
* Reimplemented the C++ quick fix operations using TextEditor::QuickFixOperation.Roberto Raggi2010-06-031-47/+25
* Removed unused code.Roberto Raggi2010-05-261-2/+0
* Removed obsolete code.Roberto Raggi2010-05-261-2/+0
* Deprecated the current LookupContext.Roberto Raggi2010-05-051-2/+2
* Long live the king!hjk2010-03-051-1/+1
* Generalized the filtering of completion items.Roberto Raggi2010-01-261-0/+3
* Changed string-wrapping quickfix to handle @"strings".Erik Verbruggen2010-01-061-0/+1
* Quickfix: Use a LookupContext instead of TypeOfExpression to get type.Christian Kamm2009-12-231-3/+3
* Quickfix: Add a typeOf helper to conveniently get the type of an expr.Christian Kamm2009-12-231-1/+5
* Quickfix: Be more efficient when looking up token start/end positions.Christian Kamm2009-11-261-0/+1
* Quickfix: Add flip helpers.Christian Kamm2009-11-261-0/+2
* Quickfix: Rewrite existing code to use the new edit operations.Christian Kamm2009-11-261-0/+6
* Rename applyChangeSet() to apply()Roberto Raggi2009-11-251-1/+1
* Reorder members of CppQuickFixOpRoberto Raggi2009-11-251-4/+4
* Some more cleanupRoberto Raggi2009-11-251-8/+10
* Split create/apply change set.Roberto Raggi2009-11-241-3/+6
* Added gettersRoberto Raggi2009-11-241-0/+1
* Removed the extra QTextCursor formal argument from QuickFixOperator::match().Roberto Raggi2009-11-241-2/+5