aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nim/nimplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Create RunConfiguration specific DebugWorkerFactoriesDominik Holland2024-01-171-0/+5
* Nim: Hide plugin class implementation in .cpphjk2024-01-121-25/+36
* Nim: Move parser test definition closer to the tested codehjk2024-01-121-4/+9
* ProjectExplorer: Rename ToolChainManager to ToolchainManagerhjk2023-11-271-1/+1
* ProjectExplorer: Rename Tool{C,h}ainFactoryhjk2023-11-241-1/+1
* Nim: Merge Toolchain related file pairshjk2023-07-271-1/+1
* Core: Move settings category icon creation closer to its first usehjk2023-07-271-0/+2
* Nim: Move unusual plugin private ctor content to its only userhjk2023-07-211-11/+0
* Nim: Actually use the static instancehjk2023-07-211-4/+3
* Nim: FilePathify NimSuggesthjk2023-07-211-2/+2
* Tasks: Show tool tips with information about the categoriesEike Ziller2023-07-131-1/+0
* Tasks: Create a container class for category dataEike Ziller2023-07-121-1/+1
* Utils: Further split StringAspect and FilePathAspecthjk2023-07-111-2/+2
* Utils: Rework aspect implementationhjk2023-06-291-3/+4
* Nim: Use PagedSettings for Tools settings pagehjk2023-05-101-1/+0
* Nim: Use simple wrapper classes for project generationhjk2023-01-301-4/+3
* ExtensionSystem: Add a less verbose way to *Plugin::initialize()hjk2023-01-201-6/+1
* ProjectExplorer: Introduce and use convenience factory classhjk2023-01-101-15/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Nim: Convert to Tr::trhjk2022-10-111-1/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-8/+8
* Code cosmeticshjk2022-06-241-2/+4
* Nim: Aspectify NimSettingshjk2021-04-011-5/+3
* Nim: Pass on parse errors to issues paneChristian Stenger2021-03-181-0/+2
* ProjectExplorer: Consolidate RunConfigurationFactory::idshjk2020-06-151-3/+3
* Nim: Add Nimble test run configurationFilippo Cucchetto2019-11-101-0/+6
* Nim: Add support for the nimble build systemFilippo Cucchetto2019-11-041-3/+19
* ProjectExplorer: Re-work setup runworker factorieshjk2019-08-091-1/+5
* ProjectExplorer: Switch order of template parametershjk2019-04-021-1/+1
* ProjectExplorer: Introduce a SimpleRunWorkerFactory templatehjk2019-03-191-0/+2
* Nim: Add code completion with NimSuggestFilippo Cucchetto2019-01-081-1/+14
* ProjectExplorer: Add RunConfigFactory::addRunWorkerFactory convieniencehjk2018-05-291-3/+0
* Update Options dialog iconsAlessandro Portale2018-04-241-1/+2
* Nim: Switch to the now hopefully final PluginPrivate patternhjk2018-03-091-5/+3
* Nim: Avoid using the global object poolhjk2018-02-051-20/+19
* Nim: Move a few factories to their product's compilation unitshjk2018-01-191-3/+2
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-1/+1
* ProjectExplorer: Simplify standard run control constructionhjk2017-06-201-2/+6
* Remove the need to create ISnippetProvider subclassesEike Ziller2017-04-251-2/+4
* ProjectExplorer: Follow up on too-much-magic in IProjectManagerhjk2017-03-091-2/+4
* Move mimetype definitions to plugin specsEike Ziller2017-02-271-3/+0
* Nim: Added support for the Nim compiler inside KitsFilippo Cucchetto2017-01-301-0/+5
* Nim: Move icon overlay registration to extensionInitialized()hjk2017-01-111-2/+5
* Nim: Added support for nim script filesFilippo Cucchetto2016-11-111-1/+3
* Added plugin for supporting the Nim programming languageFilippo Cucchetto2016-06-071-0/+90