Table of Contents

Class FindResultsPanel

Namespace
Alternet.Scripter.Debugger.UI.AlternetUI
Assembly
Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll

Represents a panel that displays search results, including file names, line numbers, and source text.

public class FindResultsPanel : Panel, INotifyPropertyChanged, ISupportInitialize, IComponent, IDisposable, INotifyDataErrorInfo, IDebuggerFindResultsPanel
Inheritance
FindResultsPanel
Implements

Remarks

The FindResultsPanel provides functionality for managing and displaying search results in a structured format. It supports customization of displayed columns, interaction with individual search results, and event handling for result selection.

Constructors

FindResultsPanel()

Initializes a new instance of the FindResultsPanel class.

Properties

ResultsAvailable

Gets a boolean value indicates whether the find results available.

SelectedRange

Gets IFileRange related to the selected found result.

ShowFileNames

Gets or sets a value indicating whether the control should display the file name for the found result.

ShowFilePath

Gets or sets a value indicating whether the control should display the full file path for the found result.

ShowLineNumbers

Gets or sets a value indicating whether the control should display a line number for the found result.

ShowSourceText

Gets or sets a value indicating whether the control should display source text for the found result.

ToolBar

Gets the toolbar associated with the control.

Methods

AddFindResult(IFileRange)

Adds specified range to the collection of search results.

AddFindResultCore(IFileRange)
AddFindResults(IRangeList, bool)

Fills FindResults content from specified range list.

Clear()

Clears list of results.

ColumnsChanged()
Localize()

Localizes string resources.

UpdateContent()

Events

FindResultClick

Occurs when particular search result was clicked.