cknave/kevedit

Disableable word wrap in editor

Opened this issue · 2 comments

ZZT can parse lines of length higher than maximum, which can be useful for writing out long if-chains or movement commands without incurring on newline/label costs. However, this might require significant refactors in the editor, and I wouldn't exactly call it a high priority.

Word wrap will specifically break any commands that relies on more wordy arguments that will exceed lines past 42 characters, which makes bigger #IF commands impossible to write out in the editor.

I've looked through the help files and it does mention that word wrap can be disabled, so I'm not too sure what changed between writing that it can be disabled and no longer being able to disable it.

I've looked some through the code and know this wouldn't be an instant quick fix, but this would be hugely beneficial to modern creators. Please consider implementing.