C# Класс GitForce.Settings.Panels.ControlViewEdit

Показать файл Открыть проект

Открытые методы

Метод Описание
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