aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellmanager.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-03-02 16:30:18 +0100
committerEike Ziller <eike.ziller@qt.io>2020-03-04 07:28:35 +0000
commitedf6d1f89d2c78832253a60d48d7f0cf05bec89c (patch)
treebe36b44396e9a60f251d0d65d8d39bca4ee64a3f /plugins/haskell/haskellmanager.h
parent8326e16c4ef1ae6bfa60b6495b6a1f5a8ec290f0 (diff)
Add button for running GHCi to editor tool bar
Loading the file automatically in GHCi, so it is directly available for investigation. Change-Id: I221d02ef2e17de465244df3a8b6674d84ba52c6e Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'plugins/haskell/haskellmanager.h')
-rw-r--r--plugins/haskell/haskellmanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/haskell/haskellmanager.h b/plugins/haskell/haskellmanager.h
index 63013c9..361b8f8 100644
--- a/plugins/haskell/haskellmanager.h
+++ b/plugins/haskell/haskellmanager.h
@@ -46,6 +46,7 @@ public:
static Utils::FilePath findProjectDirectory(const Utils::FilePath &filePath);
static Utils::FilePath stackExecutable();
static void setStackExecutable(const Utils::FilePath &filePath);
+ static void openGhci(const Utils::FilePath &haskellFile);
static void readSettings(QSettings *settings);
static void writeSettings(QSettings *settings);