diff options
| author | Eike Ziller <eike.ziller@qt.io> | 2017-12-23 11:20:52 +0100 |
|---|---|---|
| committer | Eike Ziller <eike.ziller@qt.io> | 2018-01-06 11:08:02 +0000 |
| commit | a76efd4cac4592a9534717051c3bba801767d8b2 (patch) | |
| tree | b92854693ecce180abc84f73946f14fbcdbe1e61 /plugins/haskell/haskellconstants.h | |
| parent | f73e91128adeaca803e53b0f7af79075bf6ee4b1 (diff) | |
Show error in editor if stack cannot be run
With the option to open the configuration page.
Change-Id: I4895e27648d5e161fd0c9b617723f7fdd6853248
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 1ec7113..f4c1bea 100644 --- a/plugins/haskell/haskellconstants.h +++ b/plugins/haskell/haskellconstants.h @@ -34,6 +34,7 @@ const char C_HASKELL_PROJECT_MIMETYPE[] = "text/x-haskell-project"; const char C_HASKELL_RUNCONFIG_ID_PREFIX[] = "Haskell.Run."; const char C_HASKELL_PROJECT_ID[] = "Haskell.Project"; const char C_HASKELL_EXECUTABLE_KEY[] = "Haskell.Executable"; +const char OPTIONS_GENERAL[] = "Haskell.A.General"; } // namespace Haskell } // namespace Constants |
