summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/refactoringchanges.cpp
Commit message (Expand)AuthorAgeFilesLines
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-7/+7
* Text editor: Introduce per project settingsLeandro Melo2011-02-211-2/+2
* Exported header cleanup.Friedemann Kleint2011-01-201-0/+3
* It's 2011 now.con2011-01-121-1/+1
* Start on some cleanup of EditorManager API and usage.con2011-01-051-6/+1
* License headers.con2010-12-171-7/+11
* Fix crash related to 'add definition from declaration' quickfix.Christian Kamm2010-10-071-5/+6
* C++ Editor: fixed cursor positioning after quickfix action.Erik Verbruggen2010-09-241-8/+14
* EditorManager: Change openEditor/activateEditor to not do mode switchingdt2010-09-141-2/+2
* QuickFix: Introduce CppRefactoringFile.Christian Kamm2010-08-131-5/+5
* QuickFix: Add a warning to RefactoringChanges::removeFile.Christian Kamm2010-08-121-2/+2
* QuickFix: Simplify getting a Document for a C++ refactoring.Christian Kamm2010-08-121-0/+5
* QuickFix: Migrate to a nicer API for cross-file quick fixes.Christian Kamm2010-08-121-142/+89
* QuickFix: Clean up RefactoringChanges and add missing functionality.Christian Kamm2010-08-121-113/+276
* Use 1-based locations.Roberto Raggi2010-07-291-10/+8
* Added the InsertionPointLocator.Erik Verbruggen2010-07-271-1/+6
* Quickfix for adding a declaration to a class from a definition.Erik Verbruggen2010-07-121-1/+21
* Added workaround for indentation not working when inserting text at the begin...Roberto Raggi2010-06-221-1/+3
* Renamed CppRefactoringChanges::parsedDocumentForFile().Roberto Raggi2010-06-221-1/+1
* Generalized the changeset operations.Roberto Raggi2010-06-221-3/+3
* Added infrastructure to change multiple files at once.Erik Verbruggen2010-06-141-0/+191