• exec/SlyEdit.js SlyEdit_DCTStuff.js SlyEdit_IceStuff.js SlyEdit_Misc.js

    From nightfox@1:103/705 to CVS commit on Mon Dec 18 12:17:40 2017
    exec SlyEdit.js 1.43 1.44 SlyEdit_DCTStuff.js 1.9 1.10 SlyEdit_IceStuff.js 1.16
    1.17 SlyEdit_Misc.js 1.34 1.35
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv17654

    Modified Files:
    SlyEdit.js SlyEdit_DCTStuff.js SlyEdit_IceStuff.js
    SlyEdit_Misc.js
    Log Message:
    Version 1.53: Updated the definitions of the KEY_PAGE_UP and KEY_PAGE_DOWN variables to match what they are in sbbsdefs.js (if defined) from December 18, 2017 so that the PageUp and PageDown keys continue to work properly. This update should still also work with older builds of Synchronet.

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Tue Dec 19 12:23:17 2017
    exec SlyEdit.js 1.44 1.45 SlyEdit_DCTStuff.js 1.10 1.11 SlyEdit_IceStuff.js 1.17 1.18 SlyEdit_Misc.js 1.35 1.36
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv23866

    Modified Files:
    SlyEdit.js SlyEdit_DCTStuff.js SlyEdit_IceStuff.js
    SlyEdit_Misc.js
    Log Message:
    Small update to ensure the PageUp and PageDown keys work correctly. Changed the command key list help key from Ctrl-P (which is now PageUp) to Ctrl-L. Also changed the text 'find next' key from Ctrl-N (which is now PageDown) to Ctrl-S (for 'Search').

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Mon Dec 25 19:21:45 2017
    exec SlyEdit.js 1.45 1.46 SlyEdit_DCTStuff.js 1.11 1.12 SlyEdit_IceStuff.js 1.18 1.19 SlyEdit_Misc.js 1.36 1.37
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv24822

    Modified Files:
    SlyEdit.js SlyEdit_DCTStuff.js SlyEdit_IceStuff.js
    SlyEdit_Misc.js
    Log Message:
    Version 1.54: Improved quoting with author initials when a > character exists in the quote lines: Not mistaking the preceding text as a quote prefix if it has 3 or more non-space characters before the >. Also fixed an issue where wrapped quote lines were sometimes missing the quote line prefix.

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Tue Dec 26 09:44:08 2017
    exec SlyEdit.js 1.46 1.47 SlyEdit_DCTStuff.js 1.12 1.13 SlyEdit_IceStuff.js 1.19 1.20 SlyEdit_Misc.js 1.37 1.38
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv20836

    Modified Files:
    SlyEdit.js SlyEdit_DCTStuff.js SlyEdit_IceStuff.js
    SlyEdit_Misc.js
    Log Message:
    Updated the line wrapping function to (hopefully) better handle situations when
    it wraps text into the next line when that next line is blank - Ensuring it preserves a blank line below that.

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Thu Jan 4 22:21:40 2018
    exec SlyEdit.js 1.47 1.48 SlyEdit_DCTStuff.js 1.13 1.14 SlyEdit_IceStuff.js 1.20 1.21 SlyEdit_Misc.js 1.38 1.39
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv14777

    Modified Files:
    SlyEdit.js SlyEdit_DCTStuff.js SlyEdit_IceStuff.js
    SlyEdit_Misc.js
    Log Message:
    SlyEdit version 1.55: Added support for changing the text color. Ctrl-K can be
    used to choose a text color (other key combos that might make more sense such as Ctrl-A or Ctrl-C were already used for other featuers). Text colors/attributes are entered as a series of attributes. For instance, to choose green, one would enter G. To choose high-intensity green, one would enter HG. One can switch back to the normal attribute by choosing N. Colors are also supported in the text replacements file - Color/attribute codes can be
    used in the substitute words. Also, \1 can now be used in the color configuration files in place of the ASCII-1 character.

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Sun Jan 7 15:51:31 2018
    exec SlyEdit.js 1.49 1.50 SlyEdit_DCTStuff.js 1.14 1.15 SlyEdit_IceStuff.js 1.22 1.23 SlyEdit_Misc.js 1.39 1.40
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv13120

    Modified Files:
    SlyEdit.js SlyEdit_DCTStuff.js SlyEdit_IceStuff.js
    SlyEdit_Misc.js
    Log Message:
    SlyEdit version 1.57:
    Updated the settings noColorSelectionInGrpNames, noColorSelectionInSubBoardCodes, cvtColorToANSIGrpNames, and cvtColorToANSISubBoardCodes to be comma-separated only (instead of either comma
    or space-separated), to keep things simple and in case there are any spaces in any message group descriptions.
    Removed the TextEditColor setting from the color theme files, since that probably no longer makes sense now that the user can change the text color. When inserting quote lines into a message, ensured the quote lines have the "normal" attribute. The user's chosen colors are applied to their own text lines.
    When importing a file (for sysops only), any color or attribute codes are stripped if colors are not allowed in the current message area according to the
    SlyEdit configuration file.
    Fixed a bug in refreshing the help text line on the bottom of the screen after choosing text colors.

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Sun Jan 28 20:12:31 2018
    exec SlyEdit.js 1.52 1.53 SlyEdit_DCTStuff.js 1.15 1.16 SlyEdit_IceStuff.js 1.23 1.24 SlyEdit_Misc.js 1.40 1.41
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv12051

    Modified Files:
    SlyEdit.js SlyEdit_DCTStuff.js SlyEdit_IceStuff.js
    SlyEdit_Misc.js
    Log Message:
    Version 1.58: Bug fixes related to refreshing quote lines on the screen after closing dialogs (such as the user settings dialog) and after choosing a text color for lines above quote lines: Now properly refreshes quote lines with the correct color.

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Tue Feb 6 12:18:50 2018
    exec SlyEdit.js 1.56 1.57 SlyEdit_DCTStuff.js 1.16 1.17 SlyEdit_IceStuff.js 1.24 1.25 SlyEdit_Misc.js 1.43 1.44
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv6160

    Modified Files:
    SlyEdit.js SlyEdit_DCTStuff.js SlyEdit_IceStuff.js
    SlyEdit_Misc.js
    Log Message:
    Reverting SlyEdit back to version 1.54, since there seem to still be problems with the new versions that allow text color selection.

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Sun Nov 11 17:19:45 2018
    exec SlyEdit.js 1.57 1.58 SlyEdit_DCTStuff.js 1.17 1.18 SlyEdit_IceStuff.js 1.25 1.26 SlyEdit_Misc.js 1.44 1.45
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv14493

    Modified Files:
    SlyEdit.js SlyEdit_DCTStuff.js SlyEdit_IceStuff.js
    SlyEdit_Misc.js
    Log Message:
    Version 1.62: Updated to save the message if the user disconnects, to support Synchronet's message draft feature that was added recently.

    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Fri May 24 17:34:05 2019
    exec SlyEdit.js 1.59 1.60 SlyEdit_DCTStuff.js 1.19 1.20 SlyEdit_IceStuff.js 1.27 1.28 SlyEdit_Misc.js 1.45 1.46
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv9793

    Modified Files:
    SlyEdit.js SlyEdit_DCTStuff.js SlyEdit_IceStuff.js
    SlyEdit_Misc.js
    Log Message:
    SlyEdit version 1.64: Added a spell check feature. The spell checker can be started with the Ctrl-R hotkey or by selecting the spell checker option on the ESC menu. The sysop can configure multiple dictionaries, if desired, using the
    new dictionaryFilenames option in SlyEdit.cfg. For dictionaryFilenames , SlyEdit accepts a comma-separated list of dictionary filenames, which can be in
    sbbs/mods, sbbs/ctrl, or same directory as SlyEdit.js. The 'filenames' in the list can be the actual filenames, or simply the language names if desired. Also, users can toggle which dictionaries to enable for spell check in their user settings (accessible with Ctrl-U), and also toggle whether or not to prompt for spell check upon saving a message.
    SlyEdit also now uses "require" when available, instead of "load", to load .js libraries.
    Also, note that SlyEdit now requires dd_lightbar_menu.js in exec/load - Be sure
    to get the latest one from CVS. dd_lightbar_menu.js is used for displaying the
    list of dictionaries via the user options.

    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Wed Jun 5 20:50:48 2019
    exec SlyEdit.js 1.62 1.63 SlyEdit_DCTStuff.js 1.20 1.21 SlyEdit_IceStuff.js 1.28 1.29 SlyEdit_Misc.js 1.50 1.51
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv30759

    Modified Files:
    SlyEdit.js SlyEdit_DCTStuff.js SlyEdit_IceStuff.js
    SlyEdit_Misc.js
    Log Message:
    Fixed a minor screen refresh bug: In Ice mode, the help line at the bottom wasn't erasing all of the new ESC menu options when exiting the ESC menu. Updated the version to 1.66.1.

    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Sun Jul 21 12:04:01 2019
    exec SlyEdit.js 1.63 1.64 SlyEdit_DCTStuff.js 1.21 1.22 SlyEdit_IceStuff.js 1.29 1.30 SlyEdit_Misc.js 1.51 1.52
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv24609

    Modified Files:
    SlyEdit.js SlyEdit_DCTStuff.js SlyEdit_IceStuff.js
    SlyEdit_Misc.js
    Log Message:
    Now supports changing the message subject (with Ctrl-S). Ctrl-S was previously
    for text search, which has now been changed to Ctrl-W (word/text serach). Updated the version to 1.67. Changing the subject requires a Synchronet development build from July 21, 2019 or newer (that build added support for RESULT.ED even for

    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Sun Jul 21 14:47:15 2019
    exec SlyEdit.js 1.64 1.65 SlyEdit_DCTStuff.js 1.22 1.23 SlyEdit_IceStuff.js 1.30 1.31 SlyEdit_Misc.js 1.52 1.53
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv12738

    Modified Files:
    SlyEdit.js SlyEdit_DCTStuff.js SlyEdit_IceStuff.js
    SlyEdit_Misc.js
    Log Message:
    Made a small refactor

    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Fri Aug 9 19:42:29 2019
    exec SlyEdit.js 1.65 1.66 SlyEdit_DCTStuff.js 1.24 1.25 SlyEdit_IceStuff.js 1.31 1.32 SlyEdit_Misc.js 1.53 1.54
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv13081

    Modified Files:
    SlyEdit.js SlyEdit_DCTStuff.js SlyEdit_IceStuff.js
    SlyEdit_Misc.js
    Log Message:
    Version 1.68: Each paragraph of text written in a message is now saved as one long line so that they can be wrapped appropriately according to the terminal/reader width (which should work online as well as in offline readers).
    Also, message uploads are now supported by typing /UPLOAD (or /UL) on a line by itself (the uploaded message will replace any message written into the editor). Also, now honors the SUB_ANON and SUB_AONLY flags for the sub-boards when cross-posting so that the "from" name is "Anonymous" if either of those flags enabled.

    --- SBBSecho 3.08-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Wed Aug 14 21:43:34 2019
    exec SlyEdit.js 1.66 1.67 SlyEdit_DCTStuff.js 1.25 1.26 SlyEdit_IceStuff.js 1.32 1.33 SlyEdit_Misc.js 1.54 1.55
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv12989

    Modified Files:
    SlyEdit.js SlyEdit_DCTStuff.js SlyEdit_IceStuff.js
    SlyEdit_Misc.js
    Log Message:
    Version 1.69: Updated to only use console.inkey() for user input and not use console.getkey() anymore. Also, SlyEdit will now write the editor style (ICE or DCT) to result.ed at the end when a message is saved. Also, when editing a message, if the cursor is at the end of the last line and the user presses the DEL key, then treat it as a backspace. Some terminals send a delete for backspace, particularly with keyboards that have a delete key but no backspace key.

    --- SBBSecho 3.08-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)