summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/refactoringchanges.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* TextEditorPlugin: Limit the usage of std::make_pairJarek Kobus2022-09-301-2/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* TextEditor: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-191-1/+1
* Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-03-281-1/+7
|\
| * TextEditor: Make sure cursor is visible after refactoringChristian Kandeler2022-03-251-1/+7
* | LanguageClient: Indent code coming from the serverChristian Kandeler2022-02-031-5/+1
|/
* TextEditor: Optionally auto-save refactored filesChristian Kandeler2021-08-191-0/+3
* Core: filepathify expected document changesDavid Schulz2021-06-171-1/+1
* TextEditor: filepathify RefactoringChangesDavid Schulz2021-06-081-44/+55
* Utils: filepathify TextFileFormatDavid Schulz2021-05-181-6/+10
* TextEditor: RefactoringChanges improve readabilityDavid Schulz2021-02-101-13/+12
* Don't access static functions/fields via instanceAlessandro Portale2020-11-191-1/+1
* Core: replace QString with Utils::FilePath to get documentsDavid Schulz2020-09-041-1/+1
* TextEditor: After refactoring, do not open the same document againChristian Kandeler2020-08-121-1/+3
* TextEditor: Sort indent ranges before applyingChristian Kandeler2020-06-151-1/+5
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-1/+1
* Make TextEditor setup more flexibleEike Ziller2020-02-121-2/+2
* Standardize on int for line and column valueshjk2019-07-261-3/+3
* Core: FilePath-ify ReadOnlyFilesDialoghjk2019-05-291-2/+1
* TextEditor: ModernizeAlessandro Portale2018-11-301-5/+3
* TextEditor: ModernizeOrgad Shaneh2018-09-201-22/+6
* Fix handling of read-only editors when applying refactoringsEike Ziller2018-08-221-2/+8
* ClangTools: Reflect state of fixitsNikolai Kosjar2018-05-231-4/+9
* ClangTools: Allow applying fixitsNikolai Kosjar2018-05-161-0/+5
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-1/+1
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-6/+6
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | Core: Reorganize ReadOnlyFilesDialoghjk2014-09-251-13/+15
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-3/+3
* | TextEditor: Clean up RefactoringChangeshjk2014-09-231-8/+10
* | TextEditor: Consolidate document access functions.hjk2014-08-041-2/+2
|/
* DocumentModel: Make interface statichjk2014-05-131-1/+1
* TextEditor: Fix crashOrgad Shaneh2014-01-271-1/+1
* Use document instead of widget in TextEditor::RefactoringChangesDataEike Ziller2014-01-211-4/+4
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Merge BaseTextEditorWidget::editorDocument() and ::baseTextDocument()Eike Ziller2013-12-181-1/+1
|/
* EditorManager: Use static pattern, adjust surrounding codehjk2013-08-301-2/+2
* Remove TextEditor::RefactoringChanges::editorForFileEike Ziller2013-07-181-14/+8
* Fix coding style for else statementsOrgad Shaneh2013-07-171-2/+2
* Rename IDocument::fileName --> filePathEike Ziller2013-07-091-1/+1
* Switch less often to edit modeEike Ziller2013-06-051-1/+1
* Move openEditorAt from BaseTextEditorWidget to EditorManagerEike Ziller2013-06-031-1/+1