SearchResultsView
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)
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 |