Property | Type | Description | |
---|---|---|---|
c | char |
Method | Description | |
---|---|---|
Clone ( ) : |
||
Execute ( ) : void |
Execute operation
|
|
InsertCharCommand ( TextSource ts, char c ) : System |
Constructor
|
|
Undo ( ) : void |
Undo operation
|
Method | Description | |
---|---|---|
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
|
public InsertCharCommand ( TextSource ts, char c ) : System | ||
ts | TextSource | |
c | char | Inserting char |
return | System |