aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Support "Follow Symbol Under Cursor"Eike Ziller2017-10-011-0/+6
|
* Add options page for stack executableEike Ziller2017-10-011-1/+51
|
* Add editor tooltips with type and symbol infoEike Ziller2017-10-011-0/+80
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.