Ace API Reference
    Preparing search index...

    Module src/ext/hardwrap

    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.

    Functions

    hardWrap