aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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