Upgrade solution and project
This commit is contained in:
parent
247102af84
commit
70dfdbc77e
4 changed files with 154 additions and 1648 deletions
|
@ -1,6 +1,7 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual Studio 2010
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "source\lsleditor", "source\lsleditor.csproj", "{59468D25-6E68-4113-B740-C6EF4695045B}"
|
||||
EndProject
|
||||
Global
|
||||
|
|
315
source/Properties/Settings.Designer.cs
generated
315
source/Properties/Settings.Designer.cs
generated
|
@ -1,30 +1,28 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.296
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace LSLEditor.Properties {
|
||||
|
||||
|
||||
namespace lsleditor.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.3.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
|
||||
|
||||
public static Settings Default {
|
||||
get {
|
||||
return defaultInstance;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("SecondLife Name")]
|
||||
|
@ -36,7 +34,7 @@ namespace LSLEditor.Properties {
|
|||
this["AvatarName"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
|
@ -48,7 +46,7 @@ namespace LSLEditor.Properties {
|
|||
this["BrowserInWindow"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
|
@ -60,7 +58,7 @@ namespace LSLEditor.Properties {
|
|||
this["AvatarKey"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("LSLEditor Island")]
|
||||
|
@ -72,7 +70,7 @@ namespace LSLEditor.Properties {
|
|||
this["RegionName"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("smtp.emailserver.ext")]
|
||||
|
@ -84,7 +82,7 @@ namespace LSLEditor.Properties {
|
|||
this["EmailServer"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("youraddress@yourdomain.ext")]
|
||||
|
@ -96,7 +94,7 @@ namespace LSLEditor.Properties {
|
|||
this["EmailAddress"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
|
@ -108,7 +106,7 @@ namespace LSLEditor.Properties {
|
|||
this["ProxyServer"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
|
@ -120,7 +118,7 @@ namespace LSLEditor.Properties {
|
|||
this["ProxyUserid"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
|
@ -132,7 +130,7 @@ namespace LSLEditor.Properties {
|
|||
this["ProxyPassword"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
|
||||
|
@ -144,7 +142,7 @@ namespace LSLEditor.Properties {
|
|||
this["BrowserLocation"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
|
||||
|
@ -156,7 +154,7 @@ namespace LSLEditor.Properties {
|
|||
this["FindLocation"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
|
||||
|
@ -168,7 +166,7 @@ namespace LSLEditor.Properties {
|
|||
this["BrowserSize"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.lslwiki.net/lslwiki/wakka.php?wakka=")]
|
||||
|
@ -180,7 +178,7 @@ namespace LSLEditor.Properties {
|
|||
this["Help"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Resource.ConfLSL.xml")]
|
||||
|
@ -189,7 +187,7 @@ namespace LSLEditor.Properties {
|
|||
return ((string)(this["ConfLSL"]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
|
||||
|
@ -201,7 +199,7 @@ namespace LSLEditor.Properties {
|
|||
this["LSLEditorLocation"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
|
||||
|
@ -213,7 +211,7 @@ namespace LSLEditor.Properties {
|
|||
this["LSLEditorSize"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("25")]
|
||||
|
@ -225,7 +223,7 @@ namespace LSLEditor.Properties {
|
|||
this["RegionFPS"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("0, 175")]
|
||||
|
@ -237,7 +235,7 @@ namespace LSLEditor.Properties {
|
|||
this["SimulatorSize"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
|
||||
|
@ -249,7 +247,7 @@ namespace LSLEditor.Properties {
|
|||
this["SimulatorLocation"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("new.lsl")]
|
||||
|
@ -258,18 +256,7 @@ namespace LSLEditor.Properties {
|
|||
return ((string)(this["ExampleName"]));
|
||||
}
|
||||
}
|
||||
|
||||
[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")]
|
||||
|
@ -278,7 +265,7 @@ namespace LSLEditor.Properties {
|
|||
return ((string)(this["ReleaseNotes"]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("254464, 255232")]
|
||||
|
@ -290,7 +277,7 @@ namespace LSLEditor.Properties {
|
|||
this["RegionCorner"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
|
@ -302,7 +289,7 @@ namespace LSLEditor.Properties {
|
|||
this["TabbedDocument"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
|
@ -314,7 +301,7 @@ namespace LSLEditor.Properties {
|
|||
this["SLColorScheme"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
|
@ -326,7 +313,7 @@ namespace LSLEditor.Properties {
|
|||
this["SL4SpacesIndent"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
|
@ -338,7 +325,7 @@ namespace LSLEditor.Properties {
|
|||
this["AutoWordSelection"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
|
||||
|
@ -350,7 +337,7 @@ namespace LSLEditor.Properties {
|
|||
this["GotoLocation"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
|
@ -362,7 +349,7 @@ namespace LSLEditor.Properties {
|
|||
this["WikiSeperateBrowser"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("About.htm")]
|
||||
|
@ -371,7 +358,7 @@ namespace LSLEditor.Properties {
|
|||
return ((string)(this["About"]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("224, 224, 224")]
|
||||
|
@ -383,7 +370,7 @@ namespace LSLEditor.Properties {
|
|||
this["BracketHighlight"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("175, 0")]
|
||||
|
@ -395,7 +382,7 @@ namespace LSLEditor.Properties {
|
|||
this["SolutionSize"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("4")]
|
||||
|
@ -404,7 +391,7 @@ namespace LSLEditor.Properties {
|
|||
return ((int)(this["TabStops"]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("100")]
|
||||
|
@ -413,7 +400,7 @@ namespace LSLEditor.Properties {
|
|||
return ((int)(this["ToolTipDelay"]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
|
@ -425,7 +412,7 @@ namespace LSLEditor.Properties {
|
|||
this["CallUpgrade"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("15")]
|
||||
|
@ -437,7 +424,7 @@ namespace LSLEditor.Properties {
|
|||
this["RecentFileMax"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
|
@ -449,7 +436,7 @@ namespace LSLEditor.Properties {
|
|||
this["CheckForUpdates"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
|
@ -461,7 +448,7 @@ namespace LSLEditor.Properties {
|
|||
this["CheckEveryDay"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
|
@ -473,7 +460,7 @@ namespace LSLEditor.Properties {
|
|||
this["CheckEveryWeek"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("2010-01-01")]
|
||||
|
@ -485,7 +472,7 @@ namespace LSLEditor.Properties {
|
|||
this["CheckDate"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public global::System.Collections.Specialized.StringCollection RecentProjectList {
|
||||
|
@ -496,7 +483,7 @@ namespace LSLEditor.Properties {
|
|||
this["RecentProjectList"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("15")]
|
||||
|
@ -508,7 +495,7 @@ namespace LSLEditor.Properties {
|
|||
this["RecentProjectMax"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public global::System.Collections.Specialized.StringCollection RecentFileList {
|
||||
|
@ -519,7 +506,7 @@ namespace LSLEditor.Properties {
|
|||
this["RecentFileList"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
|
@ -531,7 +518,7 @@ namespace LSLEditor.Properties {
|
|||
this["IndentCursorPlacement"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
|
@ -543,7 +530,7 @@ namespace LSLEditor.Properties {
|
|||
this["IndentFullAuto"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
|
@ -555,7 +542,7 @@ namespace LSLEditor.Properties {
|
|||
this["Indent"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public global::System.Drawing.Font FontEditor {
|
||||
|
@ -566,7 +553,7 @@ namespace LSLEditor.Properties {
|
|||
this["FontEditor"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public global::System.Drawing.Font FontTooltips {
|
||||
|
@ -577,7 +564,7 @@ namespace LSLEditor.Properties {
|
|||
this["FontTooltips"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public global::System.Collections.Specialized.StringCollection Bugreports {
|
||||
|
@ -588,7 +575,7 @@ namespace LSLEditor.Properties {
|
|||
this["Bugreports"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("60")]
|
||||
|
@ -597,7 +584,7 @@ namespace LSLEditor.Properties {
|
|||
return ((int)(this["PathClipLength"]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
|
@ -609,7 +596,7 @@ namespace LSLEditor.Properties {
|
|||
this["SmtpUserid"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
|
@ -621,7 +608,7 @@ namespace LSLEditor.Properties {
|
|||
this["SmtpPassword"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("PLAIN")]
|
||||
|
@ -633,7 +620,7 @@ namespace LSLEditor.Properties {
|
|||
this["SmtpAuth"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("default.lsl")]
|
||||
|
@ -642,7 +629,7 @@ namespace LSLEditor.Properties {
|
|||
return ((string)(this["ExampleTemplate"]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
|
@ -654,7 +641,7 @@ namespace LSLEditor.Properties {
|
|||
this["HelpOnline"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
|
@ -666,7 +653,7 @@ namespace LSLEditor.Properties {
|
|||
this["HelpOffline"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("LSLEditorHelp.chm")]
|
||||
|
@ -675,7 +662,7 @@ namespace LSLEditor.Properties {
|
|||
return ((string)(this["HelpOfflineFile"]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
|
@ -687,7 +674,7 @@ namespace LSLEditor.Properties {
|
|||
this["CVSEXE"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
|
@ -699,7 +686,7 @@ namespace LSLEditor.Properties {
|
|||
this["CVSROOT"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
|
@ -711,37 +698,7 @@ namespace LSLEditor.Properties {
|
|||
this["ProjectLocation"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[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")]
|
||||
|
@ -753,7 +710,7 @@ namespace LSLEditor.Properties {
|
|||
this["DeleteOldFiles"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
|
@ -765,7 +722,7 @@ namespace LSLEditor.Properties {
|
|||
this["CodeCompletionUserVar"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
|
@ -777,7 +734,7 @@ namespace LSLEditor.Properties {
|
|||
this["CodeCompletion"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
|
@ -789,7 +746,7 @@ namespace LSLEditor.Properties {
|
|||
this["CommentCStyle"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
|
@ -801,7 +758,7 @@ namespace LSLEditor.Properties {
|
|||
this["SkipWarnings"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
|
@ -813,7 +770,7 @@ namespace LSLEditor.Properties {
|
|||
this["SingleQuote"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
|
@ -825,7 +782,7 @@ namespace LSLEditor.Properties {
|
|||
this["QuotesListVerbose"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public global::System.Collections.Specialized.StringCollection Plugins {
|
||||
|
@ -836,7 +793,7 @@ namespace LSLEditor.Properties {
|
|||
this["Plugins"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
|
@ -848,7 +805,7 @@ namespace LSLEditor.Properties {
|
|||
this["CodeCompletionArguments"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
|
@ -860,7 +817,7 @@ namespace LSLEditor.Properties {
|
|||
this["IndentWarning"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
|
@ -872,7 +829,7 @@ namespace LSLEditor.Properties {
|
|||
this["IndentAutoCorrect"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
|
@ -884,7 +841,7 @@ namespace LSLEditor.Properties {
|
|||
this["SvnExe"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
|
@ -896,7 +853,7 @@ namespace LSLEditor.Properties {
|
|||
this["SvnUserid"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
|
@ -908,7 +865,7 @@ namespace LSLEditor.Properties {
|
|||
this["SvnPassword"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
|
@ -920,7 +877,7 @@ namespace LSLEditor.Properties {
|
|||
this["ShowSolutionExplorer"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
|
@ -932,7 +889,7 @@ namespace LSLEditor.Properties {
|
|||
this["WorkingDirectory"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Production")]
|
||||
|
@ -944,7 +901,7 @@ namespace LSLEditor.Properties {
|
|||
this["XSecondLifeShard"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
|
@ -956,7 +913,7 @@ namespace LSLEditor.Properties {
|
|||
this["AutoSaveOnDebug"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
|
@ -968,7 +925,7 @@ namespace LSLEditor.Properties {
|
|||
this["ToolTip"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
|
@ -980,7 +937,7 @@ namespace LSLEditor.Properties {
|
|||
this["HelpNewTab"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
|
@ -992,7 +949,7 @@ namespace LSLEditor.Properties {
|
|||
this["CodeCompletionAnimation"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("NoteCard.txt")]
|
||||
|
@ -1004,7 +961,7 @@ namespace LSLEditor.Properties {
|
|||
this["ExampleNameNotecard"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
|
@ -1016,7 +973,7 @@ namespace LSLEditor.Properties {
|
|||
this["llGetScriptName"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
|
@ -1028,7 +985,7 @@ namespace LSLEditor.Properties {
|
|||
this["StatesInGlobalFunctions"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("LSLEditor parcel")]
|
||||
|
@ -1040,7 +997,7 @@ namespace LSLEditor.Properties {
|
|||
this["ParcelName"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Description of LSLEditor parcel")]
|
||||
|
@ -1052,7 +1009,7 @@ namespace LSLEditor.Properties {
|
|||
this["ParcelDescription"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("00000000-0000-0000-0000-000000000000")]
|
||||
|
@ -1064,7 +1021,7 @@ namespace LSLEditor.Properties {
|
|||
this["ParcelOwner"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("00000000-0000-0000-0000-000000000000")]
|
||||
|
@ -1076,7 +1033,7 @@ namespace LSLEditor.Properties {
|
|||
this["ParcelGroup"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("512")]
|
||||
|
@ -1088,37 +1045,7 @@ namespace LSLEditor.Properties {
|
|||
this["ParcelArea"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("00000000-0000-0000-0000-000000000000")]
|
||||
public string ParcelID
|
||||
{
|
||||
get
|
||||
{
|
||||
return ((string)(this["ParcelID"]));
|
||||
}
|
||||
set
|
||||
{
|
||||
this["ParcelID"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("512")]
|
||||
public int ParcelSeeAvatars
|
||||
{
|
||||
get
|
||||
{
|
||||
return ((int)(this["ParcelSeeAvatars"]));
|
||||
}
|
||||
set
|
||||
{
|
||||
this["ParcelSeeAvatars"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute(@"
|
||||
|
@ -1139,7 +1066,7 @@ namespace LSLEditor.Properties {
|
|||
return ((string)(this["Example"]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.lsleditor.org/examples/")]
|
||||
|
@ -1148,7 +1075,7 @@ namespace LSLEditor.Properties {
|
|||
return ((string)(this["Examples"]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.lsleditor.org/uploadscript/")]
|
||||
|
@ -1157,7 +1084,7 @@ namespace LSLEditor.Properties {
|
|||
return ((string)(this["Upload"]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Resource.ConfCSharp.xml")]
|
||||
|
@ -1166,7 +1093,7 @@ namespace LSLEditor.Properties {
|
|||
return ((string)(this["ConfCSharp"]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Resource.ToolsOptions.xml")]
|
||||
|
@ -1175,7 +1102,7 @@ namespace LSLEditor.Properties {
|
|||
return ((string)(this["ToolsOptions"]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("https://sourceforge.net/tracker/?group_id=319248")]
|
||||
|
@ -1184,7 +1111,7 @@ namespace LSLEditor.Properties {
|
|||
return ((string)(this["ContactUrl"]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.lsleditor.org/donate.htm")]
|
||||
|
@ -1193,7 +1120,7 @@ namespace LSLEditor.Properties {
|
|||
return ((string)(this["DonateUrl"]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://wiki.secondlife.com/wiki/Special:Search?go=Go&search=")]
|
||||
|
@ -1202,7 +1129,7 @@ namespace LSLEditor.Properties {
|
|||
return ((string)(this["Help2"]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.lslwiki.net/lslwiki/wakka.php?wakka=")]
|
||||
|
@ -1211,7 +1138,7 @@ namespace LSLEditor.Properties {
|
|||
return ((string)(this["Help1"]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("https://sourceforge.net/projects/lsleditor/forums")]
|
||||
|
@ -1220,7 +1147,7 @@ namespace LSLEditor.Properties {
|
|||
return ((string)(this["ForumLSLEditor"]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://metaversegames.net/questions/lsl")]
|
||||
|
@ -1229,7 +1156,7 @@ namespace LSLEditor.Properties {
|
|||
return ((string)(this["qasite"]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
|
@ -1238,7 +1165,7 @@ namespace LSLEditor.Properties {
|
|||
return ((string)(this["svnloc"]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
|
@ -1250,7 +1177,7 @@ namespace LSLEditor.Properties {
|
|||
this["VersionControl"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
|
@ -1262,7 +1189,7 @@ namespace LSLEditor.Properties {
|
|||
this["VersionControlSVN"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("UTF-8")]
|
||||
|
@ -1274,7 +1201,7 @@ namespace LSLEditor.Properties {
|
|||
this["OutputFormat"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://lsleditor.sourceforge.net/check4update.php")]
|
||||
|
@ -1283,7 +1210,7 @@ namespace LSLEditor.Properties {
|
|||
return ((string)(this["Update"]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://lsleditor.sourceforge.net/update.php")]
|
||||
|
@ -1292,5 +1219,23 @@ namespace LSLEditor.Properties {
|
|||
return ((string)(this["UpdateManifest"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://a-w-d.dyndns.org:8080/lsleditor/check4update.php")]
|
||||
public string Update1 {
|
||||
get {
|
||||
return ((string)(this["Update1"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://a-w-d.dyndns.org:8080/lsleditor/update.php")]
|
||||
public string UpdateManifest1 {
|
||||
get {
|
||||
return ((string)(this["UpdateManifest1"]));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,322 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<section name="LSLEditor.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
||||
</sectionGroup>
|
||||
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<section name="LSLEditor.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<userSettings>
|
||||
<LSLEditor.Properties.Settings>
|
||||
<setting name="AvatarName" serializeAs="String">
|
||||
<value>SecondLife Name</value>
|
||||
</setting>
|
||||
<setting name="BrowserInWindow" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="AvatarKey" serializeAs="String">
|
||||
<value/>
|
||||
</setting>
|
||||
<setting name="RegionName" serializeAs="String">
|
||||
<value>LSLEditor Island</value>
|
||||
</setting>
|
||||
<setting name="EmailServer" serializeAs="String">
|
||||
<value>smtp.emailserver.ext</value>
|
||||
</setting>
|
||||
<setting name="EmailAddress" serializeAs="String">
|
||||
<value>youraddress@yourdomain.ext</value>
|
||||
</setting>
|
||||
<setting name="ProxyServer" serializeAs="String">
|
||||
<value/>
|
||||
</setting>
|
||||
<setting name="ProxyUserid" serializeAs="String">
|
||||
<value/>
|
||||
</setting>
|
||||
<setting name="ProxyPassword" serializeAs="String">
|
||||
<value/>
|
||||
</setting>
|
||||
<setting name="BrowserLocation" serializeAs="String">
|
||||
<value>0, 0</value>
|
||||
</setting>
|
||||
<setting name="FindLocation" serializeAs="String">
|
||||
<value>0, 0</value>
|
||||
</setting>
|
||||
<setting name="BrowserSize" serializeAs="String">
|
||||
<value>0, 0</value>
|
||||
</setting>
|
||||
<setting name="Help" serializeAs="String">
|
||||
<value>http://www.lslwiki.net/lslwiki/wakka.php?wakka=</value>
|
||||
</setting>
|
||||
<setting name="LSLEditorLocation" serializeAs="String">
|
||||
<value>0, 0</value>
|
||||
</setting>
|
||||
<setting name="LSLEditorSize" serializeAs="String">
|
||||
<value>0, 0</value>
|
||||
</setting>
|
||||
<setting name="RegionFPS" serializeAs="String">
|
||||
<value>25</value>
|
||||
</setting>
|
||||
<setting name="SimulatorSize" serializeAs="String">
|
||||
<value>0, 175</value>
|
||||
</setting>
|
||||
<setting name="SimulatorLocation" serializeAs="String">
|
||||
<value>0, 0</value>
|
||||
</setting>
|
||||
<setting name="RegionCorner" serializeAs="String">
|
||||
<value>254464, 255232</value>
|
||||
</setting>
|
||||
<setting name="TabbedDocument" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="SLColorScheme" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="SL4SpacesIndent" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="AutoWordSelection" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="GotoLocation" serializeAs="String">
|
||||
<value>0, 0</value>
|
||||
</setting>
|
||||
<setting name="WikiSeperateBrowser" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="BracketHighlight" serializeAs="String">
|
||||
<value>224, 224, 224</value>
|
||||
</setting>
|
||||
<setting name="SolutionSize" serializeAs="String">
|
||||
<value>175, 0</value>
|
||||
</setting>
|
||||
<setting name="CallUpgrade" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="RecentFileMax" serializeAs="String">
|
||||
<value>15</value>
|
||||
</setting>
|
||||
<setting name="CheckForUpdates" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="CheckEveryDay" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="CheckEveryWeek" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="CheckDate" serializeAs="String">
|
||||
<value>2010-01-01</value>
|
||||
</setting>
|
||||
<setting name="RecentProjectMax" serializeAs="String">
|
||||
<value>15</value>
|
||||
</setting>
|
||||
<setting name="IndentCursorPlacement" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="IndentFullAuto" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="Indent" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="SmtpUserid" serializeAs="String">
|
||||
<value/>
|
||||
</setting>
|
||||
<setting name="SmtpPassword" serializeAs="String">
|
||||
<value/>
|
||||
</setting>
|
||||
<setting name="SmtpAuth" serializeAs="String">
|
||||
<value>PLAIN</value>
|
||||
</setting>
|
||||
<setting name="HelpOnline" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="HelpOffline" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="CVSEXE" serializeAs="String">
|
||||
<value/>
|
||||
</setting>
|
||||
<setting name="CVSROOT" serializeAs="String">
|
||||
<value/>
|
||||
</setting>
|
||||
<setting name="ProjectLocation" serializeAs="String">
|
||||
<value/>
|
||||
</setting>
|
||||
<setting name="DeleteOldFiles" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="CodeCompletionUserVar" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="CodeCompletion" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="CommentCStyle" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="SkipWarnings" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="SingleQuote" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="QuotesListVerbose" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="CodeCompletionArguments" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="IndentWarning" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="IndentAutoCorrect" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="SvnExe" serializeAs="String">
|
||||
<value/>
|
||||
</setting>
|
||||
<setting name="SvnUserid" serializeAs="String">
|
||||
<value/>
|
||||
</setting>
|
||||
<setting name="SvnPassword" serializeAs="String">
|
||||
<value/>
|
||||
</setting>
|
||||
<setting name="ShowSolutionExplorer" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="WorkingDirectory" serializeAs="String">
|
||||
<value/>
|
||||
</setting>
|
||||
<setting name="XSecondLifeShard" serializeAs="String">
|
||||
<value>Production</value>
|
||||
</setting>
|
||||
<setting name="AutoSaveOnDebug" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="ToolTip" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="HelpNewTab" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="CodeCompletionAnimation" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="ExampleNameNotecard" serializeAs="String">
|
||||
<value>NoteCard.txt</value>
|
||||
</setting>
|
||||
<setting name="llGetScriptName" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="StatesInGlobalFunctions" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="ParcelName" serializeAs="String">
|
||||
<value>LSLEditor parcel</value>
|
||||
</setting>
|
||||
<setting name="ParcelDescription" serializeAs="String">
|
||||
<value>Description of LSLEditor parcel</value>
|
||||
</setting>
|
||||
<setting name="ParcelOwner" serializeAs="String">
|
||||
<value>00000000-0000-0000-0000-000000000000</value>
|
||||
</setting>
|
||||
<setting name="ParcelGroup" serializeAs="String">
|
||||
<value>00000000-0000-0000-0000-000000000000</value>
|
||||
</setting>
|
||||
<setting name="ParcelArea" serializeAs="String">
|
||||
<value>512</value>
|
||||
</setting>
|
||||
<setting name="VersionControl" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="VersionControlSVN" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="OutputFormat" serializeAs="String">
|
||||
<value>UTF-8</value>
|
||||
</setting>
|
||||
</LSLEditor.Properties.Settings>
|
||||
</userSettings>
|
||||
<applicationSettings>
|
||||
<LSLEditor.Properties.Settings>
|
||||
<setting name="ConfLSL" serializeAs="String">
|
||||
<value>Resource.ConfLSL.xml</value>
|
||||
</setting>
|
||||
<setting name="ExampleName" serializeAs="String">
|
||||
<value>new.lsl</value>
|
||||
</setting>
|
||||
<setting name="ReleaseNotes" serializeAs="String">
|
||||
<value>ReleaseNotes.htm</value>
|
||||
</setting>
|
||||
<setting name="About" serializeAs="String">
|
||||
<value>About.htm</value>
|
||||
</setting>
|
||||
<setting name="TabStops" serializeAs="String">
|
||||
<value>4</value>
|
||||
</setting>
|
||||
<setting name="ToolTipDelay" serializeAs="String">
|
||||
<value>100</value>
|
||||
</setting>
|
||||
<setting name="PathClipLength" serializeAs="String">
|
||||
<value>60</value>
|
||||
</setting>
|
||||
<setting name="ExampleTemplate" serializeAs="String">
|
||||
<value>default.lsl</value>
|
||||
</setting>
|
||||
<setting name="HelpOfflineFile" serializeAs="String">
|
||||
<value>LSLEditorHelp.chm</value>
|
||||
</setting>
|
||||
<setting name="Example" serializeAs="String">
|
||||
<value>
|
||||
default
|
||||
{
|
||||
state_entry()
|
||||
{
|
||||
llSay(0, "Hello, Avatar!");
|
||||
}
|
||||
touch_start(integer total_number)
|
||||
{
|
||||
llSay(0, "Touched: "+(string)total_number);
|
||||
}
|
||||
}
|
||||
</value>
|
||||
</setting>
|
||||
<setting name="Examples" serializeAs="String">
|
||||
<value>http://www.lsleditor.org/examples/</value>
|
||||
</setting>
|
||||
<setting name="Upload" serializeAs="String">
|
||||
<value>http://www.lsleditor.org/uploadscript/</value>
|
||||
</setting>
|
||||
<setting name="ConfCSharp" serializeAs="String">
|
||||
<value>Resource.ConfCSharp.xml</value>
|
||||
</setting>
|
||||
<setting name="ToolsOptions" serializeAs="String">
|
||||
<value>Resource.ToolsOptions.xml</value>
|
||||
</setting>
|
||||
<setting name="ContactUrl" serializeAs="String">
|
||||
<value>https://sourceforge.net/tracker/?group_id=319248</value>
|
||||
</setting>
|
||||
<setting name="DonateUrl" serializeAs="String">
|
||||
<value>http://www.lsleditor.org/donate.htm</value>
|
||||
</setting>
|
||||
<setting name="Help2" serializeAs="String">
|
||||
<value>http://wiki.secondlife.com/wiki/Special:Search?go=Go&search=</value>
|
||||
</setting>
|
||||
<setting name="Help1" serializeAs="String">
|
||||
<value>http://www.lslwiki.net/lslwiki/wakka.php?wakka=</value>
|
||||
</setting>
|
||||
<setting name="ForumLSLEditor" serializeAs="String">
|
||||
<value>https://sourceforge.net/projects/lsleditor/forums</value>
|
||||
</setting>
|
||||
<setting name="qasite" serializeAs="String">
|
||||
<value>http://metaversegames.net/questions/lsl</value>
|
||||
</setting>
|
||||
<setting name="svnloc" serializeAs="String">
|
||||
<value/>
|
||||
</setting>
|
||||
</LSLEditor.Properties.Settings>
|
||||
</applicationSettings>
|
||||
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue