C# Class FastColoredTextBoxNS.CommandManager

Afficher le fichier Open project: brightideainc/TSTool

Méthodes publiques

Méthode Description
BeginAutoUndoCommands ( ) : void
CommandManager ( TextSource ts ) : System
EndAutoUndoCommands ( ) : void
ExecuteCommand ( Command cmd ) : void
Undo ( ) : void

Private Methods

Méthode Description
BeginDisableCommands ( ) : void
ClearHistory ( ) : void
EndDisableCommands ( ) : void
Redo ( ) : void

Method Details

BeginAutoUndoCommands() public méthode

public BeginAutoUndoCommands ( ) : void
Résultat void

CommandManager() public méthode

public CommandManager ( TextSource ts ) : System
ts TextSource
Résultat System

EndAutoUndoCommands() public méthode

public EndAutoUndoCommands ( ) : void
Résultat void

ExecuteCommand() public méthode

public ExecuteCommand ( Command cmd ) : void
cmd Command
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void