aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/syntaxhighlighter.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: handle syntax highlight in batchesDavid Schulz2024-03-251-116/+107
* SyntaxHighlighter: Add rerun if highlighting was interruptedArtem Sokolovskii2024-03-061-8/+7
* TextEditor: Fix folding for async syntax highlighterArtem Sokolovskii2024-02-281-2/+16
* TextEditor: remove unused function of syntax highlighterDavid Schulz2024-02-081-16/+5
* GlslEditor: Fix crash in GlslHighlighterDavid Schulz2024-01-311-0/+13
* SyntaxHighlighter: Fix leakingArtem Sokolovskii2024-01-091-1/+5
* SyntaxHighlighter: Add signal that highlighting is finishedArtem Sokolovskii2023-12-191-0/+3
* SyntaxHighlighter: Remove using global fontSettingsArtem Sokolovskii2023-12-141-5/+2
* SyntaxHighlighter: Move SyntaxHighlighter to separate threadArtem Sokolovskii2023-12-111-26/+52
* SyntaxHighlighter: Make setChangeNumbers private functionArtem Sokolovskii2023-11-211-0/+5
* Fix some warnings about unused thingsEike Ziller2023-07-251-1/+0
* CppEditor: fix highlighter testsDavid Schulz2023-06-161-0/+7
* TextEditor: correctly highlight preedit textDavid Schulz2023-06-141-5/+44
* TextEditor: add tests for semantic highlighterDavid Schulz2023-05-251-1/+15
* CppEditor: Fully handle raw string literals in the syntax highlighterChristian Kandeler2023-02-021-2/+9
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* TextEditor: Use invokeMethod instead of singleShot timer with 0 delayJarek Kobus2021-02-021-2/+2
* SyntaxHighlighter: Fix typoAndre Hartmann2021-01-041-1/+1
* Some Qt6 portinghjk2020-07-221-2/+2
* Editor: Improve splitting format range performanceDavid Schulz2020-02-101-29/+21
* TextEditor: add convenience function to clear all extra highlightsDavid Schulz2019-06-191-0/+9
* TextEditor: make it obvious that formats are consumed by setExtraFormatsDavid Schulz2019-06-191-2/+2
* TextEditor: add convenience function to clear additional highlightsDavid Schulz2019-06-191-0/+20
* TextEditor: modernize SyntaxHighlighter::setExtraFormatsDavid Schulz2019-06-191-31/+5
* Fix build on Linux (GCC 8.2)Aaron Barany2018-12-011-1/+3
* TextEditor: ModernizeAlessandro Portale2018-11-301-4/+2
* TextEditor: ModernizeOrgad Shaneh2018-09-201-3/+3
* Avoid accessing global font settings from syntax highlightersEike Ziller2018-09-191-0/+8
* Fix painting of current line in generic and python editorsEike Ziller2018-08-241-2/+6
* Utils: Purge asConstOrgad Shaneh2018-04-091-2/+1
* TextEditor: Disconnect highlighting from text editor content changesMarco Bubke2017-07-191-8/+19
* Fix style of whitespace in diff descriptionEike Ziller2017-07-071-0/+5
* SyntaxHighlighter: Fix crash when typing a quote at line endOrgad Shaneh2017-05-291-1/+1
* Fix highlighting of C/C++ line continuation backslashesEike Ziller2017-05-231-5/+5
* Generalize function for visualizing whitespace from CppHighligherEike Ziller2017-05-231-0/+33
* SyntaxHighligher: Remove the need to specify format for spacesEike Ziller2017-05-231-7/+12
* Simplify text format handling in syntax highlightersEike Ziller2017-05-231-3/+44
* SyntaxHighlighter: Remove useless code branchEike Ziller2017-05-171-11/+0
* TextEditor: Complete transition to Qt5-style connectsOrgad Shaneh2017-03-201-16/+16
* TextEditor: Remove use of deprecated additionalFormatsOrgad Shaneh2016-08-101-17/+17
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | TextEditor: Remove unneeded qualificationsOrgad Shaneh2015-02-061-7/+8
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-4/+4