Method | Description | |
---|---|---|
refresh ( ) : void | ||
save ( ) : void |
saves the settings to the config file
|
Method | Description | |
---|---|---|
AddinSettings ( ) : System | ||
getDefaultSettings ( ) : void |
gets the default settings config.
|
|
getValue ( string key ) : string | ||
mergeDefaultSettings ( ) : void |
merge the default settings with the current config.
|
|
setValue ( string key, string value ) : void |
protected setValue ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |