C# Class FastColoredTextBoxNS.ReplaceMultipleTextCommand

Replaces text
Inheritance: UndoableCommand
显示文件 Open project: samarjeet27/ynoteclassic

Public Methods

Method Description
Clone ( ) : UndoableCommand
Execute ( ) : void

Execute operation

ReplaceMultipleTextCommand ( TextSource ts, List ranges ) : System

Constructor

Undo ( ) : void

Undo operation

Method Details

Clone() public method

public Clone ( ) : UndoableCommand
return UndoableCommand

Execute() public method

Execute operation
public Execute ( ) : void
return void

ReplaceMultipleTextCommand() public method

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

Undo() public method

Undo operation
public Undo ( ) : void
return void