Method | Description | |
---|---|---|
CheckForUpdate ( ) : void |
To call when the user click on an update button
|
|
CheckForUpdate ( bool alwaysGetFeedBack ) : void |
Gets an object with the latest release info
|
|
CheckForUpdateDone ( ) : void |
Method to call when the user starts notepad++, check if an update has been done since the last time notepad was closed
|
|
StartCheckingForUpdate ( ) : void |
ASYNC - Call this method to start checking for updates every 2 hours, also check once immediatly
|
Method | Description | |
---|---|---|
NotifyUpdateAvailable ( ) : void | ||
OnDownloadFileCompleted ( object sender, |
Called when the latest release download is done
|
|
WbOnOnRequestEnded ( WebServiceJson webServiceJson, bool alwaysGetFeedBack ) : void |
Called when the gitub api for releases responses
|
public static CheckForUpdate ( bool alwaysGetFeedBack ) : void | ||
alwaysGetFeedBack | bool | |
return | void |
public static StartCheckingForUpdate ( ) : void | ||
return | void |