Ace API Reference
    Preparing search index...
    Index

    Constructors

    • Parameters

      • session: EditSession
      • length: number
      • pos: Ace.Point
      • others: any[]
      • mainClass: string
      • othersClass: string

      Returns PlaceHolder

    Properties

    $onCursorChange: () => void
    $onUpdate: any
    $others: any[]
    $pos: Ace.Point
    $undoStackDepth: any
    $updating: boolean
    doc: Document
    length: number
    mainClass: string
    others: any[]
    othersActive: boolean
    othersClass: string
    pos: Anchor
    selectionBefore: Range | Range[]
    session: EditSession

    Methods

    • PlaceHolder.hideOtherMarkers()

      Hides all over markers in the [[EditSession EditSession]] that are not the currently selected one.

      Returns void

    • Internal

      PlaceHolder@onCursorChange(e)

      Emitted when the cursor changes.

      Parameters

      • Optionalevent: any

      Returns void