| public | InsertCharCommand(int lineIndex_, int columnIndex_, uchar c_, bool removeIndent_) |
| public override Result<bool> | Redo(TextView* textView) |
| public override Result<bool> | Undo(TextView* textView) |
| private uchar | c |
| private int | columnIndex |
| private int | lineIndex |
| private bool | removeIndent |