aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/textstyles.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
| | | | | | | | | | | | | | | Since we also license under GPL-3.0 WITH Qt-GPL-exception-1.0, this applies only to a hypothetical newer version of GPL, that doesn't exist yet. If such a version emerges, we can still decide to relicense... While at it, replace (deprecated) GPL-3.0 with more explicit GPL-3.0-only Change was done by running find . -type f -exec perl -pi -e "s/LicenseRef-Qt-Commercial OR GPL-3.0\+ OR GPL-3.0 WITH Qt-GPL-exception-1.0/LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0/g" {} \; Change-Id: I5097e6ce8d10233993ee30d7e25120e2659eb10b Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
| | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Task-number: QTBUG-67283 Change-Id: I708fd1f9f2b73d60f57cc3568646929117825813 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* TextEditor: Initialize TextStyles::mainStylehjk2022-02-041-1/+3
| | | | | | | Avoids some valgrind warnings. Change-Id: Ib93af9655149e79829b6477469554368f54e0d08 Reviewed-by: David Schulz <david.schulz@qt.io>
* TextEditor: Allow special highlighting for static membersChristian Kandeler2021-10-281-2/+8
| | | | | | Task-number: QTCREATORBUG-9659 Change-Id: Idae529fd876ba5f555c76e4d282efc9263263d6c Reviewed-by: David Schulz <david.schulz@qt.io>
* Make functionality of applying mixin text styles available for everyoneEike Ziller2017-05-291-0/+9
| | | | | Change-Id: I0e702be0572229ec96c71d0ae2b5395a3c2fb29e Reviewed-by: David Schulz <david.schulz@qt.io>
* Clang: Add Declaration highlightingMarco Bubke2016-03-071-0/+40
We are adding declaration detection for function to the highligher on user request. Other declaration will follow in separate patches. Task-number: QTCREATORBUG-15564 Change-Id: I54e97c26425f8d6e9854547d50a9ac8fa076b4e8 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>