C# Class uREPL.KeyBinding

Afficher le fichier Open project: hecomi/uREPL

Private Properties

Свойство Type Description
InitializeArrowKeys void
InitializeCommands void
InitializeEmacsLikeKeys void
Next void
Prev void
StopCompletion void
ToggleWindowByKeys void

Méthodes publiques

Méthode Description
Initialize ( Window parent ) : void
IsEnterPressing ( ) : bool
Update ( ) : void

Private Methods

Méthode Description
InitializeArrowKeys ( ) : void
InitializeCommands ( ) : void
InitializeEmacsLikeKeys ( ) : void
Next ( ) : void
Prev ( ) : void
StopCompletion ( ) : void
ToggleWindowByKeys ( ) : void

Method Details

Initialize() public méthode

public Initialize ( Window parent ) : void
parent Window
Résultat void

IsEnterPressing() public méthode

public IsEnterPressing ( ) : bool
Résultat bool

Update() public méthode

public Update ( ) : void
Résultat void