aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/semantichighlighter.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: handle syntax highlight in batchesDavid Schulz2024-03-251-18/+12
* TextEditor: Merge Base- and ThreadedSyntaxHighlighterRunnerDavid Schulz2024-01-311-3/+3
* SyntaxHighlighter: Move SyntaxHighlighter to separate threadArtem Sokolovskii2023-12-111-17/+26
* CppEditor: Fix semantic highlightingChristian Kandeler2023-05-311-12/+14
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* TextEditor: Fix clearing of semantic highlightsChristian Kandeler2021-09-131-14/+7
* ClangCodeModel: Do not ignore highlighting for raw string literalsChristian Kandeler2020-10-221-11/+24
* TextEditor: Support highlighter results that cross block boundariesChristian Kandeler2020-10-201-49/+54
* LanguageClient: add support for proposed semantic highlightDavid Schulz2019-06-211-0/+2
* TextEditor: add additional formats setter to semantic highlighterDavid Schulz2019-06-201-0/+26
* TextEditor: directly create format range for resultDavid Schulz2019-06-191-12/+11
* TextEditor: explicit cast unsigned to int in semantichighlighterDavid Schulz2019-06-191-7/+7
* TextEditor: make it obvious that formats are consumed by setExtraFormatsDavid Schulz2019-06-191-1/+1
* TextEditor: add convenience function to clear additional highlightsDavid Schulz2019-06-191-4/+2
* TextEditor: fix clearing of additional formatsMarco Benelli2017-01-131-1/+1
* Editor: Remove senseless assertDavid Schulz2016-09-021-2/+1
* TextEditor: Remove use of deprecated additionalFormatsOrgad Shaneh2016-08-101-6/+6
* TextEditor: Add TextStyles to Sematic HighlighterMarco Bubke2016-03-071-1/+15
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | TextEditor: Remove unneeded qualificationsOrgad Shaneh2015-02-061-2/+2
|/
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* C++: highlighter clean-upsErik Verbruggen2013-04-181-5/+5
* C++: optimize the semantic highlighting in the UI thread.Erik Verbruggen2013-02-261-2/+5
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-2/+2
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* SemanticHighlighter: Fix off-by-one in assert.Christian Kamm2011-09-161-2/+7
* C++ semantic highlighting: Report uses sorted by line.Christian Kamm2011-08-301-25/+22
* QmlJS: Add semantic highlighting.Christian Kamm2011-08-241-0/+138