Skip to main content

QuickOpenHelper

Import :

const QuickOpenHelper = brackets.getModule("search/QuickOpenHelper")

match(query, returns)

Kind: global function

ParamTypeDescription
querystringwhat the user is searching for
returnsbooleantrue if this plug-in wants to provide results for this query

itemFocus(selectedItem, query, explicit)

Scroll to the selected item in the current document (unless no query string entered yet, in which case the topmost list item is irrelevant)

Kind: global function

ParamTypeDescription
selectedItemSearchResult
querystring
explicitbooleanFalse if this is only highlighted due to being at top of list after search()

itemSelect(selectedItem, query)

Scroll to the selected item in the current document (unless no query string entered yet, in which case the topmost list item is irrelevant)

Kind: global function

ParamType
selectedItemSearchResult
querystring