From eb7e435f8aed80c97de91b068e8288378f0e3714 Mon Sep 17 00:00:00 2001 From: Eric Oulashin <eric.oulashin@gmail.com> Date: Sun, 27 Nov 2022 11:55:29 -0800 Subject: [PATCH] Updated the SlyEdit documentation for version 1.81 (forgot yesterday). Also updated the default SlyEdit.cfg to use the English dictionary (for spell check). --- ctrl/SlyEdit.cfg | 2 +- docs/SlyEdit_ReadMe.txt | 24 ++++++++++++++++++++---- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/ctrl/SlyEdit.cfg b/ctrl/SlyEdit.cfg index 02d46587ea..dcf7b9965d 100644 --- a/ctrl/SlyEdit.cfg +++ b/ctrl/SlyEdit.cfg @@ -58,7 +58,7 @@ allowSpellCheck=true ; <language>. Leave blank to use all dictionary files that exist on the ; system. The dictionary files are located in either sbbs/mods, sbbs/ctrl, or ; the same directory as SlyEdit. -dictionaryFilenames= +dictionaryFilenames=en ; To use a different color theme file, change the ThemeFilename ; setting. If you want, you can comment out the current setting diff --git a/docs/SlyEdit_ReadMe.txt b/docs/SlyEdit_ReadMe.txt index b6b800c948..f9048e1b80 100644 --- a/docs/SlyEdit_ReadMe.txt +++ b/docs/SlyEdit_ReadMe.txt @@ -1,6 +1,6 @@ SlyEdit message editor - Version 1.80 - Release date: 2022-07-04 + Version 1.81 + Release date: 2022-11-26 by @@ -416,12 +416,22 @@ ThemeFilename The name of the color theme file to use. If no theme file is specified, then default colors will be used. -The color theme files are plain text files that can be edited with a -text editor. +The color theme files are plain text files that can be edited with a text +editor. For each color setting, you can specify color attribute characters as +specified in the Synchronet documentation for attribute (Ctrl-A) codes: +http://wiki.synchro.net/custom:ctrl-a_codes +Note that you don't need control (Ctrl-A) characters for the color settings; +just the attribute characters. A couple examples of specifying colors: + +High green: gh +Normal cyan: c 6. Ice-style Color Theme Settings ================================= +Note that you don't need control (Ctrl-A) characters for the color settings; +just the attribute characters. + The following options are valid for Ice-style theme files: ---------------------------------------------------------- QuoteLineColor The color for quoted lines in the message @@ -484,6 +494,9 @@ UnselectedOptionTextColor The color to use for the text for unselected 7. DCT-style Color Theme Settings ================================= +Note that you don't need control (Ctrl-A) characters for the color settings; +just the attribute characters. + The following options are valid for DCT-style theme files: ---------------------------------------------------------- QuoteLineColor The color for quoted lines in the message @@ -615,6 +628,9 @@ MenuHotkeys The color to use for the hotkey characters in 8. Common colors (appearing in both Ice and DCT color theme files) ================================================================== +Note that you don't need control (Ctrl-A) characters for the color settings; +just the attribute characters. + listBoxBorder The color to use for the border of list boxes, such as the cross-post area selection box and the text replacements list box. Note -- GitLab