Esempio n. 1
0
 public static bool GetValidationEnabled(ISettingsStorage storage)
 {
     return(storage.GetBoolean(ValidationEnabledKey, true));
 }
Esempio n. 2
0
 public static bool GetSignatureHelpEnabled(ISettingsStorage storage)
 {
     return(storage.GetBoolean(SignatureHelpEnabledKey, true));
 }
Esempio n. 3
0
 public static bool GetAutoFormat(ISettingsStorage storage)
 {
     return(storage.GetBoolean(AutoFormatKey, true));
 }
Esempio n. 4
0
 public static bool GetValidationEnabled(ISettingsStorage storage) {
     return storage.GetBoolean(ValidationEnabledKey, true);
 }
Esempio n. 5
0
 public static bool GetSignatureHelpEnabled(ISettingsStorage storage) {
     return storage.GetBoolean(SignatureHelpEnabledKey, true);
 }
Esempio n. 6
0
 public static bool GetAutoFormat(ISettingsStorage storage) {
     return storage.GetBoolean(AutoFormatKey, true);
 }