Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.32 KB

File metadata and controls

33 lines (28 loc) · 1.32 KB

Import :

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

Handles the search results panel.

Dispatches the following events: replaceBatch - when the Replace button is clicked. close - when the panel is closed. Kind: global class

new Handles the search results panel.

Dispatches the following events: replaceBatch - when the Replace button is clicked. close - when the panel is closed.(model, panelID, panelName, type, [title])

Param Type Description
model SearchModel The model that this view is showing.
panelID string The CSS ID to use for the panel.
panelName string The name to use for the panel, as passed to WorkspaceManager.createBottomPanel().
type string type to identify if it is reference search or string match serach
[title] string Display title for the panel tab.