summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/plaintexteditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Header cleanup in src, specify module name.Friedemann Kleint2011-01-241-1/+1
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Merge remote branch 'origin/2.1'dt2010-11-101-2/+0
|\ \ | |/
| * Plain text editor: Make sure user setting about folding markers is usedLeandro Melo2010-11-101-2/+0
* | Editors: Refactor indenters out of the editors for better reusability.Leandro Melo2010-11-051-7/+2
|/
* Text editor: Fix potential crash in the plain text editor.Leandro Melo2010-10-131-6/+2
* Generic highlighter: Apply format only if it's a configured one; Remove hard-...Leandro Melo2010-10-121-14/+0
* Generic highlighter: Don't nag about the missing definition if info bar was o...Leandro Melo2010-10-111-1/+18
* Generic highlighter: Make the editor more flexible concerning highlighting.Leandro Melo2010-09-291-24/+26
* Generic highlighter: Show/hide info bar whenever the editor is configured.Leandro Melo2010-09-201-0/+2