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
module: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) Nightfoxmodule:slyedit [2024/02/12 09:43] (current) – [UTF-8 support] nightfox
Line 13: Line 13:
 SlyEdit is normally installed into the Synchronet ''[[dir:exec]]'' directory.  Its configuration files are normally located in the ''[[dir:ctrl]]'' directory.  See ''[[howto:editor:slyedit]]'' for SCFG installation instructions for SlyEdit. SlyEdit is normally installed into the Synchronet ''[[dir:exec]]'' directory.  Its configuration files are normally located in the ''[[dir:ctrl]]'' directory.  See ''[[howto:editor:slyedit]]'' for SCFG installation instructions for SlyEdit.
  
-===== SlyEdit configuration file ===== +===== SlyEdit configuration (and configuration file===== 
-The configuration file, SlyEdit.cfg (located in the ''[[dir:ctrl]]'' directory), is a regular text file.  It is split up into 3 sections - Behavior, Ice colors, and DCT colors.  These sections are designated by [BEHAVIOR], [ICE_COLORS], and [DCT_COLORS], respectively.  Each setting has a name=value format.  Comments can be added on their own line starting with a ; (semicolon) character.  The settings for SlyEdit.cfg are described below:\\+There is a menu-driven configuration script you can use to configure the options for SlyEdit.  To use it, open a command prompt, change to your sbbs/exec directory, and run this command:\\ 
 +  jsexec slyedcfg 
 +Alternately, you can specify the .js filename extension if you want to: 
 +  jsexec slyedcfg.js 
 +You can also edit the configuration file manually. The configuration file, SlyEdit.cfg (located in the ''[[dir:ctrl]]'' directory), is a regular text file.  It is split up into 3 sections - Behavior, Ice colors, and DCT colors.  These sections are designated by [BEHAVIOR], [ICE_COLORS], and [DCT_COLORS], respectively.  Each setting has a name=value format.  Comments can be added on their own line starting with a ; (semicolon) character.  The settings for SlyEdit.cfg are described below:\\
 \\ \\
 Behavior settings Behavior settings
Line 181: Line 185:
 | Ctrl-D                          | Delete a line | | Ctrl-D                          | Delete a line |
 | Ctrl-K                          | Select/set text color | | Ctrl-K                          | Select/set text color |
-| Ctrl-G                          | General help |+| Ctrl-G                          | Input graphic character |
 | Ctrl-L                          | Help screen: List command keys | | Ctrl-L                          | Help screen: List command keys |
 | Ctrl-R                          | Spell checker | | Ctrl-R                          | Spell checker |
Line 250: Line 254:
 | /U                              | Configure user settings | | /U                              | Configure user settings |
 | /UPLOAD (or /UL)                | Upload a message contained in a text file | | /UPLOAD (or /UL)                | Upload a message contained in a text file |
 +
 +\\
 +===== UTF-8 support =====
 +As of version 1.88b (2024-02-11), SlyEdit is able to accept UTF-8 character/text input.
  
 \\ \\