aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskelldocument.cpp
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]>
* Add editor tooltips with type and symbol infoEike Ziller2017-10-011-0/+51
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.