aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/highlighter.cpp
Commit message (Expand)AuthorAgeFilesLines
* SyntaxHighlighter: Move generic highlighter to separate threadArtem Sokolovskii2023-12-121-3/+12
* SyntaxHighlighter: Move SyntaxHighlighter to separate threadArtem Sokolovskii2023-12-111-0/+5
* SyntaxHighlighter: Move static functions to other namespaceArtem Sokolovskii2023-11-201-190/+1
* Utils, all: Standardize on QtcSettingshjk2023-09-271-8/+9
* TextEditor: fix highlighting after removing lineDavid Schulz2023-05-261-10/+15
* TextEditor: Tr::trhjk2023-01-181-3/+5
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Fix highlighting of debugger disassembly viewEike Ziller2023-01-031-7/+10
* Fix logical XORJarek Kobus2022-10-071-1/+2
* Generic highlighter: Try mime type aliases when looking for definitionsEike Ziller2022-09-211-2/+9
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Correctly include KSyntaxHighlighting headersDmitry Shachnev2022-05-241-5/+5
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-1/+1
* TextEditor: Use FilePath in HighlighterSettingshjk2021-09-281-1/+1
* TextEditor: highlighter.cpp code cosmeticshjk2021-06-301-20/+21
* TextEditor: FilePathify Repository *highlightRepository()hjk2021-06-301-3/+3
* Editor: fix folding for MarkdownDavid Schulz2021-06-211-8/+19
* Editor: highlight qtquickcontrols2.conf as ini filesDavid Schulz2021-06-211-0/+2
* Editor: remove FilePath::toFileInfo in syntax highlighterDavid Schulz2021-06-091-5/+5
* Utils: add FilePath::(complete)suffixDavid Schulz2021-06-041-2/+2
* Utils: add FilePath::completeBaseNameDavid Schulz2021-06-041-1/+1
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-1/+1
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-1/+1
* TextEditor: Do not pop up general messages paneEike Ziller2021-01-041-12/+9
* Editor: Highlight cmake configure_file input filesDavid Schulz2020-09-281-7/+17
* TextEditor: Fix remembering highlight definitionDavid Schulz2020-08-191-11/+14
* 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