Skip to content
Snippets Groups Projects

This is a menu-driven configuration program/script for SlyEdit.

Merged Eric Oulashin requested to merge slyedit_configurator_script into master
1 unresolved thread

This is a menu-driven configuration program/script for SlyEdit. For any changes, the new SlyEdit.cfg will be saved to sbbs/mods so that changes don't get overridden by updating sbbs/ctrl. This is a JavaScript script using UIFC. To run (in sbbs/exec): jsexec slyedcfg.js

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • exec/slyedcfg.js 0 → 100644
    234 break;
    235 case 1:
    236 gCfgInfo.cfgSections.BEHAVIOR.enableTextReplacements = false;
    237 break;
    238 case 2:
    239 gCfgInfo.cfgSections.BEHAVIOR.enableTextReplacements = "regex";
    240 break;
    241 }
    242 if (gCfgInfo.cfgSections.BEHAVIOR.enableTextReplacements != valBackup)
    243 {
    244 anyOptionChanged = true;
    245 menuItems[optionMenuSelection] = formatCfgMenuText(itemTextMaxLen, "Enable text replacements", getTxtReplacementsVal());
    246 }
    247 break;
    248 case 16: // Tagline filename
    249 var userInput = uifc.input(WIN_MID, "Tagline filename", gCfgInfo.cfgSections.BEHAVIOR.tagLineFilename, 0, K_EDIT);
  • Rob Swindell
  • Eric Oulashin added 1 commit

    added 1 commit

    • ba5477c6 - Removed some unnecessary stuff & comments from slyedcfg.js

    Compare with previous version

  • Eric Oulashin added 1 commit

    added 1 commit

    • 152ba91e - Removed another uncessary line from slyedcfg.js

    Compare with previous version

  • Eric Oulashin added 1 commit

    added 1 commit

    • f6a5bde9 - Help updates for slyedcfg.js

    Compare with previous version

  • Eric Oulashin added 1 commit

    added 1 commit

    • b14d2b75 - Updated a couple of comments

    Compare with previous version

  • Eric Oulashin added 1 commit

    added 1 commit

    • 4fb76cdf - Addressed code review comments from Digital Man

    Compare with previous version

  • Author Developer

    I've addressed the review comments

  • merged

  • Rob Swindell mentioned in commit 52587aae

    mentioned in commit 52587aae

  • Please register or sign in to reply
    Loading