C# Class ARCed.Scintilla.FindReplaceDialog

Show file Open project: borisblizzard/arcreator Class Usage Examples

Public Methods

Method Description
FindNext ( ) : void
FindPrevious ( ) : void
FindReplaceDialog ( ) : System
GetRegexOptions ( ) : RegexOptions
GetSearchFlags ( ) : SearchFlags
MoveFormAwayFromSelection ( ) : void
ReplaceNext ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnActivated ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void

Private Methods

Method Description
AddFindMru ( ) : void
AddReplacMru ( ) : void
FindNextF ( bool searchUp ) : Range
FindNextR ( bool searchUp, Regex &rr ) : Range
FindReplaceDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ReplaceNext ( bool searchUp ) : Range
btnClear_Click ( object sender, EventArgs e ) : void
btnFindAll_Click ( object sender, EventArgs e ) : void
btnFindNext_Click ( object sender, EventArgs e ) : void
btnFindPrevious_Click ( object sender, EventArgs e ) : void
btnReplaceAll_Click ( object sender, EventArgs e ) : void
btnReplaceNext_Click ( object sender, EventArgs e ) : void
btnReplacePrevious_Click ( object sender, EventArgs e ) : void
chkEcmaScript_CheckedChanged ( object sender, EventArgs e ) : void
grdOptionsR_CollapseBoxClickedEvent ( object sender ) : void
grpFindAll_CollapseBoxClickedEvent ( object sender ) : void
grpOptionsF_CollapseBoxClickedEvent ( object sender ) : void
rdoStandardF_CheckedChanged ( object sender, EventArgs e ) : void
rdoStandardR_CheckedChanged ( object sender, EventArgs e ) : void
tabAll_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

FindNext() public method

public FindNext ( ) : void
return void

FindPrevious() public method

public FindPrevious ( ) : void
return void

FindReplaceDialog() public method

public FindReplaceDialog ( ) : System
return System

GetRegexOptions() public method

public GetRegexOptions ( ) : RegexOptions
return RegexOptions

GetSearchFlags() public method

public GetSearchFlags ( ) : SearchFlags
return SearchFlags

MoveFormAwayFromSelection() public method

public MoveFormAwayFromSelection ( ) : void
return void

OnActivated() protected method

protected OnActivated ( EventArgs e ) : void
e EventArgs
return void

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
return void

ReplaceNext() public method

public ReplaceNext ( ) : void
return void