From 94fd9a7ce2c7b7acdd8ec5cc2682efdcb48a9ac1 Mon Sep 17 00:00:00 2001 From: nightfox <> Date: Wed, 4 Mar 2020 06:42:35 +0000 Subject: [PATCH] New configuration option: allowSpellCheck. This specifies whether the spell check feature is allowed or not. It defaults to true if not specified. You might want to disable spell check if, for instance, the spell check feature causes an "out of memory" error on your system. --- ctrl/SlyEdit.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ctrl/SlyEdit.cfg b/ctrl/SlyEdit.cfg index 71d072bbf0..bf8793636a 100644 --- a/ctrl/SlyEdit.cfg +++ b/ctrl/SlyEdit.cfg @@ -43,6 +43,9 @@ enableTaglines=false ; Whether or not to allow editing quote lines allowEditQuoteLines=true +; Whether or not to allow spell check +allowSpellCheck=true + ; Dictionary filenames (used for spell check): This is a comma-separated list of ; dictionary filenames. The dictionary filenames are in the format ; dictionary_<language>.txt, where <language> is the language name. In this -- GitLab