Свойство | Type | Description | |
---|---|---|---|
ChangeLogBeforeUpdate | bool | ||
CheckForNewVersion | bool | ||
DefaultActiveStatusUpdateInterval | int | ||
DefaultIdleStatusUpdateInterval | int | ||
DoPauseAfterApplicationStartup | bool | ||
DoPauseAfterWindowsResume | bool | ||
GitPath | string | ||
GitUIPath | string | ||
HideOnStartup | bool | ||
ItemDoubleClickAction | System.Action | ||
PauseAfterApplicationStartupInterval | int | ||
PauseAfterWindowsResumeInterval | int | ||
ShowBalloonInterval | int | ||
ShowInTaskbar | bool | ||
SvnPath | string | ||
TortoiseSvnPath | string | ||
UpdateAllSilently | bool | ||
UpdateWindowAction | int |
Méthode | Description | |
---|---|---|
Init ( ) : void | ||
Init ( string fileName ) : void | ||
IsSettingsOK ( ) : bool | ||
IsTortoiseVersion_1_5_orHigher ( ) : bool | ||
MigrateIfNecessary ( ) : void | ||
ReadMainFormSize ( ) : int[] | ||
ReadSvnFolders ( ) : |
||
SaveMainFormSize ( int width, int height ) : void | ||
SaveSettings ( ) : void | ||
SaveSvnFolders ( |
||
WriteLog ( string section, string arguments ) : void |
Write text logs to log-file
|
Méthode | Description | |
---|---|---|
GetTortoiseVersion ( ) : System.Version |
public static Init ( string fileName ) : void | ||
fileName | string | |
Résultat | void |
public static IsTortoiseVersion_1_5_orHigher ( ) : bool | ||
Résultat | bool |
public static MigrateIfNecessary ( ) : void | ||
Résultat | void |
public static ReadSvnFolders ( ) : |
||
Résultat |
public static SaveMainFormSize ( int width, int height ) : void | ||
width | int | |
height | int | |
Résultat | void |
public static SaveSvnFolders ( |
||
folders | ||
Résultat | void |
public static WriteLog ( string section, string arguments ) : void | ||
section | string | |
arguments | string | |
Résultat | void |
public static bool ChangeLogBeforeUpdate | ||
Résultat | bool |
public static int DefaultActiveStatusUpdateInterval | ||
Résultat | int |
public static int DefaultIdleStatusUpdateInterval | ||
Résultat | int |
public static bool DoPauseAfterApplicationStartup | ||
Résultat | bool |
public static bool DoPauseAfterWindowsResume | ||
Résultat | bool |
public static Action,System ItemDoubleClickAction | ||
Résultat | System.Action |
public static int PauseAfterApplicationStartupInterval | ||
Résultat | int |
public static int PauseAfterWindowsResumeInterval | ||
Résultat | int |