C# Class FastColoredTextBoxNS.ReplaceMultipleTextCommand

Replaces text
Inheritance: UndoableCommand
Afficher le fichier Open project: samarjeet27/ynoteclassic

Méthodes publiques

Méthode Description
Clone ( ) : UndoableCommand
Execute ( ) : void

Execute operation

ReplaceMultipleTextCommand ( TextSource ts, List ranges ) : System

Constructor

Undo ( ) : void

Undo operation

Method Details

Clone() public méthode

public Clone ( ) : UndoableCommand
Résultat UndoableCommand

Execute() public méthode

Execute operation
public Execute ( ) : void
Résultat void

ReplaceMultipleTextCommand() public méthode

Constructor
public ReplaceMultipleTextCommand ( TextSource ts, List ranges ) : System
ts TextSource Underlaying textsource
ranges List List of ranges for replace
Résultat System

Undo() public méthode

Undo operation
public Undo ( ) : void
Résultat void