aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellmanager.h
Commit message (Collapse)AuthorAgeFilesLines
* Add button for running GHCi to editor tool barEike Ziller2020-03-041-0/+1
| | | | | | | | Loading the file automatically in GHCi, so it is directly available for investigation. Change-Id: I221d02ef2e17de465244df3a8b6674d84ba52c6e Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Remove support for ghc-modEike Ziller2019-10-241-5/+0
| | | | | | | | | | ghc-mod is no longer active and doesn't even compile against newer GHC versions. Use haskell-ide-engine and Qt Creator's language protocol client instead. Change-Id: I5776ec8375c732b8066d09e629148ae222e981c5 Reviewed-by: hjk <hjk@qt.io>
* Adapt to upstream changesEike Ziller2019-05-291-5/+5
| | | | | | | In FileName, and project management Change-Id: I8c549c56e2de6dd1fc3f9451e3964bad31327651 Reviewed-by: hjk <hjk@qt.io>
* Support "Follow Symbol Under Cursor"Eike Ziller2017-10-011-0/+2
|
* Add options page for stack executableEike Ziller2017-10-011-1/+18
|
* Add editor tooltips with type and symbol infoEike Ziller2017-10-011-0/+43
There is one ghcmod process started in a separate thread per project directory of opened files. If there are no more files open for a project, that ghcmod thread is exited. This doesn't take unsaved modifications into account.