- May
- 592
- 4
Charles Dye,
Contrasting the WRAP command in TextUtils-x64 plugin v. 0.68.1 and your external utility WRAP command,
this command
works perfectly with the external command but fails with the plugin, producing this error message
For the plugin, I need to replace "/I:5,5" with "/P:5,5".
It would sure be nice if the two versions of WRAP had the same syntax and semantics. Perhaps you could just add /P as a synonym for /I in the external command version.
Contrasting the WRAP command in TextUtils-x64 plugin v. 0.68.1 and your external utility WRAP command,
this command
Code:
wrap /c:1 /i:5,5 /w:75 x.txt > y.txt
Code:
TextUtils plugin: Bad code page "/I:5,5"
It would sure be nice if the two versions of WRAP had the same syntax and semantics. Perhaps you could just add /P as a synonym for /I in the external command version.