This is a menu-driven configuration program/script for SlyEdit.
1 unresolved thread
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
Activity
assigned to @rswindell
- Resolved by Eric Oulashin
- Resolved by Eric Oulashin
- Resolved by Eric Oulashin
- Resolved by Eric Oulashin
- 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); changed this line in version 6 of the diff
- Resolved by Eric Oulashin
- Resolved by Eric Oulashin
- Resolved by Eric Oulashin
- Resolved by Eric Oulashin
added 1 commit
- ba5477c6 - Removed some unnecessary stuff & comments from slyedcfg.js
added 1 commit
- 152ba91e - Removed another uncessary line from slyedcfg.js
added 1 commit
- 4fb76cdf - Addressed code review comments from Digital Man
mentioned in commit 52587aae
Please register or sign in to reply