From 33400e8ba09f6e643a6626245cb03be2b04b81d5 Mon Sep 17 00:00:00 2001 From: niel-archer Date: Sat, 25 Feb 2012 05:05:40 +0000 Subject: [PATCH 1/2] Cleaned up naming of menu strip entries. --- trunk/LSLEditorForm.Designer.cs | 1742 +++++++++++++++---------------- trunk/LSLEditorForm.cs | 10 +- 2 files changed, 876 insertions(+), 876 deletions(-) diff --git a/trunk/LSLEditorForm.Designer.cs b/trunk/LSLEditorForm.Designer.cs index dd2a98c..a1070f8 100644 --- a/trunk/LSLEditorForm.Designer.cs +++ b/trunk/LSLEditorForm.Designer.cs @@ -28,144 +28,144 @@ namespace LSLEditor /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - LSLEditor.Docking.DockPanelSkin dockPanelSkin1 = new LSLEditor.Docking.DockPanelSkin(); - LSLEditor.Docking.AutoHideStripSkin autoHideStripSkin1 = new LSLEditor.Docking.AutoHideStripSkin(); - LSLEditor.Docking.DockPanelGradient dockPanelGradient1 = new LSLEditor.Docking.DockPanelGradient(); - LSLEditor.Docking.TabGradient tabGradient1 = new LSLEditor.Docking.TabGradient(); - LSLEditor.Docking.DockPaneStripSkin dockPaneStripSkin1 = new LSLEditor.Docking.DockPaneStripSkin(); - LSLEditor.Docking.DockPaneStripGradient dockPaneStripGradient1 = new LSLEditor.Docking.DockPaneStripGradient(); - LSLEditor.Docking.TabGradient tabGradient2 = new LSLEditor.Docking.TabGradient(); - LSLEditor.Docking.DockPanelGradient dockPanelGradient2 = new LSLEditor.Docking.DockPanelGradient(); - LSLEditor.Docking.TabGradient tabGradient3 = new LSLEditor.Docking.TabGradient(); - LSLEditor.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient1 = new LSLEditor.Docking.DockPaneStripToolWindowGradient(); - LSLEditor.Docking.TabGradient tabGradient4 = new LSLEditor.Docking.TabGradient(); - LSLEditor.Docking.TabGradient tabGradient5 = new LSLEditor.Docking.TabGradient(); - LSLEditor.Docking.DockPanelGradient dockPanelGradient3 = new LSLEditor.Docking.DockPanelGradient(); - LSLEditor.Docking.TabGradient tabGradient6 = new LSLEditor.Docking.TabGradient(); - LSLEditor.Docking.TabGradient tabGradient7 = new LSLEditor.Docking.TabGradient(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LSLEditorForm)); - this.menuStrip1 = new System.Windows.Forms.MenuStrip(); - this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.newProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.newFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.notecardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.openProjectSolutionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.openFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); - this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.newProjectToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator19 = new System.Windows.Forms.ToolStripSeparator(); - this.existingProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.addToolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); - this.closeFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.closeSolutiontoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator20 = new System.Windows.Forms.ToolStripSeparator(); - this.importExampleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); - this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.SaveAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); - this.pageSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.printPreviewtoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); - this.copyToClipboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.recentFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.recentProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator21 = new System.Windows.Forms.ToolStripSeparator(); - this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); - this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator(); - this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); - this.FindtoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.findToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); - this.replaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.findNextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator(); - this.advancedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.formatDocumentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.formatSelectedTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.commentInToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.uncommentingSelectedTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); - this.solutionExplorerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.outlineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.projectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.addNewObjecttoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.addNewFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.buildToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.startToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.stopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator23 = new System.Windows.Forms.ToolStripSeparator(); - this.syntaxCheckerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); - this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.browserInWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.WikiSepBrowserstoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator(); - this.closeActiveWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - 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.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); - this.makeBugReporttoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator12 = 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(); - this.statusStrip1 = new System.Windows.Forms.StatusStrip(); - this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); - this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); - this.closeTabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.pageSetupDialog1 = new System.Windows.Forms.PageSetupDialog(); - this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog(); - this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); - this.dockPanel = new LSLEditor.Docking.DockPanel(); - this.releaseNotesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.menuStrip1.SuspendLayout(); - this.statusStrip1.SuspendLayout(); - this.contextMenuStrip1.SuspendLayout(); - this.SuspendLayout(); - // - // menuStrip1 - // - this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.fileToolStripMenuItem, - this.editToolStripMenuItem, - this.toolStripMenuItem2, - this.projectToolStripMenuItem, - this.buildToolStripMenuItem, - this.toolStripMenuItem3, - this.viewToolStripMenuItem, - this.helpToolStripMenuItem}); - this.menuStrip1.Location = new System.Drawing.Point(0, 0); - this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Size = new System.Drawing.Size(742, 24); - this.menuStrip1.TabIndex = 0; - this.menuStrip1.Text = "menuStrip1"; - // - // fileToolStripMenuItem - // - this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.components = new System.ComponentModel.Container(); + LSLEditor.Docking.DockPanelSkin dockPanelSkin1 = new LSLEditor.Docking.DockPanelSkin(); + LSLEditor.Docking.AutoHideStripSkin autoHideStripSkin1 = new LSLEditor.Docking.AutoHideStripSkin(); + LSLEditor.Docking.DockPanelGradient dockPanelGradient1 = new LSLEditor.Docking.DockPanelGradient(); + LSLEditor.Docking.TabGradient tabGradient1 = new LSLEditor.Docking.TabGradient(); + LSLEditor.Docking.DockPaneStripSkin dockPaneStripSkin1 = new LSLEditor.Docking.DockPaneStripSkin(); + LSLEditor.Docking.DockPaneStripGradient dockPaneStripGradient1 = new LSLEditor.Docking.DockPaneStripGradient(); + LSLEditor.Docking.TabGradient tabGradient2 = new LSLEditor.Docking.TabGradient(); + LSLEditor.Docking.DockPanelGradient dockPanelGradient2 = new LSLEditor.Docking.DockPanelGradient(); + LSLEditor.Docking.TabGradient tabGradient3 = new LSLEditor.Docking.TabGradient(); + LSLEditor.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient1 = new LSLEditor.Docking.DockPaneStripToolWindowGradient(); + LSLEditor.Docking.TabGradient tabGradient4 = new LSLEditor.Docking.TabGradient(); + LSLEditor.Docking.TabGradient tabGradient5 = new LSLEditor.Docking.TabGradient(); + LSLEditor.Docking.DockPanelGradient dockPanelGradient3 = new LSLEditor.Docking.DockPanelGradient(); + LSLEditor.Docking.TabGradient tabGradient6 = new LSLEditor.Docking.TabGradient(); + LSLEditor.Docking.TabGradient tabGradient7 = new LSLEditor.Docking.TabGradient(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LSLEditorForm)); + this.menuStrip1 = new System.Windows.Forms.MenuStrip(); + this.fileStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.newProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.newFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.notecardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.openProjectSolutionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.openFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); + this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.newProjectToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator19 = new System.Windows.Forms.ToolStripSeparator(); + this.existingProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.addToolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); + this.closeFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.closeSolutiontoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator20 = new System.Windows.Forms.ToolStripSeparator(); + this.importExampleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); + this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.SaveAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); + this.pageSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.printPreviewtoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); + this.copyToClipboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); + this.recentFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.recentProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator21 = new System.Windows.Forms.ToolStripSeparator(); + this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.editStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); + this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator(); + this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); + this.FindtoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.findToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.replaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.findNextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator(); + this.advancedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.formatDocumentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.formatSelectedTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.commentInToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.uncommentingSelectedTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.viewlStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.solutionExplorerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.outlineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.projectStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.addNewObjecttoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.addNewFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.debugStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.startToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.stopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator23 = new System.Windows.Forms.ToolStripSeparator(); + this.syntaxCheckerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolsStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.windowStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.browserInWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.WikiSepBrowserstoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator(); + this.closeActiveWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.helpStripMenuItem = 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.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); + this.makeBugReporttoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator(); + this.releaseNotesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); + this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); + this.statusStrip1 = new System.Windows.Forms.StatusStrip(); + this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); + this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); + this.closeTabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.pageSetupDialog1 = new System.Windows.Forms.PageSetupDialog(); + this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog(); + this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); + this.dockPanel = new LSLEditor.Docking.DockPanel(); + this.menuStrip1.SuspendLayout(); + this.statusStrip1.SuspendLayout(); + this.contextMenuStrip1.SuspendLayout(); + this.SuspendLayout(); + // + // menuStrip1 + // + this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.fileStripMenuItem, + this.editStripMenuItem, + this.viewlStripMenuItem, + this.projectStripMenuItem, + this.debugStripMenuItem, + this.toolsStripMenuItem, + this.windowStripMenuItem, + this.helpStripMenuItem}); + this.menuStrip1.Location = new System.Drawing.Point(0, 0); + this.menuStrip1.Name = "menuStrip1"; + this.menuStrip1.Size = new System.Drawing.Size(742, 24); + this.menuStrip1.TabIndex = 0; + this.menuStrip1.Text = "menuStrip1"; + // + // fileStripMenuItem + // + this.fileStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newToolStripMenuItem, this.openToolStripMenuItem, this.toolStripSeparator5, @@ -190,247 +190,247 @@ namespace LSLEditor this.recentProjectToolStripMenuItem, this.toolStripSeparator21, this.exitToolStripMenuItem}); - this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; - this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); - this.fileToolStripMenuItem.Text = "File"; - this.fileToolStripMenuItem.Click += new System.EventHandler(this.fileToolStripMenuItem_Click); - // - // newToolStripMenuItem - // - this.newToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.fileStripMenuItem.Name = "fileStripMenuItem"; + this.fileStripMenuItem.Size = new System.Drawing.Size(37, 20); + this.fileStripMenuItem.Text = "File"; + this.fileStripMenuItem.Click += new System.EventHandler(this.fileToolStripMenuItem_Click); + // + // newToolStripMenuItem + // + this.newToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newProjectToolStripMenuItem, this.newFileToolStripMenuItem, this.notecardToolStripMenuItem}); - this.newToolStripMenuItem.Name = "newToolStripMenuItem"; - this.newToolStripMenuItem.Size = new System.Drawing.Size(187, 22); - this.newToolStripMenuItem.Text = "New"; - // - // newProjectToolStripMenuItem - // - this.newProjectToolStripMenuItem.Name = "newProjectToolStripMenuItem"; - this.newProjectToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) + this.newToolStripMenuItem.Name = "newToolStripMenuItem"; + this.newToolStripMenuItem.Size = new System.Drawing.Size(187, 22); + this.newToolStripMenuItem.Text = "New"; + // + // newProjectToolStripMenuItem + // + 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(202, 22); - this.newProjectToolStripMenuItem.Text = "Solution..."; - this.newProjectToolStripMenuItem.Click += new System.EventHandler(this.newProjectToolStripMenuItem_Click); - // - // newFileToolStripMenuItem - // - 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(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(202, 22); - this.notecardToolStripMenuItem.Text = "Notecard"; - this.notecardToolStripMenuItem.Click += new System.EventHandler(this.notecardToolStripMenuItem_Click); - // - // openToolStripMenuItem - // - this.openToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.newProjectToolStripMenuItem.Size = new System.Drawing.Size(202, 22); + this.newProjectToolStripMenuItem.Text = "Solution..."; + this.newProjectToolStripMenuItem.Click += new System.EventHandler(this.newProjectToolStripMenuItem_Click); + // + // newFileToolStripMenuItem + // + 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(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(202, 22); + this.notecardToolStripMenuItem.Text = "Notecard"; + this.notecardToolStripMenuItem.Click += new System.EventHandler(this.notecardToolStripMenuItem_Click); + // + // openToolStripMenuItem + // + this.openToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openProjectSolutionToolStripMenuItem, this.openFileToolStripMenuItem}); - this.openToolStripMenuItem.Name = "openToolStripMenuItem"; - this.openToolStripMenuItem.Size = new System.Drawing.Size(187, 22); - this.openToolStripMenuItem.Text = "Open"; - // - // openProjectSolutionToolStripMenuItem - // - this.openProjectSolutionToolStripMenuItem.Name = "openProjectSolutionToolStripMenuItem"; - this.openProjectSolutionToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) + this.openToolStripMenuItem.Name = "openToolStripMenuItem"; + this.openToolStripMenuItem.Size = new System.Drawing.Size(187, 22); + this.openToolStripMenuItem.Text = "Open"; + // + // openProjectSolutionToolStripMenuItem + // + 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(244, 22); - this.openProjectSolutionToolStripMenuItem.Text = "Project/Solution..."; - this.openProjectSolutionToolStripMenuItem.Click += new System.EventHandler(this.openProjectSolutionToolStripMenuItem_Click); - // - // openFileToolStripMenuItem - // - 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(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(184, 6); - // - // addToolStripMenuItem - // - this.addToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.openProjectSolutionToolStripMenuItem.Size = new System.Drawing.Size(244, 22); + this.openProjectSolutionToolStripMenuItem.Text = "Project/Solution..."; + this.openProjectSolutionToolStripMenuItem.Click += new System.EventHandler(this.openProjectSolutionToolStripMenuItem_Click); + // + // openFileToolStripMenuItem + // + 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(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(184, 6); + // + // addToolStripMenuItem + // + this.addToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newProjectToolStripMenuItem1, this.toolStripSeparator19, this.existingProjectToolStripMenuItem}); - this.addToolStripMenuItem.Name = "addToolStripMenuItem"; - 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(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(160, 6); - // - // existingProjectToolStripMenuItem - // - this.existingProjectToolStripMenuItem.Name = "existingProjectToolStripMenuItem"; - 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(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(187, 22); - this.closeFileToolStripMenuItem.Text = "Close"; - this.closeFileToolStripMenuItem.Click += new System.EventHandler(this.closeFileToolStripMenuItem_Click); - // - // closeSolutiontoolStripMenuItem - // - this.closeSolutiontoolStripMenuItem.Enabled = false; - this.closeSolutiontoolStripMenuItem.Name = "closeSolutiontoolStripMenuItem"; - 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(184, 6); - // - // importExampleToolStripMenuItem - // - this.importExampleToolStripMenuItem.Name = "importExampleToolStripMenuItem"; - 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(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(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(187, 22); - this.saveAsToolStripMenuItem.Text = "Save As..."; - this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); - // - // SaveAllToolStripMenuItem - // - this.SaveAllToolStripMenuItem.Image = global::LSLEditor.Properties.Resources.SAVEAS; - this.SaveAllToolStripMenuItem.Name = "SaveAllToolStripMenuItem"; - this.SaveAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) + this.addToolStripMenuItem.Name = "addToolStripMenuItem"; + 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(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(160, 6); + // + // existingProjectToolStripMenuItem + // + this.existingProjectToolStripMenuItem.Name = "existingProjectToolStripMenuItem"; + 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(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(187, 22); + this.closeFileToolStripMenuItem.Text = "Close"; + this.closeFileToolStripMenuItem.Click += new System.EventHandler(this.closeFileToolStripMenuItem_Click); + // + // closeSolutiontoolStripMenuItem + // + this.closeSolutiontoolStripMenuItem.Enabled = false; + this.closeSolutiontoolStripMenuItem.Name = "closeSolutiontoolStripMenuItem"; + 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(184, 6); + // + // importExampleToolStripMenuItem + // + this.importExampleToolStripMenuItem.Name = "importExampleToolStripMenuItem"; + 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(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(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(187, 22); + this.saveAsToolStripMenuItem.Text = "Save As..."; + this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); + // + // SaveAllToolStripMenuItem + // + this.SaveAllToolStripMenuItem.Image = global::LSLEditor.Properties.Resources.SAVEAS; + 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(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(184, 6); - // - // pageSettingsToolStripMenuItem - // - this.pageSettingsToolStripMenuItem.Name = "pageSettingsToolStripMenuItem"; - 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(187, 22); - this.printPreviewtoolStripMenuItem.Text = "Print Preview..."; - this.printPreviewtoolStripMenuItem.Click += new System.EventHandler(this.printPreviewtoolStripMenuItem_Click); - // - // printToolStripMenuItem - // - 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(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(184, 6); - // - // copyToClipboardToolStripMenuItem - // - this.copyToClipboardToolStripMenuItem.Name = "copyToClipboardToolStripMenuItem"; - 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(184, 6); - // - // recentFileToolStripMenuItem - // - this.recentFileToolStripMenuItem.Name = "recentFileToolStripMenuItem"; - 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(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(184, 6); - // - // exitToolStripMenuItem - // - this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; - this.exitToolStripMenuItem.Size = new System.Drawing.Size(187, 22); - this.exitToolStripMenuItem.Text = "Exit"; - this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); - // - // editToolStripMenuItem - // - this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + 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(184, 6); + // + // pageSettingsToolStripMenuItem + // + this.pageSettingsToolStripMenuItem.Name = "pageSettingsToolStripMenuItem"; + 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(187, 22); + this.printPreviewtoolStripMenuItem.Text = "Print Preview..."; + this.printPreviewtoolStripMenuItem.Click += new System.EventHandler(this.printPreviewtoolStripMenuItem_Click); + // + // printToolStripMenuItem + // + 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(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(184, 6); + // + // copyToClipboardToolStripMenuItem + // + this.copyToClipboardToolStripMenuItem.Name = "copyToClipboardToolStripMenuItem"; + 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(184, 6); + // + // recentFileToolStripMenuItem + // + this.recentFileToolStripMenuItem.Name = "recentFileToolStripMenuItem"; + 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(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(184, 6); + // + // exitToolStripMenuItem + // + this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; + this.exitToolStripMenuItem.Size = new System.Drawing.Size(187, 22); + this.exitToolStripMenuItem.Text = "Exit"; + this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); + // + // editStripMenuItem + // + this.editStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.undoToolStripMenuItem, this.redoToolStripMenuItem, this.toolStripSeparator6, @@ -446,338 +446,338 @@ namespace LSLEditor this.toolStripMenuItem1, this.toolStripSeparator14, this.advancedToolStripMenuItem}); - this.editToolStripMenuItem.Name = "editToolStripMenuItem"; - this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20); - this.editToolStripMenuItem.Text = "Edit"; - // - // undoToolStripMenuItem - // - 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(225, 22); - this.undoToolStripMenuItem.Text = "Undo"; - this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click); - // - // redoToolStripMenuItem - // - 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(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(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(225, 22); - this.cutToolStripMenuItem.Text = "Cut"; - this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click); - // - // copyToolStripMenuItem - // - this.copyToolStripMenuItem.Image = global::LSLEditor.Properties.Resources.COPY; - this.copyToolStripMenuItem.Name = "copyToolStripMenuItem"; - this.copyToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+C"; - this.copyToolStripMenuItem.Size = new System.Drawing.Size(225, 22); - this.copyToolStripMenuItem.Text = "Copy"; - this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click); - // - // pasteToolStripMenuItem - // - this.pasteToolStripMenuItem.Image = global::LSLEditor.Properties.Resources.PASTE; - this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem"; - this.pasteToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+V"; - this.pasteToolStripMenuItem.Size = new System.Drawing.Size(225, 22); - this.pasteToolStripMenuItem.Text = "Paste"; - this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click); - // - // deleteToolStripMenuItem - // - this.deleteToolStripMenuItem.Image = global::LSLEditor.Properties.Resources.DELETE; - this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem"; - this.deleteToolStripMenuItem.ShortcutKeyDisplayString = "Del"; - 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(222, 6); - // - // selectAllToolStripMenuItem - // - this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem"; - this.selectAllToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+A"; - this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(225, 22); - this.selectAllToolStripMenuItem.Text = "Select All"; - this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click); - // - // toolStripMenuItem8 - // - this.toolStripMenuItem8.Name = "toolStripMenuItem8"; - this.toolStripMenuItem8.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) + this.editStripMenuItem.Name = "editStripMenuItem"; + this.editStripMenuItem.Size = new System.Drawing.Size(39, 20); + this.editStripMenuItem.Text = "Edit"; + // + // undoToolStripMenuItem + // + 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(225, 22); + this.undoToolStripMenuItem.Text = "Undo"; + this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click); + // + // redoToolStripMenuItem + // + 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(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(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(225, 22); + this.cutToolStripMenuItem.Text = "Cut"; + this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click); + // + // copyToolStripMenuItem + // + this.copyToolStripMenuItem.Image = global::LSLEditor.Properties.Resources.COPY; + this.copyToolStripMenuItem.Name = "copyToolStripMenuItem"; + this.copyToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+C"; + this.copyToolStripMenuItem.Size = new System.Drawing.Size(225, 22); + this.copyToolStripMenuItem.Text = "Copy"; + this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click); + // + // pasteToolStripMenuItem + // + this.pasteToolStripMenuItem.Image = global::LSLEditor.Properties.Resources.PASTE; + this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem"; + this.pasteToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+V"; + this.pasteToolStripMenuItem.Size = new System.Drawing.Size(225, 22); + this.pasteToolStripMenuItem.Text = "Paste"; + this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click); + // + // deleteToolStripMenuItem + // + this.deleteToolStripMenuItem.Image = global::LSLEditor.Properties.Resources.DELETE; + this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem"; + this.deleteToolStripMenuItem.ShortcutKeyDisplayString = "Del"; + 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(222, 6); + // + // selectAllToolStripMenuItem + // + this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem"; + this.selectAllToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+A"; + this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(225, 22); + this.selectAllToolStripMenuItem.Text = "Select All"; + this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click); + // + // toolStripMenuItem8 + // + 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(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(222, 6); - // - // FindtoolStripMenuItem - // - this.FindtoolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + 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(222, 6); + // + // FindtoolStripMenuItem + // + this.FindtoolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.findToolStripMenuItem1, this.replaceToolStripMenuItem, this.findNextToolStripMenuItem}); - this.FindtoolStripMenuItem.Name = "FindtoolStripMenuItem"; - 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(158, 22); - this.findToolStripMenuItem1.Text = "Find"; - this.findToolStripMenuItem1.Click += new System.EventHandler(this.findToolStripMenuItem_Click); - // - // replaceToolStripMenuItem - // - 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(158, 22); - this.replaceToolStripMenuItem.Text = "Replace"; - this.replaceToolStripMenuItem.Click += new System.EventHandler(this.replaceToolStripMenuItem_Click); - // - // findNextToolStripMenuItem - // - this.findNextToolStripMenuItem.Name = "findNextToolStripMenuItem"; - this.findNextToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F3; - 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); - // - // toolStripMenuItem1 - // - 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(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(222, 6); - // - // advancedToolStripMenuItem - // - this.advancedToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.FindtoolStripMenuItem.Name = "FindtoolStripMenuItem"; + 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(158, 22); + this.findToolStripMenuItem1.Text = "Find"; + this.findToolStripMenuItem1.Click += new System.EventHandler(this.findToolStripMenuItem_Click); + // + // replaceToolStripMenuItem + // + 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(158, 22); + this.replaceToolStripMenuItem.Text = "Replace"; + this.replaceToolStripMenuItem.Click += new System.EventHandler(this.replaceToolStripMenuItem_Click); + // + // findNextToolStripMenuItem + // + this.findNextToolStripMenuItem.Name = "findNextToolStripMenuItem"; + this.findNextToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F3; + 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); + // + // toolStripMenuItem1 + // + 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(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(222, 6); + // + // advancedToolStripMenuItem + // + this.advancedToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.formatDocumentToolStripMenuItem, this.formatSelectedTextToolStripMenuItem, this.commentInToolStripMenuItem, this.uncommentingSelectedTextToolStripMenuItem}); - this.advancedToolStripMenuItem.Name = "advancedToolStripMenuItem"; - 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(266, 22); - this.formatDocumentToolStripMenuItem.Text = "Format document"; - this.formatDocumentToolStripMenuItem.Click += new System.EventHandler(this.formatDocumentToolStripMenuItem_Click); - // - // formatSelectedTextToolStripMenuItem - // - 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(266, 22); - this.formatSelectedTextToolStripMenuItem.Text = "Format selected text"; - this.formatSelectedTextToolStripMenuItem.Click += new System.EventHandler(this.formatSelectedTextToolStripMenuItem_Click); - // - // commentInToolStripMenuItem - // - 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(266, 22); - this.commentInToolStripMenuItem.Text = "Commenting selected text"; - this.commentInToolStripMenuItem.Click += new System.EventHandler(this.commentInToolStripMenuItem_Click); - // - // uncommentingSelectedTextToolStripMenuItem - // - 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(266, 22); - this.uncommentingSelectedTextToolStripMenuItem.Text = "Uncommenting selected text"; - this.uncommentingSelectedTextToolStripMenuItem.Click += new System.EventHandler(this.uncommentingSelectedTextToolStripMenuItem_Click); - // - // toolStripMenuItem2 - // - this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.advancedToolStripMenuItem.Name = "advancedToolStripMenuItem"; + 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(266, 22); + this.formatDocumentToolStripMenuItem.Text = "Format document"; + this.formatDocumentToolStripMenuItem.Click += new System.EventHandler(this.formatDocumentToolStripMenuItem_Click); + // + // formatSelectedTextToolStripMenuItem + // + 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(266, 22); + this.formatSelectedTextToolStripMenuItem.Text = "Format selected text"; + this.formatSelectedTextToolStripMenuItem.Click += new System.EventHandler(this.formatSelectedTextToolStripMenuItem_Click); + // + // commentInToolStripMenuItem + // + 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(266, 22); + this.commentInToolStripMenuItem.Text = "Commenting selected text"; + this.commentInToolStripMenuItem.Click += new System.EventHandler(this.commentInToolStripMenuItem_Click); + // + // uncommentingSelectedTextToolStripMenuItem + // + 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(266, 22); + this.uncommentingSelectedTextToolStripMenuItem.Text = "Uncommenting selected text"; + this.uncommentingSelectedTextToolStripMenuItem.Click += new System.EventHandler(this.uncommentingSelectedTextToolStripMenuItem_Click); + // + // viewlStripMenuItem + // + this.viewlStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.solutionExplorerToolStripMenuItem, this.outlineToolStripMenuItem}); - this.toolStripMenuItem2.Name = "toolStripMenuItem2"; - 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(163, 22); - this.solutionExplorerToolStripMenuItem.Text = "Solution Explorer"; - this.solutionExplorerToolStripMenuItem.Click += new System.EventHandler(this.solutionExplorerToolStripMenuItem_Click); - // - // outlineToolStripMenuItem - // - this.outlineToolStripMenuItem.CheckOnClick = true; - this.outlineToolStripMenuItem.Name = "outlineToolStripMenuItem"; - this.outlineToolStripMenuItem.Size = new System.Drawing.Size(163, 22); - this.outlineToolStripMenuItem.Text = "Outline (Alpha)"; - this.outlineToolStripMenuItem.CheckedChanged += new System.EventHandler(this.outlineToolStripMenuItem_CheckedChanged); - // - // projectToolStripMenuItem - // - this.projectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.viewlStripMenuItem.Name = "viewlStripMenuItem"; + this.viewlStripMenuItem.Size = new System.Drawing.Size(44, 20); + this.viewlStripMenuItem.Text = "View"; + // + // solutionExplorerToolStripMenuItem + // + this.solutionExplorerToolStripMenuItem.Name = "solutionExplorerToolStripMenuItem"; + 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.CheckOnClick = true; + this.outlineToolStripMenuItem.Name = "outlineToolStripMenuItem"; + this.outlineToolStripMenuItem.Size = new System.Drawing.Size(163, 22); + this.outlineToolStripMenuItem.Text = "Outline (Alpha)"; + this.outlineToolStripMenuItem.CheckedChanged += new System.EventHandler(this.outlineToolStripMenuItem_CheckedChanged); + // + // projectStripMenuItem + // + this.projectStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addNewObjecttoolStripMenuItem, this.addNewFileToolStripMenuItem}); - this.projectToolStripMenuItem.Name = "projectToolStripMenuItem"; - this.projectToolStripMenuItem.Size = new System.Drawing.Size(56, 20); - this.projectToolStripMenuItem.Text = "Project"; - // - // addNewObjecttoolStripMenuItem - // - this.addNewObjecttoolStripMenuItem.Enabled = false; - this.addNewObjecttoolStripMenuItem.Name = "addNewObjecttoolStripMenuItem"; - this.addNewObjecttoolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) + this.projectStripMenuItem.Name = "projectStripMenuItem"; + this.projectStripMenuItem.Size = new System.Drawing.Size(56, 20); + this.projectStripMenuItem.Text = "Project"; + // + // addNewObjecttoolStripMenuItem + // + this.addNewObjecttoolStripMenuItem.Enabled = false; + 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(235, 22); - this.addNewObjecttoolStripMenuItem.Text = "Add New Object"; - this.addNewObjecttoolStripMenuItem.Click += new System.EventHandler(this.addNewObjecttoolStripMenuItem_Click); - // - // addNewFileToolStripMenuItem - // - this.addNewFileToolStripMenuItem.Enabled = false; - this.addNewFileToolStripMenuItem.Name = "addNewFileToolStripMenuItem"; - this.addNewFileToolStripMenuItem.Size = new System.Drawing.Size(235, 22); - this.addNewFileToolStripMenuItem.Text = "Add New Item"; - // - // buildToolStripMenuItem - // - this.buildToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.addNewObjecttoolStripMenuItem.Size = new System.Drawing.Size(235, 22); + this.addNewObjecttoolStripMenuItem.Text = "Add New Object"; + this.addNewObjecttoolStripMenuItem.Click += new System.EventHandler(this.addNewObjecttoolStripMenuItem_Click); + // + // addNewFileToolStripMenuItem + // + this.addNewFileToolStripMenuItem.Enabled = false; + this.addNewFileToolStripMenuItem.Name = "addNewFileToolStripMenuItem"; + this.addNewFileToolStripMenuItem.Size = new System.Drawing.Size(235, 22); + this.addNewFileToolStripMenuItem.Text = "Add New Item"; + // + // debugStripMenuItem + // + this.debugStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.startToolStripMenuItem, this.stopToolStripMenuItem, this.toolStripSeparator23, this.syntaxCheckerToolStripMenuItem}); - this.buildToolStripMenuItem.Name = "buildToolStripMenuItem"; - this.buildToolStripMenuItem.Size = new System.Drawing.Size(54, 20); - this.buildToolStripMenuItem.Text = "Debug"; - // - // startToolStripMenuItem - // - 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(173, 22); - this.startToolStripMenuItem.Text = "Start"; - this.startToolStripMenuItem.Click += new System.EventHandler(this.startToolStripMenuItem_Click); - // - // stopToolStripMenuItem - // - this.stopToolStripMenuItem.Enabled = false; - 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(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(170, 6); - // - // syntaxCheckerToolStripMenuItem - // - this.syntaxCheckerToolStripMenuItem.Name = "syntaxCheckerToolStripMenuItem"; - this.syntaxCheckerToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F6; - this.syntaxCheckerToolStripMenuItem.Size = new System.Drawing.Size(173, 22); - this.syntaxCheckerToolStripMenuItem.Text = "Syntax Checker"; - this.syntaxCheckerToolStripMenuItem.Click += new System.EventHandler(this.syntaxCheckerToolStripMenuItem_Click); - // - // toolStripMenuItem3 - // - this.toolStripMenuItem3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.debugStripMenuItem.Name = "debugStripMenuItem"; + this.debugStripMenuItem.Size = new System.Drawing.Size(54, 20); + this.debugStripMenuItem.Text = "Debug"; + // + // startToolStripMenuItem + // + 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(173, 22); + this.startToolStripMenuItem.Text = "Start"; + this.startToolStripMenuItem.Click += new System.EventHandler(this.startToolStripMenuItem_Click); + // + // stopToolStripMenuItem + // + this.stopToolStripMenuItem.Enabled = false; + 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(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(170, 6); + // + // syntaxCheckerToolStripMenuItem + // + this.syntaxCheckerToolStripMenuItem.Name = "syntaxCheckerToolStripMenuItem"; + this.syntaxCheckerToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F6; + this.syntaxCheckerToolStripMenuItem.Size = new System.Drawing.Size(173, 22); + this.syntaxCheckerToolStripMenuItem.Text = "Syntax Checker"; + this.syntaxCheckerToolStripMenuItem.Click += new System.EventHandler(this.syntaxCheckerToolStripMenuItem_Click); + // + // toolsStripMenuItem + // + this.toolsStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.optionsToolStripMenuItem}); - this.toolStripMenuItem3.Name = "toolStripMenuItem3"; - this.toolStripMenuItem3.Size = new System.Drawing.Size(48, 20); - this.toolStripMenuItem3.Text = "Tools"; - // - // optionsToolStripMenuItem - // - this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; - this.optionsToolStripMenuItem.Size = new System.Drawing.Size(125, 22); - this.optionsToolStripMenuItem.Text = "Options..."; - this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click); - // - // viewToolStripMenuItem - // - this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.toolsStripMenuItem.Name = "toolsStripMenuItem"; + this.toolsStripMenuItem.Size = new System.Drawing.Size(48, 20); + this.toolsStripMenuItem.Text = "Tools"; + // + // optionsToolStripMenuItem + // + this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; + this.optionsToolStripMenuItem.Size = new System.Drawing.Size(125, 22); + this.optionsToolStripMenuItem.Text = "Options..."; + this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click); + // + // windowStripMenuItem + // + this.windowStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.browserInWindowToolStripMenuItem, this.WikiSepBrowserstoolStripMenuItem, this.toolStripSeparator16, this.closeActiveWindowToolStripMenuItem}); - this.viewToolStripMenuItem.Name = "viewToolStripMenuItem"; - 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(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(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(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(263, 22); - this.closeActiveWindowToolStripMenuItem.Text = "Close active window"; - this.closeActiveWindowToolStripMenuItem.Click += new System.EventHandler(this.closeActiveWindowToolStripMenuItem_Click); - // - // helpToolStripMenuItem - // - this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.windowStripMenuItem.Name = "windowStripMenuItem"; + this.windowStripMenuItem.Size = new System.Drawing.Size(63, 20); + this.windowStripMenuItem.Text = "Window"; + // + // browserInWindowToolStripMenuItem + // + this.browserInWindowToolStripMenuItem.Name = "browserInWindowToolStripMenuItem"; + 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(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(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(263, 22); + this.closeActiveWindowToolStripMenuItem.Text = "Close active window"; + this.closeActiveWindowToolStripMenuItem.Click += new System.EventHandler(this.closeActiveWindowToolStripMenuItem_Click); + // + // helpStripMenuItem + // + this.helpStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.indexToolStripMenuItem, this.helpKeywordToolStripMenuItem, this.toolStripMenuItem9, @@ -788,200 +788,200 @@ namespace LSLEditor this.toolStripSeparator12, this.releaseNotesToolStripMenuItem, this.aboutToolStripMenuItem}); - this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; - 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(210, 22); - this.indexToolStripMenuItem.Text = "Index LSL Wiki"; - this.indexToolStripMenuItem.Click += new System.EventHandler(this.indexToolStripMenuItem_Click); - // - // helpKeywordToolStripMenuItem - // - this.helpKeywordToolStripMenuItem.Name = "helpKeywordToolStripMenuItem"; - this.helpKeywordToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1; - 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(207, 6); - // - // toolStripMenuItem4 - // - this.toolStripMenuItem4.Name = "toolStripMenuItem4"; - 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(207, 6); - // - // makeBugReporttoolStripMenuItem - // - this.makeBugReporttoolStripMenuItem.Name = "makeBugReporttoolStripMenuItem"; - this.makeBugReporttoolStripMenuItem.Size = new System.Drawing.Size(210, 22); - this.makeBugReporttoolStripMenuItem.Text = "Bug report..."; - this.makeBugReporttoolStripMenuItem.Click += new System.EventHandler(this.makeBugReporttoolStripMenuItem_Click); - // - // toolStripSeparator12 - // - this.toolStripSeparator12.Name = "toolStripSeparator12"; - this.toolStripSeparator12.Size = new System.Drawing.Size(207, 6); - // - // aboutToolStripMenuItem - // - this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; - this.aboutToolStripMenuItem.Size = new System.Drawing.Size(210, 22); - this.aboutToolStripMenuItem.Text = "About..."; - this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); - // - // openFileDialog1 - // - this.openFileDialog1.FileName = "openFileDialog1"; - // - // statusStrip1 - // - this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.helpStripMenuItem.Name = "helpStripMenuItem"; + this.helpStripMenuItem.Size = new System.Drawing.Size(44, 20); + this.helpStripMenuItem.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(210, 22); + this.indexToolStripMenuItem.Text = "Index LSL Wiki"; + this.indexToolStripMenuItem.Click += new System.EventHandler(this.indexToolStripMenuItem_Click); + // + // helpKeywordToolStripMenuItem + // + this.helpKeywordToolStripMenuItem.Name = "helpKeywordToolStripMenuItem"; + this.helpKeywordToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1; + 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(207, 6); + // + // toolStripMenuItem4 + // + this.toolStripMenuItem4.Name = "toolStripMenuItem4"; + 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(207, 6); + // + // makeBugReporttoolStripMenuItem + // + this.makeBugReporttoolStripMenuItem.Name = "makeBugReporttoolStripMenuItem"; + this.makeBugReporttoolStripMenuItem.Size = new System.Drawing.Size(210, 22); + this.makeBugReporttoolStripMenuItem.Text = "Bug report..."; + this.makeBugReporttoolStripMenuItem.Click += new System.EventHandler(this.makeBugReporttoolStripMenuItem_Click); + // + // toolStripSeparator12 + // + this.toolStripSeparator12.Name = "toolStripSeparator12"; + this.toolStripSeparator12.Size = new System.Drawing.Size(207, 6); + // + // releaseNotesToolStripMenuItem + // + this.releaseNotesToolStripMenuItem.Name = "releaseNotesToolStripMenuItem"; + this.releaseNotesToolStripMenuItem.Size = new System.Drawing.Size(210, 22); + this.releaseNotesToolStripMenuItem.Text = "Release Notes..."; + this.releaseNotesToolStripMenuItem.Click += new System.EventHandler(this.releaseNotesToolStripMenuItem_Click); + // + // aboutToolStripMenuItem + // + this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; + this.aboutToolStripMenuItem.Size = new System.Drawing.Size(210, 22); + this.aboutToolStripMenuItem.Text = "About..."; + this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); + // + // openFileDialog1 + // + this.openFileDialog1.FileName = "openFileDialog1"; + // + // statusStrip1 + // + this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1}); - this.statusStrip1.Location = new System.Drawing.Point(0, 494); - this.statusStrip1.Name = "statusStrip1"; - this.statusStrip1.Size = new System.Drawing.Size(742, 22); - this.statusStrip1.TabIndex = 9; - this.statusStrip1.Text = "statusStrip1"; - // - // toolStripStatusLabel1 - // - this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; - this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17); - // - // contextMenuStrip1 - // - this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.statusStrip1.Location = new System.Drawing.Point(0, 494); + this.statusStrip1.Name = "statusStrip1"; + this.statusStrip1.Size = new System.Drawing.Size(742, 22); + this.statusStrip1.TabIndex = 9; + this.statusStrip1.Text = "statusStrip1"; + // + // toolStripStatusLabel1 + // + this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; + this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17); + // + // contextMenuStrip1 + // + this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.closeTabToolStripMenuItem}); - this.contextMenuStrip1.Name = "contextMenuStrip1"; - this.contextMenuStrip1.Size = new System.Drawing.Size(104, 26); - // - // closeTabToolStripMenuItem - // - this.closeTabToolStripMenuItem.Name = "closeTabToolStripMenuItem"; - this.closeTabToolStripMenuItem.Size = new System.Drawing.Size(103, 22); - this.closeTabToolStripMenuItem.Text = "Close"; - this.closeTabToolStripMenuItem.Click += new System.EventHandler(this.closeTabToolStripMenuItem_Click); - // - // openFileDialog2 - // - this.openFileDialog2.FileName = "openFileDialog2"; - // - // dockPanel - // - this.dockPanel.ActiveAutoHideContent = null; - this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill; - this.dockPanel.DockBackColor = System.Drawing.SystemColors.AppWorkspace; - this.dockPanel.Location = new System.Drawing.Point(0, 24); - this.dockPanel.Name = "dockPanel"; - this.dockPanel.Size = new System.Drawing.Size(742, 470); - dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight; - dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight; - autoHideStripSkin1.DockStripGradient = dockPanelGradient1; - tabGradient1.EndColor = System.Drawing.SystemColors.Control; - tabGradient1.StartColor = System.Drawing.SystemColors.Control; - tabGradient1.TextColor = System.Drawing.SystemColors.ControlDarkDark; - autoHideStripSkin1.TabGradient = tabGradient1; - dockPanelSkin1.AutoHideStripSkin = autoHideStripSkin1; - tabGradient2.EndColor = System.Drawing.SystemColors.ControlLightLight; - tabGradient2.StartColor = System.Drawing.SystemColors.ControlLightLight; - tabGradient2.TextColor = System.Drawing.SystemColors.ControlText; - dockPaneStripGradient1.ActiveTabGradient = tabGradient2; - dockPanelGradient2.EndColor = System.Drawing.SystemColors.Control; - dockPanelGradient2.StartColor = System.Drawing.SystemColors.Control; - dockPaneStripGradient1.DockStripGradient = dockPanelGradient2; - tabGradient3.EndColor = System.Drawing.SystemColors.ControlLight; - tabGradient3.StartColor = System.Drawing.SystemColors.ControlLight; - tabGradient3.TextColor = System.Drawing.SystemColors.ControlText; - dockPaneStripGradient1.InactiveTabGradient = tabGradient3; - dockPaneStripSkin1.DocumentGradient = dockPaneStripGradient1; - tabGradient4.EndColor = System.Drawing.SystemColors.ActiveCaption; - tabGradient4.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; - tabGradient4.StartColor = System.Drawing.SystemColors.GradientActiveCaption; - tabGradient4.TextColor = System.Drawing.SystemColors.ActiveCaptionText; - dockPaneStripToolWindowGradient1.ActiveCaptionGradient = tabGradient4; - tabGradient5.EndColor = System.Drawing.SystemColors.Control; - tabGradient5.StartColor = System.Drawing.SystemColors.Control; - tabGradient5.TextColor = System.Drawing.SystemColors.ControlText; - dockPaneStripToolWindowGradient1.ActiveTabGradient = tabGradient5; - dockPanelGradient3.EndColor = System.Drawing.SystemColors.ControlLight; - dockPanelGradient3.StartColor = System.Drawing.SystemColors.ControlLight; - dockPaneStripToolWindowGradient1.DockStripGradient = dockPanelGradient3; - tabGradient6.EndColor = System.Drawing.SystemColors.GradientInactiveCaption; - tabGradient6.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; - tabGradient6.StartColor = System.Drawing.SystemColors.GradientInactiveCaption; - tabGradient6.TextColor = System.Drawing.SystemColors.ControlText; - dockPaneStripToolWindowGradient1.InactiveCaptionGradient = tabGradient6; - tabGradient7.EndColor = System.Drawing.Color.Transparent; - tabGradient7.StartColor = System.Drawing.Color.Transparent; - tabGradient7.TextColor = System.Drawing.SystemColors.ControlDarkDark; - dockPaneStripToolWindowGradient1.InactiveTabGradient = tabGradient7; - dockPaneStripSkin1.ToolWindowGradient = dockPaneStripToolWindowGradient1; - dockPanelSkin1.DockPaneStripSkin = dockPaneStripSkin1; - this.dockPanel.Skin = dockPanelSkin1; - this.dockPanel.TabIndex = 10; - // - // releaseNotesToolStripMenuItem - // - this.releaseNotesToolStripMenuItem.Name = "releaseNotesToolStripMenuItem"; - this.releaseNotesToolStripMenuItem.Size = new System.Drawing.Size(210, 22); - this.releaseNotesToolStripMenuItem.Text = "Release Notes..."; - this.releaseNotesToolStripMenuItem.Click += new System.EventHandler(this.releaseNotesToolStripMenuItem_Click); - // - // LSLEditorForm - // - this.AllowDrop = true; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(742, 516); - this.Controls.Add(this.dockPanel); - this.Controls.Add(this.statusStrip1); - this.Controls.Add(this.menuStrip1); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.IsMdiContainer = true; - this.MainMenuStrip = this.menuStrip1; - this.Name = "LSLEditorForm"; - this.Text = "LSLEditor"; - 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); - this.statusStrip1.PerformLayout(); - this.contextMenuStrip1.ResumeLayout(false); - this.ResumeLayout(false); - this.PerformLayout(); + this.contextMenuStrip1.Name = "contextMenuStrip1"; + this.contextMenuStrip1.Size = new System.Drawing.Size(104, 26); + // + // closeTabToolStripMenuItem + // + this.closeTabToolStripMenuItem.Name = "closeTabToolStripMenuItem"; + this.closeTabToolStripMenuItem.Size = new System.Drawing.Size(103, 22); + this.closeTabToolStripMenuItem.Text = "Close"; + this.closeTabToolStripMenuItem.Click += new System.EventHandler(this.closeTabToolStripMenuItem_Click); + // + // openFileDialog2 + // + this.openFileDialog2.FileName = "openFileDialog2"; + // + // dockPanel + // + this.dockPanel.ActiveAutoHideContent = null; + this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill; + this.dockPanel.DockBackColor = System.Drawing.SystemColors.AppWorkspace; + this.dockPanel.Location = new System.Drawing.Point(0, 24); + this.dockPanel.Name = "dockPanel"; + this.dockPanel.Size = new System.Drawing.Size(742, 470); + dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight; + dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight; + autoHideStripSkin1.DockStripGradient = dockPanelGradient1; + tabGradient1.EndColor = System.Drawing.SystemColors.Control; + tabGradient1.StartColor = System.Drawing.SystemColors.Control; + tabGradient1.TextColor = System.Drawing.SystemColors.ControlDarkDark; + autoHideStripSkin1.TabGradient = tabGradient1; + dockPanelSkin1.AutoHideStripSkin = autoHideStripSkin1; + tabGradient2.EndColor = System.Drawing.SystemColors.ControlLightLight; + tabGradient2.StartColor = System.Drawing.SystemColors.ControlLightLight; + tabGradient2.TextColor = System.Drawing.SystemColors.ControlText; + dockPaneStripGradient1.ActiveTabGradient = tabGradient2; + dockPanelGradient2.EndColor = System.Drawing.SystemColors.Control; + dockPanelGradient2.StartColor = System.Drawing.SystemColors.Control; + dockPaneStripGradient1.DockStripGradient = dockPanelGradient2; + tabGradient3.EndColor = System.Drawing.SystemColors.ControlLight; + tabGradient3.StartColor = System.Drawing.SystemColors.ControlLight; + tabGradient3.TextColor = System.Drawing.SystemColors.ControlText; + dockPaneStripGradient1.InactiveTabGradient = tabGradient3; + dockPaneStripSkin1.DocumentGradient = dockPaneStripGradient1; + tabGradient4.EndColor = System.Drawing.SystemColors.ActiveCaption; + tabGradient4.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; + tabGradient4.StartColor = System.Drawing.SystemColors.GradientActiveCaption; + tabGradient4.TextColor = System.Drawing.SystemColors.ActiveCaptionText; + dockPaneStripToolWindowGradient1.ActiveCaptionGradient = tabGradient4; + tabGradient5.EndColor = System.Drawing.SystemColors.Control; + tabGradient5.StartColor = System.Drawing.SystemColors.Control; + tabGradient5.TextColor = System.Drawing.SystemColors.ControlText; + dockPaneStripToolWindowGradient1.ActiveTabGradient = tabGradient5; + dockPanelGradient3.EndColor = System.Drawing.SystemColors.ControlLight; + dockPanelGradient3.StartColor = System.Drawing.SystemColors.ControlLight; + dockPaneStripToolWindowGradient1.DockStripGradient = dockPanelGradient3; + tabGradient6.EndColor = System.Drawing.SystemColors.GradientInactiveCaption; + tabGradient6.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; + tabGradient6.StartColor = System.Drawing.SystemColors.GradientInactiveCaption; + tabGradient6.TextColor = System.Drawing.SystemColors.ControlText; + dockPaneStripToolWindowGradient1.InactiveCaptionGradient = tabGradient6; + tabGradient7.EndColor = System.Drawing.Color.Transparent; + tabGradient7.StartColor = System.Drawing.Color.Transparent; + tabGradient7.TextColor = System.Drawing.SystemColors.ControlDarkDark; + dockPaneStripToolWindowGradient1.InactiveTabGradient = tabGradient7; + dockPaneStripSkin1.ToolWindowGradient = dockPaneStripToolWindowGradient1; + dockPanelSkin1.DockPaneStripSkin = dockPaneStripSkin1; + this.dockPanel.Skin = dockPanelSkin1; + this.dockPanel.TabIndex = 10; + // + // LSLEditorForm + // + this.AllowDrop = true; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(742, 516); + this.Controls.Add(this.dockPanel); + this.Controls.Add(this.statusStrip1); + this.Controls.Add(this.menuStrip1); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.IsMdiContainer = true; + this.MainMenuStrip = this.menuStrip1; + this.Name = "LSLEditorForm"; + this.Text = "LSLEditor"; + 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); + this.statusStrip1.PerformLayout(); + this.contextMenuStrip1.ResumeLayout(false); + this.ResumeLayout(false); + this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuStrip1; - private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem fileStripMenuItem; private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; @@ -995,10 +995,10 @@ namespace LSLEditor private System.Windows.Forms.ToolStripMenuItem copyToClipboardToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem projectToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem buildToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem editStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem projectStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem debugStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem helpStripMenuItem; private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem; @@ -1033,7 +1033,7 @@ namespace LSLEditor private System.Windows.Forms.ToolStripMenuItem uncommentingSelectedTextToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem findToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem replaceToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2; + private System.Windows.Forms.ToolStripMenuItem viewlStripMenuItem; private System.Windows.Forms.ToolStripMenuItem solutionExplorerToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem newProjectToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem newFileToolStripMenuItem; @@ -1048,7 +1048,7 @@ namespace LSLEditor private System.Windows.Forms.ToolStripMenuItem closeSolutiontoolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator20; private System.Windows.Forms.ToolStripMenuItem addNewObjecttoolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3; + private System.Windows.Forms.ToolStripMenuItem toolsStripMenuItem; private System.Windows.Forms.ToolStripMenuItem recentFileToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator21; private System.Windows.Forms.ToolStripMenuItem printPreviewtoolStripMenuItem; @@ -1069,7 +1069,7 @@ namespace LSLEditor private System.Windows.Forms.ToolTip toolTip1; public System.Windows.Forms.ToolStripMenuItem outlineToolStripMenuItem; private LSLEditor.Docking.DockPanel dockPanel; - private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem windowStripMenuItem; private System.Windows.Forms.ToolStripMenuItem browserInWindowToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem WikiSepBrowserstoolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator16; diff --git a/trunk/LSLEditorForm.cs b/trunk/LSLEditorForm.cs index ad93475..905ea4a 100644 --- a/trunk/LSLEditorForm.cs +++ b/trunk/LSLEditorForm.cs @@ -496,8 +496,8 @@ namespace LSLEditor private void InitPluginsList() { // erase old plugins - for (int intI = this.toolStripMenuItem3.DropDownItems.Count - 1; intI > 0; intI--) - this.toolStripMenuItem3.DropDownItems.RemoveAt(intI); + for (int intI = this.toolsStripMenuItem.DropDownItems.Count - 1; intI > 0; intI--) + this.toolsStripMenuItem.DropDownItems.RemoveAt(intI); if (Properties.Settings.Default.Plugins == null) return; @@ -510,7 +510,7 @@ namespace LSLEditor tsmi = new ToolStripMenuItem(strPlugin, null, handler, Keys.F7); else tsmi = new ToolStripMenuItem(strPlugin, null, handler); - this.toolStripMenuItem3.DropDownItems.Add(tsmi); + this.toolsStripMenuItem.DropDownItems.Add(tsmi); } } @@ -1550,7 +1550,7 @@ namespace LSLEditor if (tsmi == null) return; - this.fileToolStripMenuItem.HideDropDown(); + this.fileStripMenuItem.HideDropDown(); string strPath = tsmi.Tag.ToString(); OpenFile(strPath, Guid.NewGuid()); @@ -1625,7 +1625,7 @@ namespace LSLEditor if (tsmi == null) return; - this.fileToolStripMenuItem.HideDropDown(); + this.fileStripMenuItem.HideDropDown(); if (CloseAllOpenWindows()) { From c34ba498d178c43f3e65ffa70e9eb2c1d85abe0c Mon Sep 17 00:00:00 2001 From: niel-archer Date: Sat, 25 Feb 2012 05:56:17 +0000 Subject: [PATCH 2/2] Updated versioning method. Bumped version number to 2.45.0 so updating will work on next release. AssemblyInfo is now in properties so that we can manually change version from property dialogue in VCSharp. --- trunk/LSLEditor.RES | Bin 82052 -> 82116 bytes .../{Resource => Properties}/AssemblyInfo.cs | 202 +++++++++--------- trunk/Resource/Test.snk | Bin 596 -> 0 bytes trunk/lsleditor.csproj | 9 +- 4 files changed, 105 insertions(+), 106 deletions(-) rename trunk/{Resource => Properties}/AssemblyInfo.cs (92%) delete mode 100644 trunk/Resource/Test.snk diff --git a/trunk/LSLEditor.RES b/trunk/LSLEditor.RES index e92ec7415a68d6bdb20d3f394951c9b9674fbd9c..ac72eb3a6308075ade8a09e3d165607017e7dc0d 100644 GIT binary patch delta 104 zcmZo^WIfWzy5WE%qu1txl5vcT7Mm5Mf3i9#gk)qEE9B?pR4OE;V=sYS(^`FRRSscHE|sR{+9NjaIx3Pq_osfop@dXwZuCttAOXf{*aZl=iS GCl3I~*(D(W delta 39 vcmX@o$lB7#y5WE%BiH7Gl5vcThMN_nf3i-J7o99%$. For example, if your KeyFile is -// located in the project directory, you would specify the AssemblyKeyFile -// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] -// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework -// documentation for more information on this. -// -[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyName("")] -//[assembly: AssemblyKeyFile("..\\..\\Resource\\test.snk")] \ No newline at end of file +// /** +// ******** +// * +// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden +// * The code was donated on 4/28/2010 by Alphons van der Heijden +// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. +// * In agreement with Alphons van der Heijden's wishes. +// * +// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. +// * Without his work the community would be stuck with crappy editors. +// * +// * The source code in this file ("Source Code") is provided by The LSLEditor Group +// * to you under the terms of the GNU General Public License, version 2.0 +// * ("GPL"), unless you have obtained a separate licensing agreement +// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of +// * the GPL can be found in the gplv2.txt document. +// * +// ******** +// * GPLv2 Header +// ******** +// * LSLEditor, a External editor for the LSL Language. +// * Copyright (C) 2010 The LSLEditor Group. +// +// * This program is free software; you can redistribute it and/or +// * modify it under the terms of the GNU General Public License +// * as published by the Free Software Foundation; either version 2 +// * of the License, or (at your option) any later version. +// * +// * This program is distributed in the hope that it will be useful, +// * but WITHOUT ANY WARRANTY; without even the implied warranty of +// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// * GNU General Public License for more details. +// * +// * You should have received a copy of the GNU General Public License +// * along with this program; if not, write to the Free Software +// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******** +// * +// * The above copyright notice and this permission notice shall be included in all +// * copies or substantial portions of the Software. +// * +// ******** +// */ +using System.Reflection; +using System.Runtime.CompilerServices; + +// +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +// +[assembly: AssemblyTitle("LSL-Editor Community Edition")] +[assembly: AssemblyDescription("LSL-Editor for editing and compiling LSL scripts")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("")] +[assembly: AssemblyCopyright("2006 - 2012")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: + +[assembly: AssemblyVersion("2.45.0.*")] + +// +// In order to sign your assembly you must specify a key to use. Refer to the +// Microsoft .NET Framework documentation for more information on assembly signing. +// +// Use the attributes below to control which key is used for signing. +// +// Notes: +// (*) If no key is specified, the assembly is not signed. +// (*) KeyName refers to a key that has been installed in the Crypto Service +// Provider (CSP) on your machine. KeyFile refers to a file which contains +// a key. +// (*) If the KeyFile and the KeyName values are both specified, the +// following processing occurs: +// (1) If the KeyName can be found in the CSP, that key is used. +// (2) If the KeyName does not exist and the KeyFile does exist, the key +// in the KeyFile is installed into the CSP and used. +// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility. +// When specifying the KeyFile, the location of the KeyFile should be +// relative to the project output directory which is +// %Project Directory%\obj\. For example, if your KeyFile is +// located in the project directory, you would specify the AssemblyKeyFile +// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] +// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework +// documentation for more information on this. +// +[assembly: AssemblyDelaySign(false)] +//[assembly: AssemblyKeyName("")] +[assembly: AssemblyKeyFile("..\\..\\Resource\\test.snk")] \ No newline at end of file diff --git a/trunk/Resource/Test.snk b/trunk/Resource/Test.snk deleted file mode 100644 index a22325b86809a73f58a4b648fbc65c8700b93c4f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa50098MrJl!X5Y}`Hf~xS=+jv~(nwzEq&NPhf zmsDyCUfq3io)Tw#3+mDj=rMZRa%F#4aQd35Ixk0%dQ!-1&f%1!tvraKhEiyjf}5AK zLV>+&B6(&%{R)SDhKv^c6x^@*VkEsZI2pa7>phe*05uHPFDqTC7k!`F1y>2JD=w!z2iXjLNi=sTOP%!{A6y9z0Le zJzMM)a$;oL%UJQ{iP*v$fIa5&HIGBKnI2g?hx=*PP9b0@06VK_457#Y&kZc-^HP@r zF1ilDx2_Uh64yzR0i`x7o95!=^;GLe=v**x|12;Xg_QmSp|>5|Gq~F2Cl{_~hL>W4 zK!05ns|_{d3DeROulRWem04}3>`>@khl@=0D1HEIDa!we`=eH#BS-~UzwtcY;GsMx2} zNxhv^How~uwTz6@%xFu8$NWLmB>F=L{Tu#wc1n)$$Ob diff --git a/trunk/lsleditor.csproj b/trunk/lsleditor.csproj index 90df873..6cdf603 100644 --- a/trunk/lsleditor.csproj +++ b/trunk/lsleditor.csproj @@ -12,7 +12,7 @@ LSLEditor - Resource\Test.snk + testing.pfx JScript Grid IE50 @@ -245,6 +245,7 @@ llTextBoxForm.cs + Form @@ -316,9 +317,6 @@ - - Code - Form @@ -720,6 +718,8 @@ + + @@ -813,7 +813,6 @@ SettingsSingleFileGenerator Settings.Designer.cs - MSDiscoCodeGenerator Reference.cs