aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Suppress debug log4.8Eike Ziller2018-10-152-3/+3
* Add gitignore that ignores .stack-work (e.g. from manual test)Eike Ziller2018-09-191-0/+1
* Adapt to removal of IRunConfigurationAspect::runConfigurationEike Ziller2018-09-142-3/+2
* Adapt to upsream LocalEnvironmentAspect ctor changehjk2018-09-131-2/+2
* Adapt to upstream arguments aspect signature changehjk2018-09-131-4/+4
* Adapt to upstream changes to working directory aspect setuphjk2018-09-131-2/+4
* Avoid use of RunConfigurationAspect::runConfigurationhjk2018-09-102-11/+8
* Adapt to upstream change to aspect creationhjk2018-09-041-5/+5
* Adapt to upstream RunConfiguration::fillConfigurationLayout changeshjk2018-09-042-8/+1
* Adapt to upstream runconfig aspect setup changeshjk2018-08-211-3/+3
* Adapt to recentish upstream changeshjk2018-08-061-1/+1
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-07-194-7/+10
|\
| * 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