aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/highlightersettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils, all: Standardize on QtcSettingshjk2023-09-271-9/+9
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-3/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* TextEditor: Remove unused findFallbackDefinitionsLocation()Jarek Kobus2022-11-251-57/+0
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-171-1/+1
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-1/+1
* Utils: Wrap various file system iteration flags and filtershjk2022-01-261-3/+3
* TextEditor: Use FilePath in HighlighterSettingshjk2021-09-281-56/+43
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-2/+2
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-1/+1
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-1/+1
* Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}hjk2021-05-191-1/+2
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-4/+3
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+1
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-3/+2
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-3/+3
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-1/+1
* All: Use Utils::SkipEmptyPartshjk2020-06-171-1/+2
* TextEditor: Replace QRegExp by QRegularExpressionChristian Stenger2020-06-161-7/+6
* Utils: Add CommandLine convenience constructorshjk2019-07-231-1/+1
* Use Utils::FilePath in SynchronousProcesshjk2019-06-111-2/+4
* TextEditor: add option to remember highlighter definitionDavid Schulz2019-02-281-3/+4
* TextEditor: replace generic highlighter with ksyntaxhighlightingDavid Schulz2019-01-281-0/+203