EditorSearchProvider | @jupyterlab (original) (raw)

Type Parameters

Hierarchy (View Summary)

Implements

Index

Constructors

constructor

Returns EditorSearchProvider<T>

Properties

Protected_stateChanged

ProtectedcurrentIndex

currentIndex: null | number = null

Protectedfilters

Protectedquery

query: null | RegExp = null

Accessors

ProtectedcmHandler

currentMatchIndex

Protected Abstracteditor

isActive

isDisposed

matchesCount

Protected Abstractmodel

stateChanged

Methods

clearHighlight

dispose

endQuery

getCurrentMatch

The current match

highlightNext

The next match if there is one.

highlightPrevious

The previous match if there is one.

ProtectedonSharedModelChanged

replaceAllMatches

Whether a replace occurred.

replaceCurrentMatch

Returns Promise<boolean>

Whether a replace occurred.

setIsActive

setProtectSelection

setSearchSelection

Returns Promise<void>

startQuery

ProtectedupdateCodeMirror

Returns Promise<void>