Some over looked updates needed for changes to defaults.
This commit is contained in:
parent
971a6ee212
commit
97f7bd42e9
3 changed files with 18 additions and 18 deletions
24
trunk/Properties/Settings.Designer.cs
generated
24
trunk/Properties/Settings.Designer.cs
generated
|
@ -866,18 +866,6 @@ namespace LSLEditor.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("ANSI")]
|
||||
public string OutputFormat {
|
||||
get {
|
||||
return ((string)(this["OutputFormat"]));
|
||||
}
|
||||
set {
|
||||
this["OutputFormat"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
|
@ -1228,5 +1216,17 @@ namespace LSLEditor.Properties {
|
|||
return ((string)(this["Version"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("UTF-8")]
|
||||
public string OutputFormat {
|
||||
get {
|
||||
return ((string)(this["OutputFormat"]));
|
||||
}
|
||||
set {
|
||||
this["OutputFormat"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -221,9 +221,6 @@
|
|||
<Setting Name="SvnPassword" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="OutputFormat" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">ANSI</Value>
|
||||
</Setting>
|
||||
<Setting Name="ShowSolutionExplorer" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
|
@ -332,5 +329,8 @@
|
|||
<Setting Name="Version" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">2.43</Value>
|
||||
</Setting>
|
||||
<Setting Name="OutputFormat" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">UTF-8</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
|
@ -185,9 +185,6 @@
|
|||
<setting name="SvnPassword" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="OutputFormat" serializeAs="String">
|
||||
<value>UTF-8</value>
|
||||
</setting>
|
||||
<setting name="ShowSolutionExplorer" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
|
@ -239,6 +236,9 @@
|
|||
<setting name="VersionControlSVN" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="OutputFormat" serializeAs="String">
|
||||
<value>UTF-8</value>
|
||||
</setting>
|
||||
</LSLEditor.Properties.Settings>
|
||||
</userSettings>
|
||||
<applicationSettings>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue