Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
module:fseditor [2018/03/21 12:19] – [A few notes on keybindings] Update to current state of the art. deucemodule:fseditor [2019/04/11 17:15] – [Configure] Need the <file> markup digital man
Line 14: Line 14:
  
 To add ''fseditor.js'' to your FSE list, use the following settings in [[util:SCFG]]->External Programs->External Editors: To add ''fseditor.js'' to your FSE list, use the following settings in [[util:SCFG]]->External Programs->External Editors:
- +<file> 
-  Name                            FSEditor.js +╔════════════════════════════════════════════════════════════════════╗ 
-  Internal Code                   FSEDITOR                      +║                         FSEditor.js Editor                         ║ 
-  Command Line                    ?fseditor %f                  +╠════════════════════════════════════════════════════════════════════╣ 
-  Access Requirements             ANSI                          +║ │Name                            FSEditor.js                       ║ 
-  Intercept I/O                   No                            +║ │Internal Code                   FSEDITOR                          ║ 
-  Native Executable               No                            +║ │Command Line                    ?fseditor %f                      ║ 
-  Use Shell to Execute            No                            +║ │Access Requirements             ANSI                              ║ 
-  Word Wrap Quoted Text           No                            +║ │Intercept I/O                   No                                ║ 
-  Automatically Quoted Text       All                           +║ │Native Executable               No                                ║ 
-  Editor Information Files        WWIV EDITOR.INF/RESULT.ED     +║ │Use Shell to Execute            No                                ║ 
-  Expand Line Feeds to CRLF       No                            +║ │Record Terminal Width           Yes                               ║ 
-  Strip FidoNet Kludge Lines      No                            +║ │Word-wrap Quoted Text           Yes                               ║ 
-  BBS Drop File Type              None                          +║ │Automatically Quoted Text       All                               ║ 
 +║ │Editor Information Files        WWIV EDITOR.INF/RESULT.ED         ║ 
 +║ │Expand Line Feeds to CRLF       No                                ║ 
 +║ │Strip FidoNet Kludge Lines      No                                ║ 
 +║ │BBS Drop File Type              None                              ║ 
 +╚════════════════════════════════════════════════════════════════════╝ 
 +</file>
 Note: as of v1.75, FSeditor saves auto-wrapped lines with a so-called "soft linebreak", identified with a sole line-feed (ASCII 0x0A) character in the file (contrasted with "hard linebreak" identified by a CRLF pair). Note: as of v1.75, FSeditor saves auto-wrapped lines with a so-called "soft linebreak", identified with a sole line-feed (ASCII 0x0A) character in the file (contrasted with "hard linebreak" identified by a CRLF pair).