summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/basetextdocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: edit texteditor plugin API docsLeena Miettinen2013-09-111-4/+4
* Editor: Remove trailing whitespaces in generated files.David Schulz2013-08-121-5/+1
* Core: Let IDocument also report failed file reload operationsNikolai Kosjar2013-06-241-2/+1
* C++: handle file type changes for choosing highlighters.Erik Verbruggen2013-05-151-1/+4
* TextEditors: Separate away methods that actually work on a documentEike Ziller2013-04-191-0/+16
* Clean headers in TextEditor.Friedemann Kleint2013-03-271-6/+0
* Do not clean whitespaces/ensure final line in autosaveThomas Hartmann2013-02-131-8/+11
* PlainTextEditor: Use info suppression for syntax highlightingOrgad Shaneh2013-02-081-13/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Editor: Save and restore position in document on auto save.David Schulz2013-01-301-7/+15
* | Editor: Disable adding UTF-8 BOM for qmake project filesDavid Schulz2013-01-241-2/+3
* | Editor: Added documentation and comments to BaseTextDocument::save.David Schulz2013-01-241-0/+8
|/
* 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
* editormanager: simplify use of interfacehjk2012-05-111-1/+1
* qtcassert: move actual printing to separate function and enforce stylehjk2012-04-171-1/+1
* BaseTextMark: Support renaming filesDaniel Teske2012-04-051-1/+4
* Fix reloading removing all BaseTextMarksDaniel Teske2012-04-051-5/+9
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-2/+2
* Move BaseTextDocument::documentClosing to BaseTextDocumentLayoutDaniel Teske2012-02-151-12/+4
* Move DocumentMarker to BaseTextDocumentLayoutDaniel Teske2012-02-151-111/+4
* Remove unused method ITextMarkable::hasMark()Daniel Teske2012-02-151-14/+0
* Removed module names from #include directives.Erik Verbruggen2012-02-151-10/+10
* Make IFile::isReadOnly consistent.Eike Ziller2012-02-141-2/+0
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-1/+1
* TextEditor: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-061-1/+1
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | Removed dead assignmentRobert Loehning2011-10-271-1/+2
|/
* Implement Code Style schemesJarek Kobus2011-09-231-0/+12
* TextEditor: Remove byte order mark.Christian Kandeler2011-09-061-1/+1
* Extract Core::TextFile from TextEditor::BaseTextDocument.Friedemann Kleint2011-08-261-176/+25
* Fix release build warnings about unitialized variables.Friedemann Kleint2011-07-211-1/+2
* back out whitespace cleanups after autosaveOswald Buddenhagen2011-06-221-2/+23
* don't stack up "no highlighting information" info barsOswald Buddenhagen2011-05-201-0/+12
* add auto-saving of modified editorsOswald Buddenhagen2011-05-121-7/+18
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* provide default implementation of IFile::reloadBehavior()Oswald Buddenhagen2011-04-181-12/+0
* add errorString output argument to IFile::reload() & IEditor::open()Oswald Buddenhagen2011-04-181-15/+18
* add errorString output argument to IFile::save()Oswald Buddenhagen2011-04-181-16/+15
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | Adjust mark area width to mark width.hjk2011-03-231-3/+29
|/
* texteditor: don't crash when trying to open too large fileshjk2011-02-221-1/+6
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-2/+2
* Text editor: Introduce per project settingsLeandro Melo2011-02-211-4/+17
* Fix revisions when loading with multiple chunksmae2011-02-101-0/+3