Settings, bug fixes and extra functionalities
This commit is contained in:
parent
334359ac96
commit
b7911a5b87
18 changed files with 1296 additions and 191 deletions
|
@ -70,7 +70,7 @@ using System.Runtime.InteropServices;
|
|||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
//
|
||||
[assembly: AssemblyVersion("2.55.0.590")]
|
||||
[assembly: AssemblyVersion("2.55.0.825")]
|
||||
|
||||
//
|
||||
// In order to sign your assembly you must specify a key to use. Refer to the
|
||||
|
@ -100,4 +100,4 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyDelaySign(false)]
|
||||
//[assembly: AssemblyKeyName("")]
|
||||
[assembly: ComVisibleAttribute(false)]
|
||||
[assembly: AssemblyFileVersionAttribute("2.55.0.590")]
|
||||
[assembly: AssemblyFileVersionAttribute("2.55.0.825")]
|
||||
|
|
43
trunk/Properties/Settings.Designer.cs
generated
43
trunk/Properties/Settings.Designer.cs
generated
|
@ -8,6 +8,8 @@
|
|||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace LSLEditor.Properties {
|
||||
|
||||
|
||||
|
@ -257,6 +259,17 @@ namespace LSLEditor.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("new.lsli")]
|
||||
public string ExampleNameLSLI
|
||||
{
|
||||
get
|
||||
{
|
||||
return ((string)(this["ExampleNameLSLI"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("ReleaseNotes.htm")]
|
||||
|
@ -699,6 +712,36 @@ namespace LSLEditor.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public List<string> IncludeDirectories
|
||||
{
|
||||
get
|
||||
{
|
||||
return ((List<string>)(this["IncludeDirectories"]));
|
||||
}
|
||||
set
|
||||
{
|
||||
this["IncludeDirectories"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool ShowIncludeMetaData
|
||||
{
|
||||
get
|
||||
{
|
||||
return ((bool)(this["ShowIncludeMetaData"]));
|
||||
}
|
||||
set
|
||||
{
|
||||
this["ShowIncludeMetaData"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue