summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/basetextdocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditors: Fix wrong revision marker after undo/redoEike Ziller2014-02-131-3/+18
* TextEditors: Generalize update mechanism when editors become visibleEike Ziller2014-02-061-5/+4
* TextEditors: Update block revisions only once per documentEike Ziller2014-01-291-0/+20
* VCS editors: Fix revision markersEike Ziller2014-01-291-8/+26
* TextEditors: Avoid multiple highlighting runs when changing font settingEike Ziller2014-01-241-0/+19
* TextEditors: Move font settings to documentEike Ziller2014-01-241-0/+15
* Editors: Add at least some short documentation.Eike Ziller2014-01-231-0/+8
* TextEditors: Remove widget's setTabSettings methodEike Ziller2014-01-211-1/+4
* TextEditors: Move manual (un)indent code to documentEike Ziller2014-01-161-0/+64
* TextEditors: Move some auto-indentation code to documentEike Ziller2014-01-161-0/+10
* TextEditors: Move indenter to document.Eike Ziller2014-01-151-3/+22
* TextEditors: Move contentsChanged signal from editor to documentEike Ziller2014-01-141-0/+1
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Move some BaseTextDocument setup from BaseTextEditorWidgetEike Ziller2014-01-071-0/+11
* | BaseTextDocument: remove unused signalEike Ziller2014-01-071-1/+0
* | Move markableInterface() to ITextEditorDocumentEike Ziller2013-12-101-1/+1
* | Rename QString ITextEditorDocument::contents --> plainTextEike Ziller2013-12-101-1/+1
|/
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-271-4/+4
|\
| * Doc: edit texteditor plugin API docsLeena Miettinen2013-09-111-4/+4
* | ProjectManager: Use Core::Id for progress typeshjk2013-09-041-2/+1
* | Core: Static pattern for ProgressManager, clean up all usershjk2013-09-021-4/+6
* | Merge remote-tracking branch 'origin/2.8'Oswald Buddenhagen2013-08-211-5/+1
|\ \ | |/
| * Editor: Remove trailing whitespaces in generated files.David Schulz2013-08-121-5/+1
* | Fix compiler warningsOrgad Shaneh2013-08-151-1/+0
* | Move IEditor::createNew to IDocument::setContentsEike Ziller2013-07-171-0/+12
* | Rename IDocument::fileName --> filePathEike Ziller2013-07-091-10/+10
* | Make IDocument::fileName a member with setter.Eike Ziller2013-07-091-28/+14
|/
* 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