Ace API Reference
    Preparing search index...

    Module src/ext/splitExperimental

    Provides functionality to create and manage multiple editor instances within a single container, arranged either horizontally (beside) or vertically (below). Enables synchronized editing sessions with shared configurations while maintaining independent cursor positions and selections.

    Usage:

    var Split = require("ace/ext/split").Split;
    var split = new Split(container, theme, numberOfSplits);
    split.setOrientation(split.BESIDE); // or split.BELOW

    Variables

    export=