aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellrunconfiguration.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to 4.94.9Eike Ziller2019-05-131-4/+4
| | | | | Change-Id: I649fd586c31149153a501d011bcd95e3452404e8 Reviewed-by: hjk <[email protected]>
* Adapt to removal of IRunConfigurationAspect::runConfigurationEike Ziller2018-09-141-2/+1
| | | | | | | Upstream 32ba65c7f8176487402f6982ecd92acda3ad629c Change-Id: Ie4249b301550bbf11519f23c3fe2d14fc39cc979 Reviewed-by: hjk <[email protected]>
* Adapt to upsream LocalEnvironmentAspect ctor changehjk2018-09-131-2/+2
| | | | | Change-Id: I1733078240018cfe0e4036dca8d88e8cdec5ba91 Reviewed-by: Eike Ziller <[email protected]>
* Adapt to upstream arguments aspect signature changehjk2018-09-131-4/+4
| | | | | Change-Id: I28c3e037caafaeaffa42b42fe822025ad29dfa26 Reviewed-by: Eike Ziller <[email protected]>
* Adapt to upstream changes to working directory aspect setuphjk2018-09-131-2/+4
| | | | | | | | 5bc0b6ce removed a working directory's automatic search for an sibling environment aspect. Pass it explicit here. Change-Id: I9514b1a7c568fa60e19f9148be5368d49b3b6faf Reviewed-by: Eike Ziller <[email protected]>
* Avoid use of RunConfigurationAspect::runConfigurationhjk2018-09-101-10/+8
| | | | | Change-Id: I280e2f79a7c427d1a582f20fd0fbcb09909d8e55 Reviewed-by: Eike Ziller <[email protected]>
* Adapt to upstream change to aspect creationhjk2018-09-041-5/+5
| | | | | Change-Id: Id01df2e8ecea67e6f5a3893219143a264017688a Reviewed-by: Eike Ziller <[email protected]>
* Adapt to upstream RunConfiguration::fillConfigurationLayout changeshjk2018-09-041-7/+1
| | | | | Change-Id: Ib3b531027294ed1e5d95842ef12e05b3bf706693 Reviewed-by: Eike Ziller <[email protected]>
* Adapt to upstream runconfig aspect setup changeshjk2018-08-211-3/+3
| | | | | Change-Id: Id9c0c8046ccaebe8c718573a801c5823e0565da6 Reviewed-by: Eike Ziller <[email protected]>
* Adapt to recentish upstream changeshjk2018-08-061-1/+1
| | | | | | | | The SimpleTargetRunner takes care of conventionally setup TerminalAspects automatically nowadays. Change-Id: Id67048efc40111972f33905ea5a41025fff441dd Reviewed-by: Christian Stenger <[email protected]>
* Update for changes in Qt Creator 4.74.7Eike Ziller2018-07-121-2/+1
| | | | | Change-Id: I37510571f8893a6ebc2822838a02bc135590ebfb Reviewed-by: Tobias Hunger <[email protected]>
* Adapt to upstream changeshjk2018-04-271-48/+32
| | | | | Change-Id: I22bd72ee5b8d8a28d87459fe125ef3a211b9ad16 Reviewed-by: Eike Ziller <[email protected]>
* Use simpler run configuration widget setuphjk2018-03-221-5/+1
| | | | | Change-Id: I2b8853e2e65aa706a1363c8039264cb3689be459 Reviewed-by: Eike Ziller <[email protected]>
* Fix identification of run controls with application targetsEike Ziller2018-03-201-0/+7
| | | | | | | | | | The run configuration's extraId is checked against the RunConfigurationCreationInfos' targetName and buildKey to find out if the run configuration came from that creation info. So we need to implement that in the run configuration. Change-Id: I396605a19b39837d769287d6753cf16ac4d9e77d Reviewed-by: hjk <[email protected]>
* Fix run configuration ID now that it no longer has a prefixEike Ziller2018-03-201-2/+2
| | | | | Change-Id: I3ec20d6878efee0d19923e3e1bf58fa32e3be799 Reviewed-by: hjk <[email protected]>
* Adapt to upstream infrastructure changeshjk2018-03-191-15/+7
| | | | | Change-Id: Ic3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller <[email protected]>
* Adapt to Qt Creator changes4.6Eike Ziller2018-02-171-2/+6
| | | | | | | In hover handler and run configuration factory Change-Id: Ib60db43560e8485ce9b5a8f9ddcb703382a0ef70 Reviewed-by: Eike Ziller <[email protected]>
* Adapt to upstream run configuration factory changeEike Ziller2017-12-201-1/+1
| | | | | | | Changed to IDs in qt-creator/4a66cae8545cd58cf9d3006a2bad91845cffa14b Change-Id: Ie6eb2d53df8735f7fa78baa3a9f885192593f950 Reviewed-by: hjk <[email protected]>
* Adapt to upstream build config and Utils::Link changeshjk2017-12-111-4/+15
| | | | | Change-Id: Ib3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller <[email protected]>
* Adapt to upstream API changes for run configuration factoriesEike Ziller2017-11-271-47/+10
| | | | | | Change-Id: Ifc984f3eff16d109923db33f87906c49765f7864 Reviewed-by: Tobias Hunger <[email protected]> Reviewed-by: hjk <[email protected]>
* Initial Haskell project supportEike Ziller2017-10-011-0/+156
Shows all files from the file system tree around the .cabal file. Provides a simple build configuration with "stack build" step. Provides a simple run configuration with "stack exec" for each "executable" entry.