- Jul 07, 2022
-
-
Eric Oulashin authored
-
- Jul 04, 2022
-
-
- Mar 04, 2020
-
-
nightfox authored
New configuration option: allowSpellCheck. This specifies whether the spell check feature is allowed or not. It defaults to true if not specified. You might want to disable spell check if, for instance, the spell check feature causes an "out of memory" error on your system.
-
- May 25, 2019
-
-
nightfox authored
Added the dictionaryFilenames option for SlyEdit 1.64. dictionaryFilenames allows the sysop to specify dictionary filenames (used for spell check): This is a comma-separated list of filenames. The dictionary filenames are in the format dictionary_<language>.txt, where <language> is the language name. You can also just specify the language name if you want. Leave blank to use all dictionary files that exist on the system. The dictionary files are located in either sbbs/mods, sbbs/ctrl, or the same directory as SlyEdit.js.
-
- Feb 06, 2018
-
-
nightfox authored
Reverting SlyEdit back to version 1.54, since there seem to still be problems with the new versions that allow text color selection.
-
- Jan 07, 2018
-
-
nightfox authored
Updated comments for the new color-related settings noColorSelectionGrpNames, noColorSelectionSubBoardCodes, cvtColorToANSIGrpNames, and cvtColorToANSISubBoardCodes - Now they're only comma-separated rather than comma & space separated.
-
- Jan 05, 2018
-
-
nightfox authored
-
- Dec 17, 2017
-
-
nightfox authored
For SlyEdit version 1.52: Added a new configuration file option, allowEditQuoteLines, which lets the sysop toggle whether or not to allow users to edit quote lines.
-
- Oct 13, 2013
-
-
nightfox authored
For SlyEdit v1.34: Added a new configuration option for Ice-style colors: menuOptClassicColors. If this option is set to false, then new colors will be used for Ice-style menu options. If this is set to true, then the classic Ice-style menu option colors will be used.
-
- Sep 20, 2013
-
-
nightfox authored
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 =).
-
- Sep 19, 2013
-
-
nightfox authored
SlyEdit version 1.32: Added the ability to choose a tagline to append to the message upon saving. Also added user settings, which lets users configure whether or not they want to use taglines, whether or not to prepend the original author's intials to quoted lines, and whether or not to indent quoted lines that begin with author's initials. Also made some misc. changes & bug fixes, such as: - The maximum message name length in Ice mode is now 35 characters (up from 20 characters). - The user's time left is now updated on the screen as it changes (checked & updated after each keypress). - Bug fix: The time is now displayed in the correct location when the terminal is wider than 80 characters. - Bug fix for DCT mode: Listing text replacements using Ctrl-T from the Help menu now works. - Bug fix for DCT mode: Fixed an off-by-one bug for the horizontal position of the INS/OVR text when changing between insert & overwrite mode using a terminal size more than 80 characters wide. - Some color setting name changes & addition in the color theme configuration files.
-
- Sep 03, 2013
-
-
nightfox authored
SlyEdit 1.29: Added a text replacement (AKA Macro) feature. Added a new color setting, used when listing the text replacements: txtReplacementList. Renamed the crossPostBorder and crossPostBorderTxt color settings to the more generic listBoxBorder and listBoxBorderText. Also, did some code refactoring. The new configuration file SlyEdit_TextReplacements.cfg are where the words & their replacements are defined for text replacements. The new configuration option enableTextReplacements toggles whether or not to enable text replacements and has 3 values: false (disabled), true (enabled with literal text matching), and regex (enabled, using regular expressions).
-
- Feb 01, 2013
-
-
nightfox authored
For SlyEdit v1.20: Added a configuration option to SlyEdit to enable/disable cross-posting (allowCrossPosting). It's enabled by default. Also, added color settings to the color theme files for the cross-post selection box.
-
- Jan 12, 2013
-
-
nightfox authored
Changed the indentQuoteLinesWithInitials setting to true as a workaround to (hopefully) avoid issues with wrapping user's intials on the last line of quoted text to the end of the line before it, which the following example text can reproduce: Gr>> I got a fraudulent charge on my CC bill on 12/24. My CapOne CC had Gr>> expired and they sent out a new one, that I never got. But somebody Gr>> else got it, and went xmas shopping.
-
- Dec 31, 2012
-
-
nightfox authored
-
- Dec 27, 2012
-
-
nightfox authored
useQuoteLineInitials=true SlyEdit now prefixes quoted message lines with the previous author's initials to make it easier to identify who wrote various sections of a message and to make it easier to follow the conversation. If desired, that behavior can be disabled by setting the above option to false. When disabled, SlyEdit will quote message lines as before by simply prefixing them with " > ", as was done by IceEdit, DCT Edit, and other message editors in the early-mid 1990s.
-
- Dec 22, 2012
-
-
nightfox authored
Committed on the Free edition of March Hare Software CVSNT Client. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/
-
nightfox authored
-
nightfox authored
-