C# 클래스 GitForce.Settings.Panels.ControlViewEdit

파일 보기 프로젝트 열기: gdevic/GitForce

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AddKnownEditors() 공개 정적인 메소드

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
리턴 void

ApplyChanges() 공개 메소드

Apply changed settings
public ApplyChanges ( ) : void
리턴 void

ControlViewEdit() 공개 메소드

public ControlViewEdit ( ) : System
리턴 System

Focus() 공개 메소드

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

Init() 공개 메소드

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