• exec/SlyEdit.js

    From nightfox@1:103/705 to CVS commit on Sun Dec 17 18:34:41 2017
    exec SlyEdit.js 1.42 1.43
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv5293

    Modified Files:
    SlyEdit.js
    Log Message:
    For SlyEdit version 1.52 - Somehow this file didn't get committed earlier.. Added the ability for the sysop to toggle whether or not to allow users to edit
    quote lines. This is done via a new parameter in the SlyEdit configuration file: allowEditQuoteLines . By default it is enabled, but it can be disabled with this line in the SlyEdit configuration file:
    allowEditQuoteLines=false

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Fri Jan 5 17:10:43 2018
    exec SlyEdit.js 1.48 1.49
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv21708

    Modified Files:
    SlyEdit.js
    Log Message:
    Version 1.56: Fixed a bug (reported by Al) where saving via /s on an empty line
    was causing SlyEdit to quit with an error.

    --- 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 16:39:50 2018
    exec SlyEdit.js 1.50 1.51
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv29051

    Modified Files:
    SlyEdit.js
    Log Message:
    Made a bug fix when inserting text at the beginning/middle of a line, which was
    causing the cursor to move to the wrong place after wrapping and seemed to happen when quote lines were in the message.

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Mon Jan 8 13:18:53 2018
    exec SlyEdit.js 1.51 1.52
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv32072

    Modified Files:
    SlyEdit.js
    Log Message:
    Updated to remove ANSI from quote lines so that the quote lines look better.

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Thu Feb 1 19:02:42 2018
    exec SlyEdit.js 1.53 1.54
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv7212

    Modified Files:
    SlyEdit.js
    Log Message:
    Version 1.59: Updated to strip control characters from the information read from the drop file.

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Wed Sep 25 17:10:23 2019
    exec SlyEdit.js 1.68 1.69
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv5033

    Modified Files:
    SlyEdit.js
    Log Message:
    Changed the variable being checked by the require() for SlyEdit_Misc.js. It was previously checking for CTRL_A, which is now also defined in key_defs.js, so SlyEdit_Misc.js wasn't being loaded anymore. With this fix, SlyEdit should now run again with the latest .js updates.

    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Tue Mar 3 16:23:46 2020
    exec SlyEdit.js 1.69 1.70
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv7950

    Modified Files:
    SlyEdit.js
    Log Message:
    Re-indented some functions to be more consistent with other code in SlyEdit. No change in behavior.

    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Tue Mar 31 21:46:35 2020
    exec SlyEdit.js 1.72 1.73
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv21632

    Modified Files:
    SlyEdit.js
    Log Message:
    The tag line selection now uses DDLightbarMenu instead of SlyEdit's own internal choice menu. Requires the latest dd_lightbar_menu.js. This way, the behavior for the tag line menu is more consistent with the SlyEdit dictionary selection in the user settings and any other script that uses DDLightbarMenu.

    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Sun Apr 5 14:03:43 2020
    exec SlyEdit.js 1.73 1.74
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv29027

    Modified Files:
    SlyEdit.js
    Log Message:
    Changed DDLightbarMenu call to GetTopItemIdxToTopOfLastPage -> GetTopItemIdxOfLastPage. Requires the latest dd_lightbar_menu.js.

    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Eric Oulashin@1:103/705 to Git commit to main/sbbs/master on Sat Mar 5 15:06:37 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/c7c5293060a5279e0eac4624
    Modified Files:
    exec/SlyEdit.js
    Log Message:
    SlyEdit now remembers the quote line window selection between openings.When selecting quote lines in a reply message, SlyEdit now remembers theposition in the quote selection menu so that the quote menu isn't alwaysat the top whenever
    it's opened again. This issue may have been introducedwhen SlyEdit was refactored to use DDLightbarMenu for its lightbar stuff.
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sat Mar 5 15:06:37 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/e201f3cbd9b996cbdac846c3
    Modified Files:
    exec/SlyEdit.js
    Log Message:
    Merge branch 'slyedit_quote_win_remember_position' into 'master'SlyEdit now remembers the quote line window selection between openings.See merge request main/sbbs!152
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)