Text hard wrapping extension for automatic line breaking and text formatting.
Provides intelligent line wrapping functionality that breaks long lines at configurable column limits while
preserving indentation and optionally merging short adjacent lines. Supports both automatic wrapping during text
input and manual formatting of selected text ranges.
Enable:editor.setOption("hardWrap", true)
or configure it during editor initialization in the options object.
Text hard wrapping extension for automatic line breaking and text formatting.
Provides intelligent line wrapping functionality that breaks long lines at configurable column limits while preserving indentation and optionally merging short adjacent lines. Supports both automatic wrapping during text input and manual formatting of selected text ranges.
Enable:
editor.setOption("hardWrap", true)or configure it during editor initialization in the options object.