aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/filecache.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to upstream changesEike Ziller2019-05-291-7/+7
| | | | | | | In FileName, and project management Change-Id: I8c549c56e2de6dd1fc3f9451e3964bad31327651 Reviewed-by: hjk <hjk@qt.io>
* Suppress debug log4.8Eike Ziller2018-10-151-1/+1
| | | | | | | Follow up of qtcreator/0d640268fddb522eb48da439f995a6fade7d6e09 Change-Id: Ie6f218cbd2853f67692a29c33017eeb2c74c1b5c Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Take unsaved modifications into accountEike Ziller2017-10-011-0/+139
For this we need to take snapshots of open and modified files within the project directory. Since we need to restart ghc-mod whenever the mapping changes, we do not remove files from the snapshot until they are actually closed, even if they stay unmodified.