Skip to content
Snippets Groups Projects
  1. Jul 07, 2022
  2. Jul 04, 2022
  3. Mar 04, 2020
  4. May 25, 2019
    • nightfox's avatar
      Added the dictionaryFilenames option for SlyEdit 1.64. dictionaryFilenames... · bd0eed94
      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.
      bd0eed94
  5. Feb 06, 2018
  6. Jan 07, 2018
  7. Jan 05, 2018
  8. Dec 17, 2017
  9. Oct 13, 2013
  10. Sep 20, 2013
    • nightfox's avatar
      SlyEdit version 1.33: Added a configuration option to set a text prefix for... · 5daea459
      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 =).
      5daea459
  11. Sep 19, 2013
    • nightfox's avatar
      SlyEdit version 1.32: Added the ability to choose a tagline to append to the... · 33b3c4a0
      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.
      33b3c4a0
  12. Sep 03, 2013
    • nightfox's avatar
      SlyEdit 1.29: Added a text replacement (AKA Macro) feature. Added a new color... · 18c166ac
      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).
      18c166ac
  13. Feb 01, 2013
  14. Jan 12, 2013
    • nightfox's avatar
      Changed the indentQuoteLinesWithInitials setting to true as a workaround to... · 18ab5f1c
      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.
      18ab5f1c
  15. Dec 31, 2012
  16. Dec 27, 2012
    • nightfox's avatar
      Added the following configuration setting in the [BEHAVIOR] section: · bb796b6d
      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.
      bb796b6d
  17. Dec 22, 2012
Loading