• exec/SlyEdit.js

    From Eric Oulashin to Git commit to main/sbbs/master on Saturday, March 05, 2022 15:06:37
    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 the position in the quote selection menu so that the quote menu isn't always
    at the top whenever it's opened again. This issue may have been introduced when SlyEdit was refactored to use DDLightbarMenu for its lightbar stuff.
  • From Rob Swindell to Git commit to main/sbbs/master on Saturday, March 05, 2022 15:06:37
    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
  • From Eric Oulashin to Git commit to main/sbbs/master on Saturday, October 19, 2024 16:23:27
    https://gitlab.synchro.net/main/sbbs/-/commit/b58d32ef05f31117e2b28741
    Modified Files:
    exec/SlyEdit.js
    Log Message:
    SlyEdit: Open the quote file in "binary" mode (only applicable on Windows; same as the fseditor change)
  • From Rob Swindell to Git commit to main/sbbs/master on Saturday, October 19, 2024 16:23:27
    https://gitlab.synchro.net/main/sbbs/-/commit/6e818a2f2ad3d3249761dc03
    Modified Files:
    exec/SlyEdit.js
    Log Message:
    Merge branch 'slyedit_open_quote_file_in_binary_mode' into 'master'

    SlyEdit: Open the quote file in "binary" mode (only applicable on Windows; same as the fseditor change)

    See merge request main/sbbs!462