C# 클래스 FastColoredTextBoxNS.InsertCharCommand

Insert single char
This operation includes also insertion of new line and removing char by backspace
상속: UndoableCommand
파일 보기 프로젝트 열기: samarjeet27/ynoteclassic 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
c char

공개 메소드들

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

Execute operation

InsertCharCommand ( TextSource ts, char c ) : System

Constructor

Undo ( ) : void

Undo operation

비공개 메소드들

메소드 설명
BreakLines ( int iLine, int pos, TextSource ts ) : void
InsertChar ( char c, char &deletedChar, TextSource ts ) : void
InsertLine ( TextSource ts ) : void
MergeLines ( int i, TextSource ts ) : void

Merge lines i and i+1

메소드 상세

Clone() 공개 메소드

public Clone ( ) : UndoableCommand
리턴 UndoableCommand

Execute() 공개 메소드

Execute operation
public Execute ( ) : void
리턴 void

InsertCharCommand() 공개 메소드

Constructor
public InsertCharCommand ( TextSource ts, char c ) : System
ts TextSource
c char Inserting char
리턴 System

Undo() 공개 메소드

Undo operation
public Undo ( ) : void
리턴 void

프로퍼티 상세

c 공개적으로 프로퍼티

public char c
리턴 char