summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/generichighlighter/highlighter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
| | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Removed module names from #include directives.Erik Verbruggen2012-02-151-2/+2
| | | | | | | | Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Long live the king!hjk2012-01-261-1/+1
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* Fix more krazy warnings.Friedemann Kleint2011-04-191-3/+3
|
* Update license.hjk2011-04-131-14/+13
|
* Gen. highlighter: Fix spellingLeandro Melo2011-03-011-4/+4
|
* It's 2011 now.con2011-01-121-1/+1
| | | | Reviewed-by: hjk
* License headers.con2010-12-171-7/+11
|
* Generic highlighter: Apply format only if it's a configured one; Remove ↵Leandro Melo2010-10-121-22/+25
| | | | | | hard-coded colors. Reviewed-by: con
* Profile editor: Add proper format to white spaces.Leandro Melo2010-09-301-17/+1
| | | | | | | | | The generic highlighter already provided a method for this. This method was then lifted to the base syntax highlighter and it is now used by the profile highlighter. Reviewed-by: Roberto Raggi Task-number: QTCREATORBUG-2448
* Forked QSyntaxHighlighter from Qt 4.7.Roberto Raggi2010-07-091-1/+1
| | | | We need our very own syntax highlighter in Qt Creator.
* Generic highlighter: Satisfying coverity checks.Leandro Melo2010-06-211-1/+1
|
* Generic highlighter: Indentation based code folding.Leandro Melo2010-06-211-21/+69
|
* Generic highlighter: Code folding support.Leandro Melo2010-06-181-60/+139
|
* Generic highlighter: Renaming a couple of methods.Leandro Melo2010-06-181-2/+2
|
* Generic highlighter: Correcting how the engine keeps track of spaces.Leandro Melo2010-06-181-8/+3
| | | | Unit test cases were also created for this.
* Coloring white spaces even if there's no highlight syntax definition set.Leandro Melo2010-06-151-32/+34
| | | | Relative to QTCREATORBUG-1225.
* Generic highlighter: Small re-writings.Leandro Melo2010-06-141-2/+1
|
* Generic highlighter: Fix to correct storage of block states when leading ↵Leandro Melo2010-06-031-10/+17
| | | | | | context sequences are nested with persistent contexts. This situation is represented by case 5 of testPersistentContexts from the highlighter engine unit tests.
* Generic highlighter: Refactored how format configuration is done.Leandro Melo2010-05-311-41/+26
| | | | Now the highlighter engine does not directly depend on TextEditor::FontSettings. This also makes things easier for unit testing.
* Generic highlighter is now part of the text editor plugin.Leandro Melo2010-05-201-0/+478