Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
module:slyedit [2022/07/06 15:56] – [Edit Mode] Added a mention of arrow keys for edit mode in SlyEdit nightfoxmodule:slyedit [2022/11/27 11:49] – [Color theme configuration files] In color configuration files, only the attribute characters need to be specified now (no control-A characters) Nightfox
Line 24: Line 24:
 | reWrapQuoteLines                | Whether or not to re-wrap quote lines. Valid values are true and false.  This feature is enabled by default.  With this feature enabled, SlyEdit will re-wrap quote lines to still be complete and readable after the quote prefix character is added to the front of the quote lines.  SlyEdit is able to recognize quote lines beginning with > or 2 letters and a > (such as EO>).  If this feature is disabled, quote lines will simply be trimmed to make room for the quote prefix character to be added to the front.  This option was added in version 1.15, replacing the older option splitLongQuoteLines. | | reWrapQuoteLines                | Whether or not to re-wrap quote lines. Valid values are true and false.  This feature is enabled by default.  With this feature enabled, SlyEdit will re-wrap quote lines to still be complete and readable after the quote prefix character is added to the front of the quote lines.  SlyEdit is able to recognize quote lines beginning with > or 2 letters and a > (such as EO>).  If this feature is disabled, quote lines will simply be trimmed to make room for the quote prefix character to be added to the front.  This option was added in version 1.15, replacing the older option splitLongQuoteLines. |
 | allowColorSelection             | Whether or not to let the user change the text color. This option was added in version 1.80. | | allowColorSelection             | Whether or not to let the user change the text color. This option was added in version 1.80. |
-| saveColorsAsANSI                | Whether or not to save message color/attribute codes as ANSI (if not, they will be saved as Synchronet attribute codes).  This option was added in version 1.80. |+| saveColorsAsANSI                | Whether or not to save message color/attribute codes as ANSI (if not, they will be saved as Synchronet attribute codes).  Normally, this should be false, since Synchronet does not word-wrap messages with ANSI codes and is able to convert Synchronet attribute codes to ANSI for other BBS systems as needed.  This option was added in version 1.80. |
 | allowCrossPosting               | Whether or not to allow cross-posting.  Valid values are true and false.  This setting is enabled by default.  This option was added in version 1.20. | | allowCrossPosting               | Whether or not to allow cross-posting.  Valid values are true and false.  This setting is enabled by default.  This option was added in version 1.20. |
 | enableTextReplacements          | Whether or not to enable text replacements (AKA macros).  Valid values are false (disabled), true (enabled with basic/literal text matching), and regex (enabled using regular expressions). | | enableTextReplacements          | Whether or not to enable text replacements (AKA macros).  Valid values are false (disabled), true (enabled with basic/literal text matching), and regex (enabled using regular expressions). |
Line 55: Line 55:
 ===== Color theme configuration files ===== ===== Color theme configuration files =====
 The color theme configuration files (located in the ''[[dir:ctrl]]'' directory) are regular text files.  Each setting has a name=value format.  Comments can be added on their own line starting with a ; (semicolon) character.  The color settings use Synchronet's ''[[custom:ctrl-a_codes]]''.\\ The color theme configuration files (located in the ''[[dir:ctrl]]'' directory) are regular text files.  Each setting has a name=value format.  Comments can be added on their own line starting with a ; (semicolon) character.  The color settings use Synchronet's ''[[custom:ctrl-a_codes]]''.\\
 +\\
 +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 ''[[custom:ctrl-a_codes]]'' Note that you don't need control (Ctrl-A) characters for the color settings; just the attribute characters (As of SlyEdit 1.81 (2022-11-26)).  A couple examples of specifying colors:\\
 +High green: **gh**\\
 +Normal cyan: **c**\\
 +\\
 \\ \\
 The following are the default Ice-style theme files included with SlyEdit: The following are the default Ice-style theme files included with SlyEdit: