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
Last revisionBoth sides next 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/11 14:35] – SlyEdit 1.88b updates (UTF-8 support and Ctrl-G change) 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, SlyEdit is able to accept UTF-8 character/text input. This allows inputting a wider range of characters, but one limitation is that if the user's terminal is UTF-8, high-ASCII characters (with numeric values 129-255) can't be entered.  Even when using the graphic character input (with Ctrl-G), those characters will be translated to a different character for UTF-8. However, if the user is not using a UTF-8 terminal, though (i.e., their terminal uses CP437), those characters can be entered.
  
 \\ \\