Skip to content
Snippets Groups Projects
Commit abd12f47 authored by nightfox's avatar nightfox
Browse files

Updated for SlyEdit 1.18

parent 7fc1293c
No related branches found
No related tags found
No related merge requests found
SlyEdit message editor SlyEdit message editor
Version 1.17 Version 1.18
Release date: 2012-12-27 Release date: 2012-12-31
by by
...@@ -56,15 +56,20 @@ more room for message information to be displayed. Also, a terminal height ...@@ -56,15 +56,20 @@ more room for message information to be displayed. Also, a terminal height
greater than the standard 24 or 25 characters will provide a taller edit area, greater than the standard 24 or 25 characters will provide a taller edit area,
allowing more of the message to be seen on the screen at a time. allowing more of the message to be seen on the screen at a time.
Also, SlyEdit has no moving parts that can wear out over time.
Thanks go out to the following people for testing: Thanks go out to the following people for testing:
- Nick of Lightning BBS (lightningbbs.dyndns.org) for testing early versions - Nick of Lightning BBS (lightningbbs.dyndns.org) for testing early versions
- Nick (AKA Access Denied) of The Pharcyde (pharcyde.org) for testing the - Nick (AKA Access Denied) of The Pharcyde (pharcyde.org) for testing the
newer versions and for his input on various features, mainly message quoting newer versions and for his input on various features, mainly message quoting
- echicken (sysop of Electronic Chicken) for his solution to look up the
original author of a message after a user changes the "To" name when
replying to a message
3. Installation & Setup 3. Installation & Setup
======================= =======================
These are the steps for installation: These are the steps for installation:
1. Unzip the archive. If you're viewing this file, then you've probably 1. Extract the archive. If you're viewing this file, then you've probably
already done this. :) already done this. :)
2. There are 2 ways SlyEdit's files can be copied onto your Synchronet system: 2. There are 2 ways SlyEdit's files can be copied onto your Synchronet system:
1. Copy the JavaScript files into your sbbs/exec directory and the .cfg files 1. Copy the JavaScript files into your sbbs/exec directory and the .cfg files
...@@ -201,8 +206,8 @@ inputTimeoutMS The amount of time (in milliseconds) to ...@@ -201,8 +206,8 @@ inputTimeoutMS The amount of time (in milliseconds) to
to 300000. to 300000.
reWrapQuoteLines Whether or not to re-wrap quote lines. Valid reWrapQuoteLines Whether or not to re-wrap quote lines. Valid
values are true and false, and this feature values are true and false. This feature is
is enabled by default. With this feature enabled by default. With this feature
enabled, SlyEdit will re-wrap quote lines enabled, SlyEdit will re-wrap quote lines
to still be complete and readable after the to still be complete and readable after the
quote prefix character is added to the front quote prefix character is added to the front
...@@ -215,13 +220,19 @@ reWrapQuoteLines Whether or not to re-wrap quote lines. Valid ...@@ -215,13 +220,19 @@ reWrapQuoteLines Whether or not to re-wrap quote lines. Valid
useQuoteLineInitials Whether or not to prefix quoted message lines useQuoteLineInitials Whether or not to prefix quoted message lines
with the previous author's initials when with the previous author's initials when
replying to a message. If this setting is replying to a message. Valued values are
disabled, SlyEdit will simply prefix the true and false. If this setting is disabled,
quoted lines with " > ", as was done in SlyEdit will simply prefix the quoted lines
IceEdit, DCT Edit, and other message editors with " > ", as was done in IceEdit, DCT Edit,
of the early-mid 1990s. If this setting is and other message editors of the early-mid
not in the configuration file, it will be 1990s. This setting is enabled by default.
enabled by default.
indentQuoteLinesWithInitials When prefixing quoted messages lines with the
previous author's initials, this setting
specifies whether or not to indent quoted
lines with a space. Valued values are true
and false. This setting is disabled by
default.
add3rdPartyStartupScript Add a 3rd-party JavaScript script to execute add3rdPartyStartupScript Add a 3rd-party JavaScript script to execute
(via loading) upon startup of SlyEdit. The (via loading) upon startup of SlyEdit. The
...@@ -474,9 +485,28 @@ MenuHotkeys The color to use for the hotkey characters in ...@@ -474,9 +485,28 @@ MenuHotkeys The color to use for the hotkey characters in
================================ ================================
Version Date Description Version Date Description
------- ---- ----------- ------- ---- -----------
1.17 2012-12-27 Updated to add author initials before quote lines. This 1.18 2012-12-31 Bug fix: When prefixing quote lines with author initials,
is now the default behavior, but this can be disabled if re-wrapping quote lines resulted in an additional
with the following line in SlyEdit.cfg: quote line being created, it wasn't prefixing that quote
line with an additional > to indicate that it was being
quoted again. This was fixed.
Also, updated so that when replying to a message,
instead of getting the author's initials (for quoted
lines) from the given "To" name, it will read the
message's "From" name from the message database. That
way, if a user changes the "To" name when replying to a
message, the correct initials will be used.
If a BBS has Digital Distortion's Message Lister set up,
then it must be updated to at least version 1.31 in order
for message quoting with author's initials to work
properly when replying to a message from Digital
Distortion's Message Lister.
The latest version of the Digital Distortion BBS doors &
add-ons can be downloaded from the following web page:
http://digdist.bbsindex.com/DigDistBBSStuff/DigDistBBSStuff.html
1.17 2012-12-27 Updated to prefix quote lines with author initials.
This is now the default behavior, but this can be
disabled with the following line in SlyEdit.cfg:
useQuoteLineInitials=false useQuoteLineInitials=false
When disabled, SlyEdit will simply prefix quote lines When disabled, SlyEdit will simply prefix quote lines
with " > ", as was done in IceEdit, DCT Edit, and other with " > ", as was done in IceEdit, DCT Edit, and other
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment