Options
All
  • Public
  • Public/Protected
  • All
Menu

A quick search interface. The quick search sets the minibuffer to prompt the user for a term and searches through the document in the specified search direction. See the section on "Quick Search" in the editor's embedded help for details of how it works for the user.

Hierarchy

  • QuickSearch

Index

Constructors

constructor

Properties

Private direction

direction: Direction

The direction of the search.

Private editor

editor: Editor

The editor for which we are searching.

Private search

Methods

Private getSearchOptions

Private next

  • next(): void

onMinibufferChange

onMinibufferKeydown

  • onMinibufferKeydown(ev: JQueryKeyEventObject): boolean | undefined
  • The minibuffer calls this function so that the quick search can handle keydown events.

    Parameters

    • ev: JQueryKeyEventObject

    Returns boolean | undefined

    false if the key was handled, undefined otherwise.

onUninstall

  • onUninstall(): void

Private updatePrompt

  • updatePrompt(): void

Generated using TypeDoc