summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/plaintexteditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Plain text editor: Make sure user setting about folding markers is usedLeandro Melo2010-11-101-2/+0
* 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
* Prevent dereferencing an invalid file pointer in the plain text editor.Leandro Melo2010-08-191-1/+2
* Generic highlighter: Notify editors when mime type registration is done.Leandro Melo2010-08-181-2/+3
* Generic highlighter: Once there is an id the definition is considered found.Leandro Melo2010-08-061-2/+1
* Core::Context: compile hot fix for Windows.hjk2010-06-251-5/+2
* core: use a class derived from QList<int> instead of a QList<int> for Core::C...hjk2010-06-251-1/+1
* Generic highlighter: Indentation based code folding.Leandro Melo2010-06-211-0/+11
* Generic highlighter: Code folding support.Leandro Melo2010-06-181-0/+6
* Coloring white spaces even if there's no highlight syntax definition set.Leandro Melo2010-06-151-12/+13
* Generic highlighter: Interface for automatic download of available definition...Leandro Melo2010-06-111-5/+3
* Generic highlighter: New option to specify ignored file patterns so the highl...Leandro Melo2010-06-041-2/+5
* Generic highlighter: Changed interface of the definition and adaptated releva...Leandro Melo2010-06-031-0/+1
* Generic highlighter: Refactored how format configuration is done.Leandro Melo2010-05-311-5/+41
* More functionality for the generic highlighter options. Other small changes.Leandro Melo2010-05-281-4/+18
* Generic highlighter: Mime type aliases and parents are now considered when se...Leandro Melo2010-05-211-18/+49
* Generic highlighter is now part of the text editor plugin.Leandro Melo2010-05-201-2/+65
* Indenter is now a separate class which can be reused through composition. Add...Leandro Melo2010-05-141-43/+1
* Long live the king!hjk2010-03-051-1/+1
* Fixes: Diff editors don't get correct name.con2010-01-111-2/+0
* Make method naming more consistent.Tobias Hunger2010-01-071-3/+6
* PLain Text Editor: Remove list indentationFriedemann Kleint2010-01-061-3/+2
* A bit of include cleanupThorbjørn Lindeijer2009-12-081-0/+1
* long live the kinghjk2009-08-141-1/+1
* Missed some unused ';' after Q_UNUSEDAlessandro Portale2009-07-131-1/+1
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Fixes: rempve unnneded icore.h #includehjk2009-01-211-3/+3
* Avoid going through ICore when it's not necessaryThorbjørn Lindeijer2009-01-211-6/+3
* replace Core::ICore::instance()->pluginManager() by ExtensionSystem::PluginM...hjk2009-01-201-4/+4
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
* more code cosmeticshjk2008-12-021-0/+1
* off-by-one in headershjk2008-12-021-1/+0
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
* Initial importcon2008-12-021-0/+129