summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/plaintexteditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: Make IEditor::id a value member and adjust usershjk2014-02-251-5/+1
* TextEditors: Move font settings to documentEike Ziller2014-01-241-1/+1
* Editors: Add at least some short documentation.Eike Ziller2014-01-231-0/+10
* TextEditors: Remove widget's setTabSettings methodEike Ziller2014-01-211-13/+13
* TextEditors: Move indenter to document.Eike Ziller2014-01-151-1/+2
* PlainTextEditor: only configure when the file path changesEike Ziller2014-01-151-2/+2
* BaseTextEditor: Remove some unnecessary indirections through widgetEike Ziller2014-01-141-2/+2
* TextEditors: Avoid changing document after construction.Eike Ziller2014-01-101-2/+8
* Editors: Remove BaseTextEditorWidget::setBaseTextDocumentEike Ziller2014-01-101-2/+13
* Editors: Remove useless parent widget argument from create/duplicateEike Ziller2014-01-081-2/+2
* 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-5/+5
* | Remove the need to register editors in the action handlerEike Ziller2013-12-121-1/+1
|/
* Fix document appearing as it is all changed on openOrgad Shaneh2013-10-161-1/+2
* Apply static pattern to TextEditorSettinghjk2013-09-201-2/+2
* Fix compilation of generichighlighter test on Windowsjkobus2013-09-181-1/+1
* Apply 'static' pattern to MimeDatabasehjk2013-09-031-7/+7
* Remove superfluous include paths from project files.Christian Kandeler2013-09-021-5/+5
* Fix generic highlighter autotestjkobus2013-08-301-2/+3
* Implement syntax highlighting in diff editorjkobus2013-08-291-20/+2
* Add common interface for text formats inside syntax highlighterjkobus2013-08-261-27/+0
* Move displayName from IEditor to IDocumentEike Ziller2013-07-101-1/+0
* Rename IDocument::fileName --> filePathEike Ziller2013-07-091-2/+2
* TextEditor: Simplify Utils::CommentDefinition structurehjk2013-05-271-4/+4
* Clean headers in TextEditor.Friedemann Kleint2013-03-271-4/+0
* PlainTextEditor: Use info suppression for syntax highlightingOrgad Shaneh2013-02-081-12/+1
* 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
* | Use Core::Id in ICore::showOptionsDialoghjk2012-12-291-3/+7
* | Id: Add QByteArray constructorOrgad Shaneh2012-11-201-1/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* texteditor: generally allow mark requests for all "plain" textshjk2012-09-121-1/+0
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* texteditor: use an enum instead of QString as color idshjk2012-05-031-18/+9
* Editor: Fix crash in generic highlighterLeandro Melo2012-04-051-1/+1
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-5/+5
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-4/+4
* TextEditor: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-061-2/+2
* 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
* | more Id type fixeshjk2011-11-101-2/+2
|/
* Editors: Dont configure form's text editor unnecessarilyLeandro Melo2011-06-301-0/+5
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | core: make context and widget IContext data membershjk2011-04-141-10/+3
|/
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-25/+25