FYI I just updated lsl editor for the latest functions including stuff that is in beta.

Also enabled version control (SVN) for scripts.
And disabled the pesky outline window by default.

Enjoy!

git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@27 3f4676ac-adda-40fd-8265-58d1435b1672
This commit is contained in:
dimentox 2011-04-21 05:51:05 +00:00
parent 573823c181
commit bd6ffbf844
17 changed files with 4661 additions and 4584 deletions

View file

@ -67,5 +67,7 @@ namespace LSLEditor.Properties {
private void SettingsSavingEventHandler(object sender, System.ComponentModel.CancelEventArgs e) {
// Add code to handle the SettingsSaving event here.
}
}
}

Binary file not shown.

View file

@ -123,19 +123,12 @@ namespace LSLEditor
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.indexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpKeywordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
this.checkForUpdatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
this.ReleaseNotesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
this.makeBugReporttoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator22 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator17 = new System.Windows.Forms.ToolStripSeparator();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
@ -197,7 +190,7 @@ namespace LSLEditor
this.toolStripSeparator21,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.fileToolStripMenuItem.Text = "File";
this.fileToolStripMenuItem.Click += new System.EventHandler(this.fileToolStripMenuItem_Click);
//
@ -208,7 +201,7 @@ namespace LSLEditor
this.newFileToolStripMenuItem,
this.notecardToolStripMenuItem});
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
this.newToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.newToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
this.newToolStripMenuItem.Text = "New";
//
// newProjectToolStripMenuItem
@ -216,7 +209,7 @@ namespace LSLEditor
this.newProjectToolStripMenuItem.Name = "newProjectToolStripMenuItem";
this.newProjectToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.N)));
this.newProjectToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
this.newProjectToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.newProjectToolStripMenuItem.Text = "Solution...";
this.newProjectToolStripMenuItem.Click += new System.EventHandler(this.newProjectToolStripMenuItem_Click);
//
@ -225,14 +218,14 @@ namespace LSLEditor
this.newFileToolStripMenuItem.Image = global::LSLEditor.Properties.Resources.NEWDOC;
this.newFileToolStripMenuItem.Name = "newFileToolStripMenuItem";
this.newFileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
this.newFileToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
this.newFileToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.newFileToolStripMenuItem.Text = "Script";
this.newFileToolStripMenuItem.Click += new System.EventHandler(this.newFileToolStripMenuItem_Click);
//
// notecardToolStripMenuItem
//
this.notecardToolStripMenuItem.Name = "notecardToolStripMenuItem";
this.notecardToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
this.notecardToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.notecardToolStripMenuItem.Text = "Notecard";
this.notecardToolStripMenuItem.Click += new System.EventHandler(this.notecardToolStripMenuItem_Click);
//
@ -242,7 +235,7 @@ namespace LSLEditor
this.openProjectSolutionToolStripMenuItem,
this.openFileToolStripMenuItem});
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
this.openToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.openToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
this.openToolStripMenuItem.Text = "Open";
//
// openProjectSolutionToolStripMenuItem
@ -250,7 +243,7 @@ namespace LSLEditor
this.openProjectSolutionToolStripMenuItem.Name = "openProjectSolutionToolStripMenuItem";
this.openProjectSolutionToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.O)));
this.openProjectSolutionToolStripMenuItem.Size = new System.Drawing.Size(243, 22);
this.openProjectSolutionToolStripMenuItem.Size = new System.Drawing.Size(244, 22);
this.openProjectSolutionToolStripMenuItem.Text = "Project/Solution...";
this.openProjectSolutionToolStripMenuItem.Click += new System.EventHandler(this.openProjectSolutionToolStripMenuItem_Click);
//
@ -259,14 +252,14 @@ namespace LSLEditor
this.openFileToolStripMenuItem.Image = global::LSLEditor.Properties.Resources.OPEN;
this.openFileToolStripMenuItem.Name = "openFileToolStripMenuItem";
this.openFileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
this.openFileToolStripMenuItem.Size = new System.Drawing.Size(243, 22);
this.openFileToolStripMenuItem.Size = new System.Drawing.Size(244, 22);
this.openFileToolStripMenuItem.Text = "File...";
this.openFileToolStripMenuItem.Click += new System.EventHandler(this.openFileToolStripMenuItem_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(188, 6);
this.toolStripSeparator5.Size = new System.Drawing.Size(184, 6);
//
// addToolStripMenuItem
//
@ -275,40 +268,40 @@ namespace LSLEditor
this.toolStripSeparator19,
this.existingProjectToolStripMenuItem});
this.addToolStripMenuItem.Name = "addToolStripMenuItem";
this.addToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.addToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
this.addToolStripMenuItem.Text = "Add";
this.addToolStripMenuItem.Visible = false;
//
// newProjectToolStripMenuItem1
//
this.newProjectToolStripMenuItem1.Name = "newProjectToolStripMenuItem1";
this.newProjectToolStripMenuItem1.Size = new System.Drawing.Size(171, 22);
this.newProjectToolStripMenuItem1.Size = new System.Drawing.Size(163, 22);
this.newProjectToolStripMenuItem1.Text = "New project...";
this.newProjectToolStripMenuItem1.Click += new System.EventHandler(this.newProjectToolStripMenuItem1_Click);
//
// toolStripSeparator19
//
this.toolStripSeparator19.Name = "toolStripSeparator19";
this.toolStripSeparator19.Size = new System.Drawing.Size(168, 6);
this.toolStripSeparator19.Size = new System.Drawing.Size(160, 6);
//
// existingProjectToolStripMenuItem
//
this.existingProjectToolStripMenuItem.Name = "existingProjectToolStripMenuItem";
this.existingProjectToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
this.existingProjectToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
this.existingProjectToolStripMenuItem.Text = "Existing project...";
this.existingProjectToolStripMenuItem.Click += new System.EventHandler(this.existingProjectToolStripMenuItem_Click);
//
// addToolStripSeparator
//
this.addToolStripSeparator.Name = "addToolStripSeparator";
this.addToolStripSeparator.Size = new System.Drawing.Size(188, 6);
this.addToolStripSeparator.Size = new System.Drawing.Size(184, 6);
this.addToolStripSeparator.Visible = false;
//
// closeFileToolStripMenuItem
//
this.closeFileToolStripMenuItem.Name = "closeFileToolStripMenuItem";
this.closeFileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W)));
this.closeFileToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.closeFileToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
this.closeFileToolStripMenuItem.Text = "Close";
this.closeFileToolStripMenuItem.Click += new System.EventHandler(this.closeFileToolStripMenuItem_Click);
//
@ -316,40 +309,40 @@ namespace LSLEditor
//
this.closeSolutiontoolStripMenuItem.Enabled = false;
this.closeSolutiontoolStripMenuItem.Name = "closeSolutiontoolStripMenuItem";
this.closeSolutiontoolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.closeSolutiontoolStripMenuItem.Size = new System.Drawing.Size(187, 22);
this.closeSolutiontoolStripMenuItem.Text = "Close Solution";
this.closeSolutiontoolStripMenuItem.Click += new System.EventHandler(this.closeSolutiontoolStripMenuItem_Click);
//
// toolStripSeparator20
//
this.toolStripSeparator20.Name = "toolStripSeparator20";
this.toolStripSeparator20.Size = new System.Drawing.Size(188, 6);
this.toolStripSeparator20.Size = new System.Drawing.Size(184, 6);
//
// importExampleToolStripMenuItem
//
this.importExampleToolStripMenuItem.Name = "importExampleToolStripMenuItem";
this.importExampleToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.importExampleToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
this.importExampleToolStripMenuItem.Text = "Import Example...";
this.importExampleToolStripMenuItem.Click += new System.EventHandler(this.importExampleToolStripMenuItem_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(188, 6);
this.toolStripSeparator4.Size = new System.Drawing.Size(184, 6);
//
// saveToolStripMenuItem
//
this.saveToolStripMenuItem.Image = global::LSLEditor.Properties.Resources.SAVE;
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
this.saveToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.saveToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
this.saveToolStripMenuItem.Text = "Save";
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
//
// saveAsToolStripMenuItem
//
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
this.saveAsToolStripMenuItem.Text = "Save As...";
this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
//
@ -359,26 +352,26 @@ namespace LSLEditor
this.SaveAllToolStripMenuItem.Name = "SaveAllToolStripMenuItem";
this.SaveAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.S)));
this.SaveAllToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.SaveAllToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
this.SaveAllToolStripMenuItem.Text = "Save All";
this.SaveAllToolStripMenuItem.Click += new System.EventHandler(this.SaveAllToolStripMenuItem_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(188, 6);
this.toolStripSeparator3.Size = new System.Drawing.Size(184, 6);
//
// pageSettingsToolStripMenuItem
//
this.pageSettingsToolStripMenuItem.Name = "pageSettingsToolStripMenuItem";
this.pageSettingsToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.pageSettingsToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
this.pageSettingsToolStripMenuItem.Text = "Page settings...";
this.pageSettingsToolStripMenuItem.Click += new System.EventHandler(this.pageSettingsToolStripMenuItem_Click);
//
// printPreviewtoolStripMenuItem
//
this.printPreviewtoolStripMenuItem.Name = "printPreviewtoolStripMenuItem";
this.printPreviewtoolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.printPreviewtoolStripMenuItem.Size = new System.Drawing.Size(187, 22);
this.printPreviewtoolStripMenuItem.Text = "Print Preview...";
this.printPreviewtoolStripMenuItem.Click += new System.EventHandler(this.printPreviewtoolStripMenuItem_Click);
//
@ -387,50 +380,50 @@ namespace LSLEditor
this.printToolStripMenuItem.Image = global::LSLEditor.Properties.Resources.PRINT;
this.printToolStripMenuItem.Name = "printToolStripMenuItem";
this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
this.printToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.printToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
this.printToolStripMenuItem.Text = "Print...";
this.printToolStripMenuItem.Click += new System.EventHandler(this.printToolStripMenuItem_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(188, 6);
this.toolStripSeparator2.Size = new System.Drawing.Size(184, 6);
//
// copyToClipboardToolStripMenuItem
//
this.copyToClipboardToolStripMenuItem.Name = "copyToClipboardToolStripMenuItem";
this.copyToClipboardToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.copyToClipboardToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
this.copyToClipboardToolStripMenuItem.Text = "Copy to clipboard";
this.copyToClipboardToolStripMenuItem.Click += new System.EventHandler(this.copyToClipboardToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(188, 6);
this.toolStripSeparator1.Size = new System.Drawing.Size(184, 6);
//
// recentFileToolStripMenuItem
//
this.recentFileToolStripMenuItem.Name = "recentFileToolStripMenuItem";
this.recentFileToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.recentFileToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
this.recentFileToolStripMenuItem.Text = "Recent Files";
this.recentFileToolStripMenuItem.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.recentFileToolStripMenuItem_DropDownItemClicked);
//
// recentProjectToolStripMenuItem
//
this.recentProjectToolStripMenuItem.Name = "recentProjectToolStripMenuItem";
this.recentProjectToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.recentProjectToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
this.recentProjectToolStripMenuItem.Text = "Recent Solutions";
this.recentProjectToolStripMenuItem.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.recentProjectToolStripMenuItem_DropDownItemClicked);
//
// toolStripSeparator21
//
this.toolStripSeparator21.Name = "toolStripSeparator21";
this.toolStripSeparator21.Size = new System.Drawing.Size(188, 6);
this.toolStripSeparator21.Size = new System.Drawing.Size(184, 6);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.exitToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
this.exitToolStripMenuItem.Text = "Exit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
@ -453,7 +446,7 @@ namespace LSLEditor
this.toolStripSeparator14,
this.advancedToolStripMenuItem});
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
this.editToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
this.editToolStripMenuItem.Text = "Edit";
//
// undoToolStripMenuItem
@ -461,7 +454,7 @@ namespace LSLEditor
this.undoToolStripMenuItem.Image = global::LSLEditor.Properties.Resources.UNDO;
this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
this.undoToolStripMenuItem.Size = new System.Drawing.Size(224, 22);
this.undoToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
this.undoToolStripMenuItem.Text = "Undo";
this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click);
//
@ -470,21 +463,21 @@ namespace LSLEditor
this.redoToolStripMenuItem.Image = global::LSLEditor.Properties.Resources.REDO;
this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
this.redoToolStripMenuItem.Size = new System.Drawing.Size(224, 22);
this.redoToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
this.redoToolStripMenuItem.Text = "Redo";
this.redoToolStripMenuItem.Click += new System.EventHandler(this.redoToolStripMenuItem_Click);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(221, 6);
this.toolStripSeparator6.Size = new System.Drawing.Size(222, 6);
//
// cutToolStripMenuItem
//
this.cutToolStripMenuItem.Image = global::LSLEditor.Properties.Resources.CUT;
this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
this.cutToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+X";
this.cutToolStripMenuItem.Size = new System.Drawing.Size(224, 22);
this.cutToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
this.cutToolStripMenuItem.Text = "Cut";
this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click);
//
@ -493,7 +486,7 @@ namespace LSLEditor
this.copyToolStripMenuItem.Image = global::LSLEditor.Properties.Resources.COPY;
this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
this.copyToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+C";
this.copyToolStripMenuItem.Size = new System.Drawing.Size(224, 22);
this.copyToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
this.copyToolStripMenuItem.Text = "Copy";
this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
//
@ -502,7 +495,7 @@ namespace LSLEditor
this.pasteToolStripMenuItem.Image = global::LSLEditor.Properties.Resources.PASTE;
this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
this.pasteToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+V";
this.pasteToolStripMenuItem.Size = new System.Drawing.Size(224, 22);
this.pasteToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
this.pasteToolStripMenuItem.Text = "Paste";
this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
//
@ -511,20 +504,20 @@ namespace LSLEditor
this.deleteToolStripMenuItem.Image = global::LSLEditor.Properties.Resources.DELETE;
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
this.deleteToolStripMenuItem.ShortcutKeyDisplayString = "Del";
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(224, 22);
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
this.deleteToolStripMenuItem.Text = "Delete";
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
//
// toolStripSeparator13
//
this.toolStripSeparator13.Name = "toolStripSeparator13";
this.toolStripSeparator13.Size = new System.Drawing.Size(221, 6);
this.toolStripSeparator13.Size = new System.Drawing.Size(222, 6);
//
// selectAllToolStripMenuItem
//
this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
this.selectAllToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+A";
this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(224, 22);
this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
this.selectAllToolStripMenuItem.Text = "Select All";
this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
//
@ -533,14 +526,14 @@ namespace LSLEditor
this.toolStripMenuItem8.Name = "toolStripMenuItem8";
this.toolStripMenuItem8.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.A)));
this.toolStripMenuItem8.Size = new System.Drawing.Size(224, 22);
this.toolStripMenuItem8.Size = new System.Drawing.Size(225, 22);
this.toolStripMenuItem8.Text = "Select All to SL";
this.toolStripMenuItem8.Click += new System.EventHandler(this.toolStripMenuItem8_Click);
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(221, 6);
this.toolStripSeparator7.Size = new System.Drawing.Size(222, 6);
//
// FindtoolStripMenuItem
//
@ -549,14 +542,14 @@ namespace LSLEditor
this.replaceToolStripMenuItem,
this.findNextToolStripMenuItem});
this.FindtoolStripMenuItem.Name = "FindtoolStripMenuItem";
this.FindtoolStripMenuItem.Size = new System.Drawing.Size(224, 22);
this.FindtoolStripMenuItem.Size = new System.Drawing.Size(225, 22);
this.FindtoolStripMenuItem.Text = "Find and Replace";
//
// findToolStripMenuItem1
//
this.findToolStripMenuItem1.Name = "findToolStripMenuItem1";
this.findToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
this.findToolStripMenuItem1.Size = new System.Drawing.Size(162, 22);
this.findToolStripMenuItem1.Size = new System.Drawing.Size(158, 22);
this.findToolStripMenuItem1.Text = "Find";
this.findToolStripMenuItem1.Click += new System.EventHandler(this.findToolStripMenuItem_Click);
//
@ -564,7 +557,7 @@ namespace LSLEditor
//
this.replaceToolStripMenuItem.Name = "replaceToolStripMenuItem";
this.replaceToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H)));
this.replaceToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
this.replaceToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
this.replaceToolStripMenuItem.Text = "Replace";
this.replaceToolStripMenuItem.Click += new System.EventHandler(this.replaceToolStripMenuItem_Click);
//
@ -572,7 +565,7 @@ namespace LSLEditor
//
this.findNextToolStripMenuItem.Name = "findNextToolStripMenuItem";
this.findNextToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F3;
this.findNextToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
this.findNextToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
this.findNextToolStripMenuItem.Text = "Find next";
this.findNextToolStripMenuItem.Visible = false;
this.findNextToolStripMenuItem.Click += new System.EventHandler(this.findNextToolStripMenuItem_Click);
@ -581,14 +574,14 @@ namespace LSLEditor
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G)));
this.toolStripMenuItem1.Size = new System.Drawing.Size(224, 22);
this.toolStripMenuItem1.Size = new System.Drawing.Size(225, 22);
this.toolStripMenuItem1.Text = "Goto...";
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
//
// toolStripSeparator14
//
this.toolStripSeparator14.Name = "toolStripSeparator14";
this.toolStripSeparator14.Size = new System.Drawing.Size(221, 6);
this.toolStripSeparator14.Size = new System.Drawing.Size(222, 6);
//
// advancedToolStripMenuItem
//
@ -598,14 +591,14 @@ namespace LSLEditor
this.commentInToolStripMenuItem,
this.uncommentingSelectedTextToolStripMenuItem});
this.advancedToolStripMenuItem.Name = "advancedToolStripMenuItem";
this.advancedToolStripMenuItem.Size = new System.Drawing.Size(224, 22);
this.advancedToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
this.advancedToolStripMenuItem.Text = "Advanced";
//
// formatDocumentToolStripMenuItem
//
this.formatDocumentToolStripMenuItem.Name = "formatDocumentToolStripMenuItem";
this.formatDocumentToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
this.formatDocumentToolStripMenuItem.Size = new System.Drawing.Size(258, 22);
this.formatDocumentToolStripMenuItem.Size = new System.Drawing.Size(266, 22);
this.formatDocumentToolStripMenuItem.Text = "Format document";
this.formatDocumentToolStripMenuItem.Click += new System.EventHandler(this.formatDocumentToolStripMenuItem_Click);
//
@ -613,7 +606,7 @@ namespace LSLEditor
//
this.formatSelectedTextToolStripMenuItem.Name = "formatSelectedTextToolStripMenuItem";
this.formatSelectedTextToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
this.formatSelectedTextToolStripMenuItem.Size = new System.Drawing.Size(258, 22);
this.formatSelectedTextToolStripMenuItem.Size = new System.Drawing.Size(266, 22);
this.formatSelectedTextToolStripMenuItem.Text = "Format selected text";
this.formatSelectedTextToolStripMenuItem.Click += new System.EventHandler(this.formatSelectedTextToolStripMenuItem_Click);
//
@ -622,7 +615,7 @@ namespace LSLEditor
this.commentInToolStripMenuItem.Image = global::LSLEditor.Properties.Resources.ININDENT;
this.commentInToolStripMenuItem.Name = "commentInToolStripMenuItem";
this.commentInToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.K)));
this.commentInToolStripMenuItem.Size = new System.Drawing.Size(258, 22);
this.commentInToolStripMenuItem.Size = new System.Drawing.Size(266, 22);
this.commentInToolStripMenuItem.Text = "Commenting selected text";
this.commentInToolStripMenuItem.Click += new System.EventHandler(this.commentInToolStripMenuItem_Click);
//
@ -631,7 +624,7 @@ namespace LSLEditor
this.uncommentingSelectedTextToolStripMenuItem.Image = global::LSLEditor.Properties.Resources.DEINDENT;
this.uncommentingSelectedTextToolStripMenuItem.Name = "uncommentingSelectedTextToolStripMenuItem";
this.uncommentingSelectedTextToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L)));
this.uncommentingSelectedTextToolStripMenuItem.Size = new System.Drawing.Size(258, 22);
this.uncommentingSelectedTextToolStripMenuItem.Size = new System.Drawing.Size(266, 22);
this.uncommentingSelectedTextToolStripMenuItem.Text = "Uncommenting selected text";
this.uncommentingSelectedTextToolStripMenuItem.Click += new System.EventHandler(this.uncommentingSelectedTextToolStripMenuItem_Click);
//
@ -641,24 +634,22 @@ namespace LSLEditor
this.solutionExplorerToolStripMenuItem,
this.outlineToolStripMenuItem});
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(41, 20);
this.toolStripMenuItem2.Size = new System.Drawing.Size(44, 20);
this.toolStripMenuItem2.Text = "View";
//
// solutionExplorerToolStripMenuItem
//
this.solutionExplorerToolStripMenuItem.Name = "solutionExplorerToolStripMenuItem";
this.solutionExplorerToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.solutionExplorerToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
this.solutionExplorerToolStripMenuItem.Text = "Solution Explorer";
this.solutionExplorerToolStripMenuItem.Click += new System.EventHandler(this.solutionExplorerToolStripMenuItem_Click);
//
// outlineToolStripMenuItem
//
this.outlineToolStripMenuItem.Checked = true;
this.outlineToolStripMenuItem.CheckOnClick = true;
this.outlineToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.outlineToolStripMenuItem.Name = "outlineToolStripMenuItem";
this.outlineToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.outlineToolStripMenuItem.Text = "Outline";
this.outlineToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
this.outlineToolStripMenuItem.Text = "Outline (Alpha)";
this.outlineToolStripMenuItem.CheckedChanged += new System.EventHandler(this.outlineToolStripMenuItem_CheckedChanged);
//
// projectToolStripMenuItem
@ -667,7 +658,7 @@ namespace LSLEditor
this.addNewObjecttoolStripMenuItem,
this.addNewFileToolStripMenuItem});
this.projectToolStripMenuItem.Name = "projectToolStripMenuItem";
this.projectToolStripMenuItem.Size = new System.Drawing.Size(53, 20);
this.projectToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
this.projectToolStripMenuItem.Text = "Project";
//
// addNewObjecttoolStripMenuItem
@ -676,7 +667,7 @@ namespace LSLEditor
this.addNewObjecttoolStripMenuItem.Name = "addNewObjecttoolStripMenuItem";
this.addNewObjecttoolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.A)));
this.addNewObjecttoolStripMenuItem.Size = new System.Drawing.Size(232, 22);
this.addNewObjecttoolStripMenuItem.Size = new System.Drawing.Size(235, 22);
this.addNewObjecttoolStripMenuItem.Text = "Add New Object";
this.addNewObjecttoolStripMenuItem.Click += new System.EventHandler(this.addNewObjecttoolStripMenuItem_Click);
//
@ -684,7 +675,7 @@ namespace LSLEditor
//
this.addNewFileToolStripMenuItem.Enabled = false;
this.addNewFileToolStripMenuItem.Name = "addNewFileToolStripMenuItem";
this.addNewFileToolStripMenuItem.Size = new System.Drawing.Size(232, 22);
this.addNewFileToolStripMenuItem.Size = new System.Drawing.Size(235, 22);
this.addNewFileToolStripMenuItem.Text = "Add New Item";
//
// buildToolStripMenuItem
@ -695,7 +686,7 @@ namespace LSLEditor
this.toolStripSeparator23,
this.syntaxCheckerToolStripMenuItem});
this.buildToolStripMenuItem.Name = "buildToolStripMenuItem";
this.buildToolStripMenuItem.Size = new System.Drawing.Size(50, 20);
this.buildToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
this.buildToolStripMenuItem.Text = "Debug";
//
// startToolStripMenuItem
@ -703,7 +694,7 @@ namespace LSLEditor
this.startToolStripMenuItem.Image = global::LSLEditor.Properties.Resources.START;
this.startToolStripMenuItem.Name = "startToolStripMenuItem";
this.startToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
this.startToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.startToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.startToolStripMenuItem.Text = "Start";
this.startToolStripMenuItem.Click += new System.EventHandler(this.startToolStripMenuItem_Click);
//
@ -713,20 +704,20 @@ namespace LSLEditor
this.stopToolStripMenuItem.Image = global::LSLEditor.Properties.Resources.END;
this.stopToolStripMenuItem.Name = "stopToolStripMenuItem";
this.stopToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F5)));
this.stopToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.stopToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.stopToolStripMenuItem.Text = "Stop";
this.stopToolStripMenuItem.Click += new System.EventHandler(this.stopToolStripMenuItem_Click);
//
// toolStripSeparator23
//
this.toolStripSeparator23.Name = "toolStripSeparator23";
this.toolStripSeparator23.Size = new System.Drawing.Size(177, 6);
this.toolStripSeparator23.Size = new System.Drawing.Size(170, 6);
//
// syntaxCheckerToolStripMenuItem
//
this.syntaxCheckerToolStripMenuItem.Name = "syntaxCheckerToolStripMenuItem";
this.syntaxCheckerToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F6;
this.syntaxCheckerToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.syntaxCheckerToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.syntaxCheckerToolStripMenuItem.Text = "Syntax Checker";
this.syntaxCheckerToolStripMenuItem.Click += new System.EventHandler(this.syntaxCheckerToolStripMenuItem_Click);
//
@ -735,7 +726,7 @@ namespace LSLEditor
this.toolStripMenuItem3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.optionsToolStripMenuItem});
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(44, 20);
this.toolStripMenuItem3.Size = new System.Drawing.Size(48, 20);
this.toolStripMenuItem3.Text = "Tools";
//
// optionsToolStripMenuItem
@ -753,33 +744,33 @@ namespace LSLEditor
this.toolStripSeparator16,
this.closeActiveWindowToolStripMenuItem});
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
this.viewToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
this.viewToolStripMenuItem.Size = new System.Drawing.Size(63, 20);
this.viewToolStripMenuItem.Text = "Window";
//
// browserInWindowToolStripMenuItem
//
this.browserInWindowToolStripMenuItem.Name = "browserInWindowToolStripMenuItem";
this.browserInWindowToolStripMenuItem.Size = new System.Drawing.Size(258, 22);
this.browserInWindowToolStripMenuItem.Size = new System.Drawing.Size(263, 22);
this.browserInWindowToolStripMenuItem.Text = "Browser in window";
this.browserInWindowToolStripMenuItem.Click += new System.EventHandler(this.browserInWindowToolStripMenuItem_Click);
//
// WikiSepBrowserstoolStripMenuItem
//
this.WikiSepBrowserstoolStripMenuItem.Name = "WikiSepBrowserstoolStripMenuItem";
this.WikiSepBrowserstoolStripMenuItem.Size = new System.Drawing.Size(258, 22);
this.WikiSepBrowserstoolStripMenuItem.Size = new System.Drawing.Size(263, 22);
this.WikiSepBrowserstoolStripMenuItem.Text = "Online Wiki-pages separate Browser";
this.WikiSepBrowserstoolStripMenuItem.Click += new System.EventHandler(this.WikiSepBrowserstoolStripMenuItem_Click);
//
// toolStripSeparator16
//
this.toolStripSeparator16.Name = "toolStripSeparator16";
this.toolStripSeparator16.Size = new System.Drawing.Size(255, 6);
this.toolStripSeparator16.Size = new System.Drawing.Size(260, 6);
//
// closeActiveWindowToolStripMenuItem
//
this.closeActiveWindowToolStripMenuItem.Name = "closeActiveWindowToolStripMenuItem";
this.closeActiveWindowToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F4)));
this.closeActiveWindowToolStripMenuItem.Size = new System.Drawing.Size(258, 22);
this.closeActiveWindowToolStripMenuItem.Size = new System.Drawing.Size(263, 22);
this.closeActiveWindowToolStripMenuItem.Text = "Close active window";
this.closeActiveWindowToolStripMenuItem.Click += new System.EventHandler(this.closeActiveWindowToolStripMenuItem_Click);
//
@ -788,29 +779,22 @@ namespace LSLEditor
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.indexToolStripMenuItem,
this.helpKeywordToolStripMenuItem,
this.toolStripMenuItem9,
this.toolStripSeparator8,
this.checkForUpdatesToolStripMenuItem,
this.toolStripMenuItem4,
this.toolStripSeparator9,
this.ReleaseNotesToolStripMenuItem,
this.toolStripSeparator12,
this.makeBugReporttoolStripMenuItem,
this.toolStripMenuItem6,
this.toolStripSeparator22,
this.toolStripMenuItem5,
this.toolStripSeparator15,
this.toolStripMenuItem7,
this.toolStripSeparator17,
this.toolStripSeparator12,
this.aboutToolStripMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
this.helpToolStripMenuItem.Text = "Help";
//
// indexToolStripMenuItem
//
this.indexToolStripMenuItem.Name = "indexToolStripMenuItem";
this.indexToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F1)));
this.indexToolStripMenuItem.Size = new System.Drawing.Size(219, 22);
this.indexToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
this.indexToolStripMenuItem.Text = "Index LSL Wiki";
this.indexToolStripMenuItem.Click += new System.EventHandler(this.indexToolStripMenuItem_Click);
//
@ -818,93 +802,50 @@ namespace LSLEditor
//
this.helpKeywordToolStripMenuItem.Name = "helpKeywordToolStripMenuItem";
this.helpKeywordToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1;
this.helpKeywordToolStripMenuItem.Size = new System.Drawing.Size(219, 22);
this.helpKeywordToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
this.helpKeywordToolStripMenuItem.Text = "Help on keyword";
this.helpKeywordToolStripMenuItem.Click += new System.EventHandler(this.helpKeywordToolStripMenuItem_Click);
//
// toolStripMenuItem9
//
this.toolStripMenuItem9.Name = "toolStripMenuItem9";
this.toolStripMenuItem9.Size = new System.Drawing.Size(210, 22);
this.toolStripMenuItem9.Text = "Ask a Question / Get Help";
this.toolStripMenuItem9.Click += new System.EventHandler(this.toolStripMenuItem9_Click_1);
//
// toolStripSeparator8
//
this.toolStripSeparator8.Name = "toolStripSeparator8";
this.toolStripSeparator8.Size = new System.Drawing.Size(216, 6);
//
// checkForUpdatesToolStripMenuItem
//
this.checkForUpdatesToolStripMenuItem.Name = "checkForUpdatesToolStripMenuItem";
this.checkForUpdatesToolStripMenuItem.Size = new System.Drawing.Size(219, 22);
this.checkForUpdatesToolStripMenuItem.Text = "Info on the latest release...";
this.checkForUpdatesToolStripMenuItem.Click += new System.EventHandler(this.checkForUpdatesToolStripMenuItem_Click);
this.toolStripSeparator8.Size = new System.Drawing.Size(207, 6);
//
// toolStripMenuItem4
//
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
this.toolStripMenuItem4.Size = new System.Drawing.Size(219, 22);
this.toolStripMenuItem4.Size = new System.Drawing.Size(210, 22);
this.toolStripMenuItem4.Text = "Check for update...";
this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
//
// toolStripSeparator9
//
this.toolStripSeparator9.Name = "toolStripSeparator9";
this.toolStripSeparator9.Size = new System.Drawing.Size(216, 6);
//
// ReleaseNotesToolStripMenuItem
//
this.ReleaseNotesToolStripMenuItem.Name = "ReleaseNotesToolStripMenuItem";
this.ReleaseNotesToolStripMenuItem.Size = new System.Drawing.Size(219, 22);
this.ReleaseNotesToolStripMenuItem.Text = "Release notes...";
this.ReleaseNotesToolStripMenuItem.Click += new System.EventHandler(this.ReleaseNotesToolStripMenuItem_Click);
this.toolStripSeparator9.Size = new System.Drawing.Size(207, 6);
//
// toolStripSeparator12
//
this.toolStripSeparator12.Name = "toolStripSeparator12";
this.toolStripSeparator12.Size = new System.Drawing.Size(216, 6);
this.toolStripSeparator12.Size = new System.Drawing.Size(207, 6);
//
// makeBugReporttoolStripMenuItem
//
this.makeBugReporttoolStripMenuItem.Name = "makeBugReporttoolStripMenuItem";
this.makeBugReporttoolStripMenuItem.Size = new System.Drawing.Size(219, 22);
this.makeBugReporttoolStripMenuItem.Size = new System.Drawing.Size(210, 22);
this.makeBugReporttoolStripMenuItem.Text = "Bug report...";
this.makeBugReporttoolStripMenuItem.Click += new System.EventHandler(this.makeBugReporttoolStripMenuItem_Click);
//
// toolStripMenuItem6
//
this.toolStripMenuItem6.Name = "toolStripMenuItem6";
this.toolStripMenuItem6.Size = new System.Drawing.Size(219, 22);
this.toolStripMenuItem6.Text = "LSLEditor Forum...";
this.toolStripMenuItem6.Click += new System.EventHandler(this.forumStripMenuItem_Click);
//
// toolStripSeparator22
//
this.toolStripSeparator22.Name = "toolStripSeparator22";
this.toolStripSeparator22.Size = new System.Drawing.Size(216, 6);
//
// toolStripMenuItem5
//
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
this.toolStripMenuItem5.Size = new System.Drawing.Size(219, 22);
this.toolStripMenuItem5.Text = "Donate...";
this.toolStripMenuItem5.Click += new System.EventHandler(this.toolStripMenuItem5_Click);
//
// toolStripSeparator15
//
this.toolStripSeparator15.Name = "toolStripSeparator15";
this.toolStripSeparator15.Size = new System.Drawing.Size(216, 6);
//
// toolStripMenuItem7
//
this.toolStripMenuItem7.Name = "toolStripMenuItem7";
this.toolStripMenuItem7.Size = new System.Drawing.Size(219, 22);
this.toolStripMenuItem7.Text = "Contact...";
this.toolStripMenuItem7.Click += new System.EventHandler(this.toolStripMenuItem7_Click);
//
// toolStripSeparator17
//
this.toolStripSeparator17.Name = "toolStripSeparator17";
this.toolStripSeparator17.Size = new System.Drawing.Size(216, 6);
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(219, 22);
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
this.aboutToolStripMenuItem.Text = "About...";
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
//
@ -932,12 +873,12 @@ namespace LSLEditor
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.closeTabToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(112, 26);
this.contextMenuStrip1.Size = new System.Drawing.Size(104, 26);
//
// closeTabToolStripMenuItem
//
this.closeTabToolStripMenuItem.Name = "closeTabToolStripMenuItem";
this.closeTabToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
this.closeTabToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
this.closeTabToolStripMenuItem.Text = "Close";
this.closeTabToolStripMenuItem.Click += new System.EventHandler(this.closeTabToolStripMenuItem_Click);
//
@ -1013,11 +954,11 @@ namespace LSLEditor
this.MainMenuStrip = this.menuStrip1;
this.Name = "LSLEditorForm";
this.Text = "LSLEditor";
this.Load += new System.EventHandler(this.LSLEditorForm_Load);
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.LSLEditorForm_DragDrop);
this.MdiChildActivate += new System.EventHandler(this.LSLEditorForm_MdiChildActivate);
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.LSLEditorForm_DragEnter);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LSLEditorForm_FormClosing);
this.Load += new System.EventHandler(this.LSLEditorForm_Load);
this.MdiChildActivate += new System.EventHandler(this.LSLEditorForm_MdiChildActivate);
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.LSLEditorForm_DragDrop);
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.LSLEditorForm_DragEnter);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
@ -1064,13 +1005,11 @@ namespace LSLEditor
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private System.Windows.Forms.ToolStripMenuItem indexToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem checkForUpdatesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem formatSelectedTextToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem helpKeywordToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
private System.Windows.Forms.ToolStripMenuItem ReleaseNotesToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator12;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator13;
private System.Windows.Forms.ToolStripMenuItem FindtoolStripMenuItem;
@ -1105,7 +1044,6 @@ namespace LSLEditor
private System.Windows.Forms.ToolStripSeparator toolStripSeparator21;
private System.Windows.Forms.ToolStripMenuItem printPreviewtoolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem makeBugReporttoolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator22;
private System.Windows.Forms.ToolStripMenuItem recentProjectToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator23;
@ -1113,16 +1051,11 @@ namespace LSLEditor
private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem findNextToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem addNewFileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem5;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator15;
private System.Windows.Forms.ToolStripMenuItem pageSettingsToolStripMenuItem;
private System.Windows.Forms.PageSetupDialog pageSetupDialog1;
private System.Windows.Forms.ToolStripMenuItem SaveAllToolStripMenuItem;
private System.Windows.Forms.OpenFileDialog openFileDialog2;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem6;
private System.Windows.Forms.ToolStripMenuItem notecardToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem7;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator17;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem8;
private System.Windows.Forms.ToolTip toolTip1;
public System.Windows.Forms.ToolStripMenuItem outlineToolStripMenuItem;
@ -1132,5 +1065,6 @@ namespace LSLEditor
private System.Windows.Forms.ToolStripMenuItem WikiSepBrowserstoolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator16;
private System.Windows.Forms.ToolStripMenuItem closeActiveWindowToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem9;
}
}

View file

@ -1864,5 +1864,13 @@ namespace LSLEditor
}
private void toolStripMenuItem9_Click_1(object sender, EventArgs e)
{
Browser browser = GetBrowser();
browser.ShowWebBrowser("LSLEditor QA", Properties.Settings.Default.qasite);
}
}
}

View file

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.3603
// Runtime Version:4.0.30319.225
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@ -19,7 +19,7 @@ namespace LSLEditor.Properties {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {

View file

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.3603
// Runtime Version:4.0.30319.225
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@ -12,7 +12,7 @@ namespace LSLEditor.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
@ -37,7 +37,7 @@ namespace LSLEditor.Properties {
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("2.40.1")]
[global::System.Configuration.DefaultSettingValueAttribute("2.42")]
public string Version {
get {
return ((string)(this["Version"]));
@ -839,30 +839,6 @@ namespace LSLEditor.Properties {
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool VersionControl {
get {
return ((bool)(this["VersionControl"]));
}
set {
this["VersionControl"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool VersionControlSVN {
get {
return ((bool)(this["VersionControlSVN"]));
}
set {
this["VersionControlSVN"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
@ -1210,5 +1186,47 @@ namespace LSLEditor.Properties {
return ((string)(this["ForumLSLEditor"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("http://metaversegames.net/questions/lsl")]
public string qasite {
get {
return ((string)(this["qasite"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string svnloc {
get {
return ((string)(this["svnloc"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool VersionControl {
get {
return ((bool)(this["VersionControl"]));
}
set {
this["VersionControl"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool VersionControlSVN {
get {
return ((bool)(this["VersionControlSVN"]));
}
set {
this["VersionControlSVN"] = value;
}
}
}
}

View file

@ -6,7 +6,7 @@
<Value Profile="(Default)">SecondLife Name</Value>
</Setting>
<Setting Name="Version" Type="System.String" Scope="Application">
<Value Profile="(Default)">2.40.1</Value>
<Value Profile="(Default)">2.42</Value>
</Setting>
<Setting Name="BrowserInWindow" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
@ -215,12 +215,6 @@
<Setting Name="IndentAutoCorrect" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="VersionControl" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="VersionControlSVN" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="SvnExe" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
@ -326,5 +320,17 @@
<Setting Name="ForumLSLEditor" Type="System.String" Scope="Application">
<Value Profile="(Default)">https://sourceforge.net/projects/lsleditor/forums</Value>
</Setting>
<Setting Name="qasite" Type="System.String" Scope="Application">
<Value Profile="(Default)">http://metaversegames.net/questions/lsl</Value>
</Setting>
<Setting Name="svnloc" Type="System.String" Scope="Application">
<Value Profile="(Default)" />
</Setting>
<Setting Name="VersionControl" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="VersionControlSVN" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
</Settings>
</SettingsFile>

View file

@ -69,7 +69,7 @@ using System.Runtime.CompilerServices;
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.41.*")]
[assembly: AssemblyVersion("2.42.*")]
//
// In order to sign your assembly you must specify a key to use. Refer to the

View file

@ -311,6 +311,11 @@
Delinks the object with the given link number.
Requires permission PERMISSION_CHANGE_LINKS be set.
</Word>
<Word name="llCastRay">
list llCastRay( vector start, vector end, list options );
Return value: [UUID_1, {link_number_1}, hit_position_1, {hit_normal_1}, UUID_2, {link_number_2}, hit_position_2, {hit_normal_2}, ... , status_code] where {} indicates optional data.
</Word>
<Word name="llCSV2List">
list llCSV2List(string src);
@ -643,9 +648,15 @@
<Word name="llGetLinkPrimitiveParams">
list llGetLinkPrimitiveParams( integer link, list params );
Identical to llGetPrimitiveParams except acts on the prim specified by the link number given.
Identical to llGetPrimitiveParams except that it acts on the prim specified by the link number given.
Returns the list of primitive attributes requested in the params list for link
• integer link Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag to get the parameters of
• list params PRIM_* flags
PRIM_* flags can be broken into three categories, face flags, prim flags, and object flags.
* Supplying a prim or object flag will return that flags attributes.
* Face flags require the user to also supply a side parameter.
<Argument name="link">to get the parameters of</Argument>
<Argument name="params">a list of PRIM_* flags</Argument>
</Word>
@ -2013,6 +2024,17 @@
Returns the key of the object's original creator. Similar to llGetOwner.
</Word>
<Word name="llGetDisplayName">
string llGetDisplayName( key id );
Returns a string that is the non-unique display name of the avatar specified by id.
• key id avatar UUID that is in the same region or is otherwise known to the region
id must specify a valid avatar key, present in or otherwise known to the sim in which the script is running, otherwise an empty
string is returned. This function will still return a valid display name if the avatar is a child agent of the sim
(i.e., in an adjacent sim, but presently able to see into the one the script is in), or for a short period after the avatar
leaves the sim (specifically, when the client completely disconnects from the sim, either as a main or child agent).
</Word>
<Word name="llGetGeometricCenter">
vector llGetGeometricCenter();
@ -2054,6 +2076,12 @@
Remember, like the other inventory functions, llGetInventoryType
is case-sensitive.
</Word>
<Word name="llGetLinkNumberOfSides">
integer llGetLinkNumberOfSides( integer link );
Returns an integer that is the number of faces (or sides) of the prim link.
• integer link Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag
</Word>
<Word name="llGetMass">
float llGetMass();
@ -2628,7 +2656,61 @@
<Argument name="request_id">A valid HTTP request key</Argument>
<Argument name="header">Header value name</Argument>
</Word>
<Word name="llGetSPMaxMemory">
integer LlGetSPMaxMemory( );
Returns the integer of the most bytes used while llScriptProfiler was last active.
</Word>
<Word name="llGetEnv">
string llGetEnv( string name );
Returns a string with the requested data about the region.
• string name The name of the data to request
Table of valid name values. Name ↓ Description
"sim_channel" Get the current region's channel string, for example "Second Life Server"
"sim_version" Get the current region's version number string, for example "10.11.30.215699"
</Word>
<Word name="llGetUsedMemory">
integer llGetUsedMemory( );
Returns the integer of the number of bytes of memory currently in use by the script.
</Word>
<Word name="llGetUsername">
string llGetUsername( key id );
Returns a string that is the unique username of the avatar specified by id.
• key id avatar UUID that is in the same region or is otherwise known to the region
id must specify a valid avatar key, present in or otherwise known to the sim in which the script is running,
otherwise an empty string is returned. This function will still return a valid username if the avatar is a child agent
of the sim (i.e., in an adjacent sim, but presently able to see into the one the script is in), or for a short period
after the avatar leaves the sim (specifically, when the client completely disconnects from the sim, either as a main
or child agent).
</Word>
<Word name="llRegionSayTo">
llRegionSayTo( key target, integer channel, string msg );
Says the text supplied in string msg on channel supplied in integer channel to the object or avatar specified by target
• key target
• integer channel output channel, any integer value
• string msg message to be transmitted
</Word>
<Word name="llRequestDisplayName">
key llRequestDisplayName( key id );
Requests the Display Name of the agent identified by id. When the Display Name is available the dataserver event will be raised.
The agent identified by id does not need to be in the same region or online at the time of the request.
Returns the key that is used to identify the dataserver event when it is raised.
• key id avatar UUID
</Word>
<Word name="llRequestUsername">
key llRequestUsername( key id );
Requests the Username of the agent identified by id. When Username is available the dataserver event will be raised.
The agent identified by id does not need to be in the same region or online at the time of the request.
Returns a key that is used to identify the dataserver event when it is raised.
• key id avatar UUID
</Word>
</Words>
<Words icon="Events" name="Appendix B. Events" color="#00A0A0" slcolor="#004D80">
Every state must have at least one handler. You can choose to

View file

@ -134,6 +134,11 @@
<setting name="RegionCorner" serializeAs="String">
<value>254464, 255232</value>
</setting>
<setting name="qasite" serializeAs="String">
<value>
http://metaversegames.net/questions/lsl
</value>
</setting>
</LSLEditor.Properties.Settings>
</userSettings>
</configuration>

View file

@ -53,7 +53,7 @@ namespace LSLEditor.Tools
{
InitializeComponent();
this.groupBox1.Enabled = Properties.Settings.Default.VersionControl;
this.groupBox1.Enabled = true;//Properties.Settings.Default.VersionControl;
this.checkBox1.Checked = Properties.Settings.Default.VersionControlSVN;
this.checkBox1.CheckedChanged += new EventHandler(checkBox1_CheckedChanged);

View file

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
// Runtime Version:4.0.30319.225
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@ -9,21 +9,21 @@
//------------------------------------------------------------------------------
//
// This source code was auto-generated by Microsoft.VSDesigner, Version 2.0.50727.4927.
// This source code was auto-generated by Microsoft.VSDesigner, Version 4.0.30319.225.
//
#pragma warning disable 1591
namespace LSLEditor.org.lsleditor.www {
using System.Diagnostics;
using System.Web.Services;
using System.ComponentModel;
using System.Web.Services.Protocols;
using System;
using System.Web.Services;
using System.Diagnostics;
using System.Web.Services.Protocols;
using System.ComponentModel;
using System.Xml.Serialization;
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.4927")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Web.Services.WebServiceBindingAttribute(Name="Service1Soap", Namespace="http://tempuri.org/")]
@ -227,11 +227,11 @@ namespace LSLEditor.org.lsleditor.www {
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.4927")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
public delegate void OpenCompletedEventHandler(object sender, OpenCompletedEventArgs e);
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.4927")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class OpenCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@ -253,11 +253,11 @@ namespace LSLEditor.org.lsleditor.www {
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.4927")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
public delegate void GetStatusCompletedEventHandler(object sender, GetStatusCompletedEventArgs e);
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.4927")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class GetStatusCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@ -279,11 +279,11 @@ namespace LSLEditor.org.lsleditor.www {
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.4927")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
public delegate void GetBugReportCompletedEventHandler(object sender, GetBugReportCompletedEventArgs e);
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.4927")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class GetBugReportCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
@ -305,11 +305,11 @@ namespace LSLEditor.org.lsleditor.www {
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.4927")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
public delegate void WriteCompletedEventHandler(object sender, WriteCompletedEventArgs e);
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.4927")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class WriteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {

View file

@ -176,12 +176,6 @@
<setting name="IndentAutoCorrect" serializeAs="String">
<value>False</value>
</setting>
<setting name="VersionControl" serializeAs="String">
<value>False</value>
</setting>
<setting name="VersionControlSVN" serializeAs="String">
<value>False</value>
</setting>
<setting name="SvnExe" serializeAs="String">
<value />
</setting>
@ -239,12 +233,18 @@
<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>
</LSLEditor.Properties.Settings>
</userSettings>
<applicationSettings>
<LSLEditor.Properties.Settings>
<setting name="Version" serializeAs="String">
<value>2.40.1</value>
<value>2.42</value>
</setting>
<setting name="ConfLSL" serializeAs="String">
<value>Resource.ConfLSL.xml</value>
@ -321,6 +321,12 @@
<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>
</configuration>

View file

@ -176,12 +176,6 @@
<setting name="IndentAutoCorrect" serializeAs="String">
<value>False</value>
</setting>
<setting name="VersionControl" serializeAs="String">
<value>False</value>
</setting>
<setting name="VersionControlSVN" serializeAs="String">
<value>False</value>
</setting>
<setting name="SvnExe" serializeAs="String">
<value />
</setting>
@ -239,12 +233,18 @@
<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>
</LSLEditor.Properties.Settings>
</userSettings>
<applicationSettings>
<LSLEditor.Properties.Settings>
<setting name="Version" serializeAs="String">
<value>2.40.1</value>
<value>2.42</value>
</setting>
<setting name="ConfLSL" serializeAs="String">
<value>Resource.ConfLSL.xml</value>
@ -321,6 +321,12 @@
<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>
</configuration>

View file

@ -176,12 +176,6 @@
<setting name="IndentAutoCorrect" serializeAs="String">
<value>False</value>
</setting>
<setting name="VersionControl" serializeAs="String">
<value>False</value>
</setting>
<setting name="VersionControlSVN" serializeAs="String">
<value>False</value>
</setting>
<setting name="SvnExe" serializeAs="String">
<value />
</setting>
@ -239,12 +233,18 @@
<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>
</LSLEditor.Properties.Settings>
</userSettings>
<applicationSettings>
<LSLEditor.Properties.Settings>
<setting name="Version" serializeAs="String">
<value>2.40.1</value>
<value>2.42</value>
</setting>
<setting name="ConfLSL" serializeAs="String">
<value>Resource.ConfLSL.xml</value>
@ -321,6 +321,12 @@
<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>
</configuration>

View file

@ -1,4 +1,5 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>9.0.21022</ProductVersion>
@ -27,7 +28,7 @@
</UpgradeBackupLocation>
<SignAssembly>true</SignAssembly>
<Win32Resource>LSLEditor.RES</Win32Resource>
<OldToolsVersion>2.0</OldToolsVersion>
<OldToolsVersion>3.5</OldToolsVersion>
<IsWebBootstrapper>true</IsWebBootstrapper>
<PublishUrl>http://localhost/LSLEditor/</PublishUrl>
<Install>true</Install>
@ -43,6 +44,7 @@
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
@ -66,6 +68,7 @@
<WarningLevel>4</WarningLevel>
<DebugType>full</DebugType>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release\</OutputPath>
@ -89,6 +92,7 @@
<WarningLevel>4</WarningLevel>
<DebugType>none</DebugType>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System">

View file

@ -1,6 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "lsleditor", "lsleditor.csproj", "{59468D25-6E68-4113-B740-C6EF4695045B}"
EndProject
Global