Ace API Reference
    Preparing search index...

    Module src/ext/settings_menu

    Provides settings interface for the Ace editor that displays dynamically generated configuration options based on the current editor state. The menu appears as an overlay panel allowing users to modify editor options, themes, modes, and other settings through an intuitive graphical interface.

    Usage:

    editor.showSettingsMenu();
    

    The extension automatically registers the showSettingsMenu command and method on the editor instance when initialized.

    Functions

    init