Свойство | Тип | Описание | |
---|---|---|---|
GitExtensionsVersionInt | int | ||
GitExtensionsVersionString | string | ||
PathSeperator | char | ||
PathSeperatorWrong | char |
Метод | Описание | |
---|---|---|
GetDictionaryDir ( ) : string | ||
GetInstallDir ( ) : string | ||
IsBareRepository ( ) : bool | ||
LoadSettings ( ) : void | ||
RunningOnMacOSX ( ) : bool | ||
RunningOnUnix ( ) : bool | ||
RunningOnWindows ( ) : bool | ||
SaveSettings ( ) : void | ||
SetInstallDir ( string dir ) : void | ||
ValidWorkingDir ( ) : bool | ||
ValidWorkingDir ( string dir ) : bool | ||
WorkingDirGitDir ( ) : string |
Метод | Описание | |
---|---|---|
GetEncoding ( ) : void | ||
SafeSetBool ( string key, Action |
||
SafeSetHtmlColor ( string key, Action |
||
SafeSetInt ( string key, Action |
||
SafeSetString ( string key, Action |
||
SetEncoding ( ) : void | ||
Settings ( ) : System |
public static GetDictionaryDir ( ) : string | ||
Результат | string |
public static GetInstallDir ( ) : string | ||
Результат | string |
public static IsBareRepository ( ) : bool | ||
Результат | bool |
public static RunningOnMacOSX ( ) : bool | ||
Результат | bool |
public static RunningOnWindows ( ) : bool | ||
Результат | bool |
public static SetInstallDir ( string dir ) : void | ||
dir | string | |
Результат | void |
public static ValidWorkingDir ( ) : bool | ||
Результат | bool |
public static ValidWorkingDir ( string dir ) : bool | ||
dir | string | |
Результат | bool |
public static WorkingDirGitDir ( ) : string | ||
Результат | string |
public static int GitExtensionsVersionInt | ||
Результат | int |
public static string GitExtensionsVersionString | ||
Результат | string |