summaryrefslogtreecommitdiff
path: root/src/plugins/nim/tools
Commit message (Collapse)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-063-3/+3
| | | | | | | | | | | | | | | 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-263-72/+6
| | | | | | | | | 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>
* Remove uses of QRegularExpression::OptimizeOnFirstUsageOptionhjk2020-06-181-5/+3
| | | | | | | | Deprecated, and declared to have no effect for Qt >= 5.12. Task-number: QTCREATORBUG-24098 Change-Id: I11067b8e2ae40ff1f1dd4de92a734a40d2eae556 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Nim: Fix typoRazi Alavizadeh2018-03-192-3/+3
| | | | | | | Fix a typo: Rename matchMultiLineCommendEnd() to matchMultiLineCommentEnd() Change-Id: I2c1a5280c8abb05b9f76d0d8cce138d8a40ad014 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Nim: Force regular expression optimization on first usageFilippo Cucchetto2017-02-011-2/+4
| | | | | Change-Id: I33fb19ee04740de78eaa810f7263cbf133a8541f Reviewed-by: hjk <hjk@qt.io>
* Nim: Removed useless QLatin1String and QLatin1CharFilippo Cucchetto2017-02-011-46/+33
| | | | | Change-Id: Id4f5cbd8c9ba515ec1e4acf4c7cbd19f7c3bb519 Reviewed-by: hjk <hjk@qt.io>
* Nim: Cleanup includes and qbs dependenciesOrgad Shaneh2016-06-151-3/+2
| | | | | | Change-Id: I1b6ef9d875a2b0c440e52148340337a3e3c25477 Reviewed-by: Filippo Cucchetto <filippocucchetto@gmail.com> Reviewed-by: hjk <hjk@theqtcompany.com>
* Nim: Fix warnings during buildTobias Hunger2016-06-072-5/+1
| | | | | | Change-Id: I9201318c6bf2762c22d2a3f7778877a7db16be14 Reviewed-by: hjk <hjk@theqtcompany.com> Reviewed-by: Filippo Cucchetto <filippocucchetto@gmail.com>
* Added plugin for supporting the Nim programming languageFilippo Cucchetto2016-06-073-0/+547
The plugin support: - basic syntax highlighting - indentation - project management - run and build configuration - debugging - code style Change-Id: Idfbb02a11ed570c90149a54b726beb956712e2bd Reviewed-by: David Schulz <david.schulz@theqtcompany.com> Reviewed-by: hjk <hjk@theqtcompany.com>