summaryrefslogtreecommitdiff
path: root/src/plugins/nim/nimplugin.h
Commit message (Collapse)AuthorAgeFilesLines
* Nim: Switch to the now hopefully final PluginPrivate patternhjk2018-03-091-1/+4
| | | | | Change-Id: Ifffe56107974cfe9364b468dd3c3f5d69a9956d0 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Nim: Avoid using the global object poolhjk2018-02-051-3/+2
| | | | | | | | Use the pattern that's currently being established. Change-Id: Ib716b35473fe5060b9ba5beea240ed46cfb1c5c7 Reviewed-by: Filippo Cucchetto <filippocucchetto@gmail.com> Reviewed-by: hjk <hjk@qt.io>
* Nim: Added Nim compiler output parserFilippo Cucchetto2017-02-081-0/+6
| | | | | Change-Id: I45ea20e4767dedfe0f99002f9d8ad2ffb0f268db Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Nim: Move icon overlay registration to extensionInitialized()hjk2017-01-111-3/+2
| | | | | Change-Id: Ie6149805fb8258bbe55a162a3ee4bbfbbc442c77 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Added plugin for supporting the Nim programming languageFilippo Cucchetto2016-06-071-0/+47
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>