Свойство | Тип | Описание | |
---|---|---|---|
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 |
Метод | Описание | |
---|---|---|
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
|
Метод | Описание | |
---|---|---|
GetTortoiseVersion ( ) : System.Version |
public static Init ( string fileName ) : void | ||
fileName | string | |
Результат | void |
public static IsTortoiseVersion_1_5_orHigher ( ) : bool | ||
Результат | bool |
public static MigrateIfNecessary ( ) : void | ||
Результат | void |
public static ReadMainFormSize ( ) : int[] | ||
Результат | int[] |
public static ReadSvnFolders ( ) : |
||
Результат |
public static SaveMainFormSize ( int width, int height ) : void | ||
width | int | |
height | int | |
Результат | void |
public static SaveSvnFolders ( |
||
folders | ||
Результат | void |
public static WriteLog ( string section, string arguments ) : void | ||
section | string | |
arguments | string | |
Результат | void |
public static bool ChangeLogBeforeUpdate | ||
Результат | bool |
public static bool CheckForNewVersion | ||
Результат | bool |
public static int DefaultActiveStatusUpdateInterval | ||
Результат | int |
public static int DefaultIdleStatusUpdateInterval | ||
Результат | int |
public static bool DoPauseAfterApplicationStartup | ||
Результат | bool |
public static bool DoPauseAfterWindowsResume | ||
Результат | bool |
public static Action,System ItemDoubleClickAction | ||
Результат | System.Action |
public static int PauseAfterApplicationStartupInterval | ||
Результат | int |
public static int PauseAfterWindowsResumeInterval | ||
Результат | int |
public static int ShowBalloonInterval | ||
Результат | int |
public static string TortoiseSvnPath | ||
Результат | string |
public static bool UpdateAllSilently | ||
Результат | bool |