summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/quickfix.cpp
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* QuickFix: Move helpers from QuickFixData to RefactoringFile.Christian Kamm2010-08-131-40/+0
* QuickFix: Migrate to a nicer API for cross-file quick fixes.Christian Kamm2010-08-121-2/+4
* QuickFix: Don't separate createChanges from perform.Christian Kamm2010-08-121-6/+0
* Sprinkled a bit of doxymentation over various classes.Erik Verbruggen2010-07-281-5/+0
* Reworked the QuickFix infrastructure.Erik Verbruggen2010-07-261-54/+76
* Allow certain characters to also trigger the completionThorbjørn Lindeijer2010-07-091-1/+1
* Introduced IQuickFixFactory.Roberto Raggi2010-06-221-1/+25
* Removed implicit change set and related utility methods.Erik Verbruggen2010-06-141-42/+1
* Added infrastructure to change multiple files at once.Erik Verbruggen2010-06-141-35/+14
* Refactored the quickfix engine.Roberto Raggi2010-06-071-3/+0
* Generalized the quickfix collector.Roberto Raggi2010-06-031-0/+83
* Reduced the usage of CppQuickFixOperation.Roberto Raggi2010-06-031-0/+6
* Reimplemented the C++ quick fix operations using TextEditor::QuickFixOperation.Roberto Raggi2010-06-031-3/+5
* Generalized QuickFixOperation.Roberto Raggi2010-06-031-0/+160