aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellhoverhandler.h
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to upstream changesEike Ziller2019-05-291-1/+1
| | | | | | | In FileName, and project management Change-Id: I8c549c56e2de6dd1fc3f9451e3964bad31327651 Reviewed-by: hjk <[email protected]>
* Adapt to Qt Creator changes4.6Eike Ziller2018-02-171-1/+3
| | | | | | | In hover handler and run configuration factory Change-Id: Ib60db43560e8485ce9b5a8f9ddcb703382a0ef70 Reviewed-by: Eike Ziller <[email protected]>
* Propagate ghc-mod errors upEike Ziller2018-01-051-2/+2
| | | | | | | | Mostly an enabler for providing more useful information to the user in follow-up patches. Change-Id: Ia457f0f92175340fe93754df6215693d3a93dd3a Reviewed-by: Eike Ziller <[email protected]>
* Add editor tooltips with type and symbol infoEike Ziller2017-10-011-0/+55
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.