• exec/SlyEdit.js SlyEdit_Misc.js

    From nightfox@1:103/705 to CVS commit on Thu Feb 1 19:32:36 2018
    exec SlyEdit.js 1.54 1.55 SlyEdit_Misc.js 1.41 1.42
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv27594

    Modified Files:
    SlyEdit.js SlyEdit_Misc.js
    Log Message:
    Bug fix: When backspacing, it now properly removes any Synchronet attribute codes immediately after the character being deleted.

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Fri Feb 2 17:16:08 2018
    exec SlyEdit.js 1.55 1.56 SlyEdit_Misc.js 1.42 1.43
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv18862

    Modified Files:
    SlyEdit.js SlyEdit_Misc.js
    Log Message:
    Version 1.60: Bug fixes for edit line indexes when using a wide terminal (> 80 characters)

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Fri May 24 23:20:37 2019
    exec SlyEdit.js 1.60 1.61 SlyEdit_Misc.js 1.46 1.47
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv25139

    Modified Files:
    SlyEdit.js SlyEdit_Misc.js
    Log Message:
    Added support for some common standard language tags and parsing them from the dictionary filenames. Updated the version to 1.65.

    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Wed May 29 12:50:55 2019
    exec SlyEdit.js 1.61 1.62 SlyEdit_Misc.js 1.48 1.49
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv18222

    Modified Files:
    SlyEdit.js SlyEdit_Misc.js
    Log Message:
    Updated parsing for dictionary filenames (to appear in the list for user preferences): Dictionary filenames can now include "-supplimental" after the localization (such as dictionary_en-US-supplimental.txt" if it's a smaller dictionary only with localized spellings of words. Those dictionaries will include "(Supplimental)" at the end of their name in the user preferences. Dictionary filenames without a localization after the language (such as dictionary_en.txt) will include "(General)" at the end of their name in the user preferences. Dictionaries with just the localization without "-supplimental" will just have the language name and localization as the language name in the user preferences (i.e., dictionary_en-US.txt will be "English (US)".

    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Thu Aug 15 19:36:17 2019
    exec SlyEdit.js 1.67 1.68 SlyEdit_Misc.js 1.55 1.56
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv4371

    Modified Files:
    SlyEdit.js SlyEdit_Misc.js
    Log Message:
    Version 1.70: Fix for a bug introduced in the flowing-line update in 1.68 where
    some quote blocks were sometimes not being included when saving a message. Also, quote lines are now wrapped to the user's terminal width rather than 80 columns.

    --- SBBSecho 3.08-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Tue Mar 3 22:44:15 2020
    exec SlyEdit.js 1.70 1.71 SlyEdit_Misc.js 1.57 1.58
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv29182

    Modified Files:
    SlyEdit.js SlyEdit_Misc.js
    Log Message:
    Added support for a new option in SlyEdit.cfg: allowSpellCheck, which specifies
    whether or not the spell check feature is allowed. Valid values are true and false; 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.

    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 to CVS commit on Wed Mar 4 12:59:51 2020
    exec SlyEdit.js 1.71 1.72 SlyEdit_Misc.js 1.58 1.59
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv32306

    Modified Files:
    SlyEdit.js SlyEdit_Misc.js
    Log Message:
    For cross-posting, to make sure the user can post in a sub-board, SlyEdit now checks the can_post property of the sub-board rather than checking the ARS. The can_post property covers more cases (such as whether the sub-board is a networked sub and the user has the N restriction).

    --- 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 Jan 23 23:54:33 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/7164d94513a43b0c5e77c850
    Modified Files:
    exec/SlyEdit.js SlyEdit_Misc.js
    Log Message:
    [Issue 206] When using SlyEdit CTRL-Space on a MAC sends a 0x0 NUL character causing execution in the timeout logicWith the addition of K_NUL (8b8ed215), this patch changes SlyEdit so that it no longer thinks a 0x0 is a timeout
    --- SBBSecho 3.12-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 Jan 23 23:54:33 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/d61025791864f986aff3a94e
    Modified Files:
    exec/SlyEdit.js SlyEdit_Misc.js
    Log Message:
    Merge branch '206-SlyEdit-NUL-timeout'
    --- SBBSecho 3.12-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 Tue May 31 14:33:55 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/8b24ddc0d064363ae18c240d
    Modified Files:
    exec/SlyEdit.js SlyEdit_Misc.js
    Log Message:
    SlyEdit 1.77: Fix for aborting when trying to access sub-board information when
    there are no sub-boards
    --- 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 Tue May 31 14:33:55 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/a9ae6b740a4ecbea90fcabfb
    Modified Files:
    exec/SlyEdit.js SlyEdit_Misc.js
    Log Message:
    Merge branch 'slyedit_rare_fix_no_subboards' into 'master'SlyEdit 1.77: Fix for
    aborting when trying to access sub-board information when there are no sub-boardsSee merge request main/sbbs!174
    --- SBBSecho 3.15-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 Tue May 31 17:44:49 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/d4276cf91e672a4feca770e2
    Modified Files:
    exec/SlyEdit.js SlyEdit_Misc.js
    Log Message:
    Fixed weird character issue from last commitFixed a weird character issue from the last commit, that may have been dueto using a different text editor that changed some characters, possibly due tocharacter encoding
    --- 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 Tue May 31 17:44:49 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/25402c37dbbb62e431286f38
    Modified Files:
    exec/SlyEdit.js SlyEdit_Misc.js
    Log Message:
    Merge branch 'slyedit_badchars_fix' into 'master'Fixed weird character issue from last commitSee merge request main/sbbs!175
    --- SBBSecho 3.15-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 Thu Jun 9 13:13:03 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/aa1d4280a1ef7a5204552a67
    Modified Files:
    exec/SlyEdit.js SlyEdit_Misc.js
    Log Message:
    SlyEdit Version 1.78: Removed high-ascii characters from the SlyEdit JS files; used ascii() with their numeric ASCII values instead. This should avoid issues with text editors converting characters incorrectly.
    --- 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 Thu Jun 9 13:13:03 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/9772f016aa0152dac9622280
    Modified Files:
    exec/SlyEdit.js SlyEdit_Misc.js
    Log Message:
    Merge branch 'slyedit_remove_hardcoded_high_ascii' into 'master'SlyEdit: Removed high-ascii characters from the JS files to avoid issues with editors changing encodingsSee merge request main/sbbs!180
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)