aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nim/nim.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Update Options dialog iconsAlessandro Portale2018-04-241-1/+2
| | | | | | | | | A new set of scalable and themable icons with unified look as provided by Diana. Task-number: QTCREATORBUG-20325 Change-Id: I68498b034e9e43fbb61511a38d9c7fc0003ab076 Reviewed-by: hjk <hjk@qt.io>
* Nim: Use a prefix in nim.qrcAlessandro Portale2018-04-041-1/+1
| | | | | | | | | Since all resources in Qt Creator get merged together at runtime, they should be prefixed with the library/plugin name. Change-Id: Id724fadd45397148ab4a5a815dc7e4114e10c9d2 Reviewed-by: Filippo Cucchetto <filippocucchetto@gmail.com> Reviewed-by: hjk <hjk@qt.io>
* Move mimetype definitions to plugin specsEike Ziller2017-02-271-1/+0
| | | | | | | | | | | | - Avoids the hassle of QRC files and manually registering mime types - Avoids performance regressions because of mime types that are registered after mime database has been used - Makes it technically possible to detect that a disabled plugin could handle a mime type if it was enabled Change-Id: I373008b1b56e9c6b4853055f20b3eeb112a6eff9 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: hjk <hjk@qt.io>
* Added plugin for supporting the Nim programming languageFilippo Cucchetto2016-06-071-0/+6
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>