C# Class GitForce.Settings.Panels.ControlViewEdit

Afficher le fichier Open project: gdevic/GitForce

Méthodes publiques

Méthode Description
AddKnownEditors ( ) : void

If the list of editors is empty, find several common Windows or Linux editors and add them to the list. This is a static function called on program startup.

ApplyChanges ( ) : void

Apply changed settings

ControlViewEdit ( ) : System
Focus ( bool focused ) : void

Control received a focus (true) or lost a focus (false)

Init ( string options ) : void

Initialize pertinent settings

Private Methods

Méthode Description
BtAddClick ( object sender, EventArgs e ) : void

User clicked on Add button to add a program

BtRemoveClick ( object sender, EventArgs e ) : void

User clicked on Remove button to remove selected programs

Method Details

AddKnownEditors() public static méthode

If the list of editors is empty, find several common Windows or Linux editors and add them to the list. This is a static function called on program startup.
public static AddKnownEditors ( ) : void
Résultat void

ApplyChanges() public méthode

Apply changed settings
public ApplyChanges ( ) : void
Résultat void

ControlViewEdit() public méthode

public ControlViewEdit ( ) : System
Résultat System

Focus() public méthode

Control received a focus (true) or lost a focus (false)
public Focus ( bool focused ) : void
focused bool
Résultat void

Init() public méthode

Initialize pertinent settings
public Init ( string options ) : void
options string All git global settings
Résultat void