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

    From nightfox@VERT to CVS commit on Fri May 24 13: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.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Wed Jun 5 16: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.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Sun Jul 21 08: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


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Sun Jul 21 10: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


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Fri Aug 9 15: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.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Wed Aug 14 17: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.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net