aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/syntaxhighlighter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Vcs: Convert to new editor construction schemehjk2014-08-281-2/+4
* | TextEditor: Clean up/streamline SyntaxHighlighter setuphjk2014-08-271-7/+0
|/
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-191-2/+3
* Fix SyntaxHighlighter documentation.Erik Verbruggen2014-04-141-74/+23
* TextEditors: Avoid sending contentsChanged signal when rehighlightingEike Ziller2014-02-041-2/+0
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-1/+1
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-271-2/+2
|\
| * Doc: edit texteditor plugin API docsLeena Miettinen2013-09-111-2/+2
* | Apply static pattern to TextEditorSettinghjk2013-09-201-1/+1
* | Add common interface for text formats inside syntax highlighterjkobus2013-08-261-0/+34
|/
* Doc: Remove \fn lines adjacent to functionsOrgad Shaneh2013-06-051-2/+0
* Clean headers in TextEditor.Friedemann Kleint2013-03-271-7/+0
* C++: optimize the semantic highlighting in the UI thread.Erik Verbruggen2013-02-261-10/+12
* 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
* | Improve color highlighting of memory view.Friedemann Kleint2012-11-151-0/+36
|/
* C++: do not set any highlighting ranges on empty lines.Erik Verbruggen2012-10-151-2/+5
* Adjust license headershjk2012-10-051-20/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Editors: Make sure folded blocks remain consistentLeandro Melo2011-08-151-0/+10
* Fix crash when spliting GLSL editorLeandro Melo2011-08-021-0/+8
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-28/+18
* It's 2011 now.con2011-01-121-1/+1
* Profile editor: Add proper format to white spaces.Leandro Melo2010-09-301-0/+16
* Nicer implementation of setExtraAdditionalFormats()Roberto Raggi2010-08-091-11/+11
* Alternative implementation of SyntaxHighlighter::setExtraAdditionalFormats().Roberto Raggi2010-08-091-27/+38
* Store the QTextCharFormat used to mark virtual methods.Roberto Raggi2010-08-091-16/+1
* Reduces editor updates in certain casesmae2010-08-061-37/+15
* Compare the char formats.Roberto Raggi2010-08-031-1/+17
* Convert semantic highlighter to use additional formatsmae2010-07-131-9/+90
* Forked QSyntaxHighlighter from Qt 4.7.Roberto Raggi2010-07-091-0/+662