aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellhoverhandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to Qt Creator changes4.6Eike Ziller2018-02-171-1/+4
| | | | | | | In hover handler and run configuration factory Change-Id: Ib60db43560e8485ce9b5a8f9ddcb703382a0ef70 Reviewed-by: Eike Ziller <[email protected]>
* Show error in editor if stack cannot be runEike Ziller2018-01-061-2/+17
| | | | | | | With the option to open the configuration page. Change-Id: I4895e27648d5e161fd0c9b617723f7fdd6853248 Reviewed-by: Eike Ziller <[email protected]>
* Propagate ghc-mod errors upEike Ziller2018-01-051-9/+11
| | | | | | | | Mostly an enabler for providing more useful information to the user in follow-up patches. Change-Id: Ia457f0f92175340fe93754df6215693d3a93dd3a Reviewed-by: Eike Ziller <[email protected]>
* Support "Follow Symbol Under Cursor"Eike Ziller2017-10-011-26/+12
|
* Add editor tooltips with type and symbol infoEike Ziller2017-10-011-0/+160
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.