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

SlyEdit version 1.33: Added a configuration option to set a text prefix for...

SlyEdit version 1.33: Added a configuration option to set a text prefix for taglines.  The default is "... ".  Also added configuration options to shuffle (randomize) the taglines that are displayed to the user (set to true in SlyEdit.cfg) and to add double-quotes around taglines (defaults to false).  If the sysop wants to add double-quotes around taglines and not add a prefix to taglines, the prefix can be set to blank (nothing after the =).
parent 5daea459
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ Message Lister with the recent versions of SlyEdit: ...@@ -14,6 +14,7 @@ Message Lister with the recent versions of SlyEdit:
SlyEdit Digital Distortion message Lister SlyEdit Digital Distortion message Lister
------- --------------------------------- ------- ---------------------------------
1.33 1.36+
1.32 1.36+ 1.32 1.36+
1.31 1.36+ 1.31 1.36+
1.30 1.36+ 1.30 1.36+
......
SlyEdit message editor SlyEdit message editor
Version 1.32 Version 1.33
Release date: 2013-09-18 Release date: 2013-09-19
by by
...@@ -303,6 +303,29 @@ tagLineFilename Specifies the name of the file that stores ...@@ -303,6 +303,29 @@ tagLineFilename Specifies the name of the file that stores
from to be appended to their message upon from to be appended to their message upon
saving the message. saving the message.
taglinePrefix Some text to be added to the front of
a tagline that is selected from the user.
The intention of this setting is to
differentiate taglines from the rest of the
message. This defaults to the string "... "
(3 dots and a space). If desired, this can
be set to a blank string (nothing after the
=) - for instance, if you only want to put
double quotes around text lines, you could
set this to blank and enable the
quoteTagLines setting.
quoteTaglines Whether or not to put selected taglines in
double quotes. This defaults to false. If
you like taglines to have double quotes and
no prefix, you can set this to true and set
taglinePrefix to a blank string (nothing
after the =).
shuffleTaglines Whether or not to shuffle (randomize) the
list of taglines displayed to the user for
selection.
allowUserSettings Whether or not to allow users to configure allowUserSettings Whether or not to allow users to configure
their own user settings. This defaults to their own user settings. This defaults to
true. true.
......
...@@ -3,6 +3,34 @@ versions of SlyEdit. Only versions with significant/noteworthy configuration ...@@ -3,6 +3,34 @@ versions of SlyEdit. Only versions with significant/noteworthy configuration
changes, etc. are listed in this file, with the most recent version on top. changes, etc. are listed in this file, with the most recent version on top.
Upgrading to version 1.33
-------------------------
In this version, taglines can now be optionally prefixed with some text and/or
surrounded by double quotes. Three new configuration settings have been added
in this version:
taglinePrefix Some text to be added to the front of
a tagline that is selected from the user.
The intention of this setting is to
differentiate taglines from the rest of the
message. This defaults to the string "... "
(3 dots and a space). If desired, this can
be set to a blank string (nothing after the
=) - for instance, if you only want to put
double quotes around text lines, you could
set this to blank and enable the
quoteTagLines setting.
quoteTaglines Whether or not to put selected taglines in
double quotes. This defaults to false. If
you like taglines to have double quotes and
no prefix, you can set this to true and set
taglinePrefix to a blank string (nothing
after the =).
shuffleTaglines Whether or not to shuffle (randomize) the
list of taglines displayed to the user for
selection.
Upgrading to version 1.32 Upgrading to version 1.32
------------------------- -------------------------
A new color setting has been added, listBoxItemHighlight, which is used for the A new color setting has been added, listBoxItemHighlight, which is used for the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment