Completed the S.ettings object with some more fields and checked the use of them
This commit is contained in:
@ -304,7 +304,7 @@ namespace CobXmlSupport
|
||||
S.ettingUniqueVars = Properties.Settings.Default.UniqueVars = chkUniqueVars.Checked;
|
||||
S.ettingValues = Properties.Settings.Default.Values = chkValues.Checked;
|
||||
S.ettingWrap = Properties.Settings.Default.Wrap = chkWrap.Checked;
|
||||
S.ettingSpecials = Properties.Settings.Default.ShowTestbtns = chkShowTestbtns.Checked;
|
||||
S.ettingShowTestbtns = Properties.Settings.Default.ShowTestbtns = chkShowTestbtns.Checked;
|
||||
S.ettingBackupOwnCode = Properties.Settings.Default.BackupOwnCode = chkBackupOwnCode.Checked;
|
||||
S.ettingLogVarName = Properties.Settings.Default.LogVarName = txtLogPost.Text;
|
||||
S.ettingLogSectName = Properties.Settings.Default.LogSectName = txtLogSection.Text;
|
||||
@ -334,7 +334,7 @@ namespace CobXmlSupport
|
||||
tmpChkUniqueVars = chkUniqueVars.Checked = S.ettingUniqueVars;
|
||||
tmpChkValues = chkValues.Checked = S.ettingValues;
|
||||
tmpChkWrap = chkWrap.Checked = S.ettingWrap;
|
||||
tmpShowTestBtns = chkShowTestbtns.Checked = S.ettingSpecials;
|
||||
tmpShowTestBtns = chkShowTestbtns.Checked = S.ettingShowTestbtns;
|
||||
tmpBackupOwnCode = chkBackupOwnCode.Checked = S.ettingBackupOwnCode;
|
||||
txtLogVarNameTmp = txtLogPost.Text = S.ettingLogVarName;
|
||||
txtLogVarSectTmp = txtLogSection.Text = S.ettingLogSectName;
|
||||
|
||||
Reference in New Issue
Block a user