C# 클래스 FastColoredTextBoxNS.ReplaceTextCommand

Insert text into given ranges
상속: UndoableCommand
파일 보기 프로젝트 열기: samarjeet27/ynoteclassic

공개 메소드들

메소드 설명
Clone ( ) : UndoableCommand
Execute ( ) : void

Execute operation

ReplaceTextCommand ( TextSource ts, List ranges, string insertedText ) : System

Constructor

Undo ( ) : void

Undo operation

비공개 메소드들

메소드 설명
ClearSelected ( TextSource ts ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : UndoableCommand
리턴 UndoableCommand

Execute() 공개 메소드

Execute operation
public Execute ( ) : void
리턴 void

ReplaceTextCommand() 공개 메소드

Constructor
public ReplaceTextCommand ( TextSource ts, List ranges, string insertedText ) : System
ts TextSource
ranges List List of ranges for replace
insertedText string Text for inserting
리턴 System

Undo() 공개 메소드

Undo operation
public Undo ( ) : void
리턴 void