aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/refactoringchanges.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Editor: Added Dialog for read only files.David Schulz2013-04-081-0/+16
* Clean headers in TextEditor.Friedemann Kleint2013-03-271-5/+0
* Fix some Krazy warnings about non-const ref iterator.Friedemann Kleint2013-03-111-2/+3
* CppEditor: Replace Q_ASSERT with QTC_ASSERT/QTC_CHECKNikolai Kosjar2013-02-141-5/+5
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Changed return type of :ICore::mainWindow() to QWidget*Konstantin Tokarev2012-07-191-1/+0
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Fix the rest of the warnings about integer sign change with ICCThiago Macieira2012-05-221-1/+1
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-7/+7
* Long live the king!hjk2012-01-261-1/+1
* Fix crash when doing "Move into file" refacoring action.Erik Verbruggen2012-01-191-34/+28
* Editors: Fix refactoring changes indent ranges selectionsLeandro Melo2012-01-161-23/+28
* C++: Preserve original indentation in extract functionLeandro Melo2012-01-121-18/+49