diff options
| author | Eike Ziller <eike.ziller@qt.io> | 2020-03-02 16:30:18 +0100 |
|---|---|---|
| committer | Eike Ziller <eike.ziller@qt.io> | 2020-03-04 07:28:35 +0000 |
| commit | edf6d1f89d2c78832253a60d48d7f0cf05bec89c (patch) | |
| tree | be36b44396e9a60f251d0d65d8d39bca4ee64a3f /plugins/haskell/haskellconstants.h | |
| parent | 8326e16c4ef1ae6bfa60b6495b6a1f5a8ec290f0 (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/haskellconstants.h')
| -rw-r--r-- | plugins/haskell/haskellconstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/haskell/haskellconstants.h b/plugins/haskell/haskellconstants.h index 8428ec1..8b63761 100644 --- a/plugins/haskell/haskellconstants.h +++ b/plugins/haskell/haskellconstants.h @@ -35,6 +35,7 @@ const char C_HASKELL_PROJECT_ID[] = "Haskell.Project"; const char C_HASKELL_RUNCONFIG_ID[] = "Haskell.RunConfiguration"; const char C_STACK_BUILD_STEP_ID[] = "Haskell.Stack.Build"; const char OPTIONS_GENERAL[] = "Haskell.A.General"; +const char A_RUN_GHCI[] = "Haskell.RunGHCi"; } // namespace Haskell } // namespace Constants |
