aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/haskell/share
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Haskell pluginEike Ziller2025-03-122-43/+0
| | | | | | | | | | | | Nowadays the same can be achieved by opening projects as a Workspace. Users need to install and register the language server themselves anyway and adding a build & run configuration are trivial. So this plugin is a lot of code that doesn't really improve the user experience over the stock generic support. Change-Id: Iad25a8e23b4fcbdaa5682f21bef6014156b07a5e Reviewed-by: hjk <[email protected]>
* Wizards: Use is[Any]PluginRunningAlessandro Portale2024-10-301-1/+1
| | | | | | | | | | | | | | This replaces all occurrences of value('Plugins').indexOf('MyPlugin') >= 0 with isPluginRunning('myplugin') And combines OR'ed sequences with AnyPluginRunning. Tests for (Boot2Qt || Boot2QtQdb) are reduced to just boot2qt, since the other one is history. Change-Id: I21206116e2263579349c77ba3914f8ebfe1f089e Reviewed-by: Eike Ziller <[email protected]>
* Haskell: Import from superrepohjk2023-01-272-0/+43
Change-Id: I83c6c817c78ccbf1aee65847777f2652e19275a5 Reviewed-by: Eike Ziller <[email protected]>