Added Paste Plain Text and Paste No Returns options to System Options
This commit is contained in:
@@ -327,5 +327,29 @@ namespace VEPROMS.Properties {
|
||||
this["UpdateSettings"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool PasteNoReturns {
|
||||
get {
|
||||
return ((bool)(this["PasteNoReturns"]));
|
||||
}
|
||||
set {
|
||||
this["PasteNoReturns"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool PastePlainText {
|
||||
get {
|
||||
return ((bool)(this["PastePlainText"]));
|
||||
}
|
||||
set {
|
||||
this["PastePlainText"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user