C# Class GitForce.Settings.Panels.ControlViewEdit

Datei anzeigen Open project: gdevic/GitForce

Public Methods

Method 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

Method 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 method

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
return void

ApplyChanges() public method

Apply changed settings
public ApplyChanges ( ) : void
return void

ControlViewEdit() public method

public ControlViewEdit ( ) : System
return System

Focus() public method

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

Init() public method

Initialize pertinent settings
public Init ( string options ) : void
options string All git global settings
return void