aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update for changes in Qt Creator 4.74.7Eike Ziller2018-07-124-7/+10
* Adapt to upstream changeshjk2018-04-274-63/+45
* Restrict stack build step to build step listhjk2018-03-231-0/+2
* Adapt to TextEditorWidget::findLinkAt changeEike Ziller2018-03-222-6/+10
* Use simpler run configuration widget setuphjk2018-03-221-5/+1
* Fix identification of run controls with application targetsEike Ziller2018-03-202-0/+9
* Fix run configuration ID now that it no longer has a prefixEike Ziller2018-03-202-3/+3
* Update available run configurations when project file changesEike Ziller2018-03-202-1/+9
* Adapt to upstream infrastructure changeshjk2018-03-198-80/+64
* Add simple test haskell projectEike Ziller2018-03-105-0/+88
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-174-6/+15
|\
| * Adapt to Qt Creator changes4.6Eike Ziller2018-02-174-6/+15
|/
* Directly restart ghc-mod if it died between lookupsEike Ziller2018-01-061-3/+10
* Show error in editor if stack cannot be runEike Ziller2018-01-065-3/+48
* Propagate ghc-mod errors upEike Ziller2018-01-056-65/+87
* Adapt to upstream run configuration factory changeEike Ziller2017-12-201-1/+1
* Adapt to upstream build config and Utils::Link changeshjk2017-12-1110-117/+52
* Adapt to upstream API changes for run configuration factoriesEike Ziller2017-11-274-66/+14
* Add READMEEike Ziller2017-10-041-0/+24
* Add toplevel .pro file and .qbs fileEike Ziller2017-10-033-0/+44
* Initial Haskell project supportEike Ziller2017-10-0112-4/+892
* Support "Follow Symbol Under Cursor"Eike Ziller2017-10-019-29/+403
* Take unsaved modifications into accountEike Ziller2017-10-015-8/+290
* Add options page for stack executableEike Ziller2017-10-0110-8/+255
* Add editor tooltips with type and symbol infoEike Ziller2017-10-0112-4/+901
* Add highlighterEike Ziller2017-10-018-2/+1681
* Provide snippet groupEike Ziller2017-10-016-12/+114
* Add (un)commentingEike Ziller2017-10-011-0/+3
* Register a haskell editor factoryEike Ziller2017-10-014-3/+98
* Start with dummy pluginEike Ziller2017-10-017-0/+249