aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/highlighter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Highlighter: Fix resolution of highlighting definitionEike Ziller2020-03-241-15/+13
* Highlighter: Fix typoEike Ziller2020-03-241-3/+3
* Highlighter: Remove unused methodsEike Ziller2020-03-241-29/+0
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2020-01-081-1/+3
|\
| * Editor: always set format for visual whitespaceDavid Schulz2020-01-071-1/+3
* | TextEditor: Fix typo in a TextDocumentLayout functionNikolai Kosjar2019-12-181-1/+1
* | Move helper functions to more public locationChristian Stenger2019-11-151-41/+5
|/
* Highlighter: update all editors after downloading additional definitionsDavid Schulz2019-11-041-0/+1
* Highlighter: clarify 'Update Definitions' actionDavid Schulz2019-11-041-1/+14
* Highlighter: Apply specific ksyntax format attributesDavid Schulz2019-07-081-1/+71
* Highlighter: Use file pattern matching if mime type is 'text/plain'David Schulz2019-06-241-7/+21
* Merge remote-tracking branch 'origin/4.9' into 4.10Eike Ziller2019-06-121-9/+12
|\
| * TextEditor: force rehighlight of next block if state changedDavid Schulz2019-06-071-9/+12
* | Utils: Rename FileName to FilePathhjk2019-05-281-3/+3
|/
* TextEditor: fix folding regression in generic highlighterDavid Schulz2019-05-031-5/+45
* TextEditor: fix highlighting whitespaces with ksyntax highlighterDavid Schulz2019-03-141-0/+1
* TextEditor: Fix matching parenthesis highlight reggressionDavid Schulz2019-03-071-0/+22
* SyntaxHighlighter: Update to latest masterChristian Stenger2019-03-041-1/+1
* TextEditor: add option to remember highlighter definitionDavid Schulz2019-02-281-7/+87
* TextEditor: Show info when multiple highlight definitions are availableDavid Schulz2019-02-111-0/+5
* TextEditor: return all definitions for a file name/mimetype/documentDavid Schulz2019-02-071-0/+21
* TextEditor: shorten namespace noiseDavid Schulz2019-02-071-4/+4
* TextEditor: add convenient definition for document functionDavid Schulz2019-02-071-0/+12
* TextEditor: replace generic highlighter with ksyntaxhighlightingDavid Schulz2019-01-281-0/+158