aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/generichighlighter
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: replace generic highlighter with ksyntaxhighlightingDavid Schulz2019-01-2837-6241/+0
* TextEditor: ModernizeAlessandro Portale2018-11-3010-68/+53
* Fix infinite recursion in highlight processorDaniel Levin2018-11-083-0/+26
* TextEditor: ModernizeOrgad Shaneh2018-09-2012-134/+93
* TextEditor: Pass dialogParent where neededOrgad Shaneh2018-09-201-3/+4
* Avoid accessing global font settings from syntax highlightersEike Ziller2018-09-191-1/+1
* Fix painting of current line in generic and python editorsEike Ziller2018-08-241-5/+7
* TextEditor: Fix compile on macOSChristian Stenger2018-08-151-0/+2
* GenericHighlighter: check text color against backgroundDavid Schulz2018-08-141-1/+41
* GenericHighlighter: Support WordDetectOrgad Shaneh2018-07-024-2/+40
* Fix compilation issues with C++17Eike Ziller2018-06-051-2/+6
* TextEditor: Consistently use nullptrTobias Hunger2018-05-081-1/+1
* TextEditor: Use override consistentlyTobias Hunger2018-05-083-7/+7
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-132-1/+9
|\
| * Highlighter: fix crash after closing fileDavid Schulz2018-04-132-1/+9
* | Don't translate default windowTitle again and againRobert Loehning2018-03-061-1/+1
|/
* GenericHighlighter: Update definitions urlOrgad Shaneh2018-02-281-1/+1
* Highlighter: fix crash after context changeDavid Schulz2018-02-285-7/+26
* TextEditor: Clean forward declarationLaurent Montel2017-09-281-1/+0
* Fix string messagesJarek Kobus2017-09-112-3/+5
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-07-252-0/+15
|\
| * GenericHighlighter: Update supported kate stylesDavid Schulz2017-07-252-0/+15
* | TextEditor: Initialize some membersTobias Hunger2017-07-201-7/+6
|/
* SyntaxHighligher: Remove the need to specify format for spacesEike Ziller2017-05-232-3/+1
* Simplify text format handling in syntax highlightersEike Ziller2017-05-232-33/+44
* Highlighter: Fix freezing highlighter for complex context switchesDavid Schulz2017-05-051-4/+11
* Editor: Fix crash in generic Highlighter for invalid rulesDavid Schulz2017-03-081-0/+3
* Utils: Wrap MimeDatabase into static functionshjk2017-03-031-2/+1
* Convert some 0 to nullptrMontel Laurent2017-02-231-1/+1
* TextEditor: Fix missing includeChristian Stenger2017-02-171-0/+1
* GenericHighlighter: Handle invalid keyword list referencesOrgad Shaneh2017-02-171-1/+11
* GenericHighlighter: Update from KSyntaxHighlightingOrgad Shaneh2017-01-171-1/+1
* Use QString::splitRef() instead of QString::split()Friedemann Kleint2016-11-251-2/+2
* improve static initializersTim Jenssen2016-09-231-31/+30
* Highlighter: Handle lineEmptyContext in generic highlighterDavid Schulz2016-09-124-1/+20
* UI files: Fix tab order in lots of UI formsNazar Gerasymchuk2016-08-021-0/+1
* GenericHighlighter: Support dsDocumentationOrgad Shaneh2016-07-222-2/+5
* SynchronousProcess: Store raw bytes from stdout/stderr of the processTobias Hunger2016-07-151-1/+1
* Use SynchronousProcess::runBlockingTobias Hunger2016-05-261-1/+1
* Fix up QProcess::waitForFinished()Tobias Hunger2016-05-111-6/+7
* GenericHighlighter: Use new Utils::map for downloading definitionsEike Ziller2016-04-292-13/+2
* Generic Highlighter: Use dialogParent for error dialog.Eike Ziller2016-04-291-1/+1
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-151-4/+4
|\
| * Generic Highlighter: Remove warnings and thread safety issuesEike Ziller2016-04-131-4/+4
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-052-31/+18
|\|
| * Runextensions/hasCallOperator: Fix build with MSVC2015 Update 2Eike Ziller2016-04-052-30/+17
| * TextEditor: Fix URL for highlight definitionsChristian Stenger2016-04-041-1/+1
* | Wholesale conversion to #pragma oncehjk2016-03-3019-76/+19
|/
* GenericHighlighter: Support new default stylesOrgad Shaneh2016-03-142-0/+33
* GenericHighlighter: Annotate styles for formatsOrgad Shaneh2016-03-141-17/+17