C# Class ARCed.Scintilla.FindReplaceDialog

Afficher le fichier Open project: borisblizzard/arcreator Class Usage Examples

Méthodes publiques

Méthode Description
FindNext ( ) : void
FindPrevious ( ) : void
FindReplaceDialog ( ) : System
GetRegexOptions ( ) : RegexOptions
GetSearchFlags ( ) : SearchFlags
MoveFormAwayFromSelection ( ) : void
ReplaceNext ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode 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 méthode

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

FindNext() public méthode

public FindNext ( ) : void
Résultat void

FindPrevious() public méthode

public FindPrevious ( ) : void
Résultat void

FindReplaceDialog() public méthode

public FindReplaceDialog ( ) : System
Résultat System

GetRegexOptions() public méthode

public GetRegexOptions ( ) : RegexOptions
Résultat RegexOptions

GetSearchFlags() public méthode

public GetSearchFlags ( ) : SearchFlags
Résultat SearchFlags

MoveFormAwayFromSelection() public méthode

public MoveFormAwayFromSelection ( ) : void
Résultat void

OnActivated() protected méthode

protected OnActivated ( EventArgs e ) : void
e EventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
Résultat void

ReplaceNext() public méthode

public ReplaceNext ( ) : void
Résultat void