C# Class FastColoredTextBoxNS.MacrosManager

This class records, stores and executes the macros.
Afficher le fichier Open project: samarjeet27/ynoteclassic

Méthodes publiques

Méthode Description
AddCharToMacros ( char c, Keys modifiers ) : void

Adds the char to current macro

AddKeyToMacros ( Keys keyData ) : void

Adds keyboard key to current macro

ClearMacros ( ) : void

Clears last recorded macro

ExecuteMacros ( ) : void

Executes recorded macro

ExecuteMacros ( string file ) : void

Private Methods

Méthode Description
MacrosManager ( FastColoredTextBox ctrl ) : System.Collections.Generic
ProcessKey ( Keys keyData ) : void
ProcessKey ( char c, Keys modifiers ) : void

Method Details

AddCharToMacros() public méthode

Adds the char to current macro
public AddCharToMacros ( char c, Keys modifiers ) : void
c char
modifiers Keys
Résultat void

AddKeyToMacros() public méthode

Adds keyboard key to current macro
public AddKeyToMacros ( Keys keyData ) : void
keyData Keys
Résultat void

ClearMacros() public méthode

Clears last recorded macro
public ClearMacros ( ) : void
Résultat void

ExecuteMacros() public méthode

Executes recorded macro
public ExecuteMacros ( ) : void
Résultat void

ExecuteMacros() public méthode

public ExecuteMacros ( string file ) : void
file string
Résultat void