Adding Release Notes to Help menu.
This commit is contained in:
parent
198d4ec5a0
commit
dd11201200
3 changed files with 1557 additions and 1533 deletions
24
trunk/LSLEditorForm.Designer.cs
generated
24
trunk/LSLEditorForm.Designer.cs
generated
|
@ -127,8 +127,8 @@ namespace LSLEditor
|
|||
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.toolStripSeparator12 = 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();
|
||||
|
@ -140,6 +140,7 @@ namespace LSLEditor
|
|||
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();
|
||||
|
@ -732,7 +733,7 @@ namespace LSLEditor
|
|||
// optionsToolStripMenuItem
|
||||
//
|
||||
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
|
||||
this.optionsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.optionsToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
|
||||
this.optionsToolStripMenuItem.Text = "Options...";
|
||||
this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -785,6 +786,7 @@ namespace LSLEditor
|
|||
this.toolStripSeparator9,
|
||||
this.makeBugReporttoolStripMenuItem,
|
||||
this.toolStripSeparator12,
|
||||
this.releaseNotesToolStripMenuItem,
|
||||
this.aboutToolStripMenuItem});
|
||||
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
|
||||
this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
|
||||
|
@ -830,11 +832,6 @@ namespace LSLEditor
|
|||
this.toolStripSeparator9.Name = "toolStripSeparator9";
|
||||
this.toolStripSeparator9.Size = new System.Drawing.Size(207, 6);
|
||||
//
|
||||
// toolStripSeparator12
|
||||
//
|
||||
this.toolStripSeparator12.Name = "toolStripSeparator12";
|
||||
this.toolStripSeparator12.Size = new System.Drawing.Size(207, 6);
|
||||
//
|
||||
// makeBugReporttoolStripMenuItem
|
||||
//
|
||||
this.makeBugReporttoolStripMenuItem.Name = "makeBugReporttoolStripMenuItem";
|
||||
|
@ -842,6 +839,11 @@ namespace LSLEditor
|
|||
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";
|
||||
|
@ -940,6 +942,13 @@ namespace LSLEditor
|
|||
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;
|
||||
|
@ -1066,5 +1075,6 @@ namespace LSLEditor
|
|||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator16;
|
||||
private System.Windows.Forms.ToolStripMenuItem closeActiveWindowToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem9;
|
||||
private System.Windows.Forms.ToolStripMenuItem releaseNotesToolStripMenuItem;
|
||||
}
|
||||
}
|
|
@ -1245,7 +1245,7 @@ namespace LSLEditor
|
|||
}
|
||||
}
|
||||
|
||||
private void ReleaseNotesToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
private void releaseNotesToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
Browser browser = GetBrowser();
|
||||
string strExeFileName = Path.GetFileName(Assembly.GetExecutingAssembly().CodeBase);
|
||||
|
|
|
@ -1,21 +1,25 @@
|
|||
<div style="font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3;">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Release Notes</title>
|
||||
</head>
|
||||
<body style="background-color: white; font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3">
|
||||
<div>
|
||||
<h3>Release 2.x.x</h3>
|
||||
|
||||
<u></u><br />
|
||||
|
||||
<div>
|
||||
<h3><u>2012</u> - Release 2.x.x</h3>
|
||||
* Added
|
||||
<ul>
|
||||
<li>"Release Notes..." to help menu.</li>
|
||||
</ul>
|
||||
|
||||
Bugs Fixed:
|
||||
<ul>
|
||||
<li>2995296 - Search | Comment Line (Ctl+K) Breaks Line After Search Term</li>
|
||||
<li>3461546 - ReleaseNotes.htm in source, but never used</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3>Release 2.43.1</h3>
|
||||
|
||||
<u>2011-12-09</u><br />
|
||||
<h3><u>2011-12-12</u> - Release 2.43.1</h3>
|
||||
* Added: constants
|
||||
<ul>
|
||||
<li>CONTENT_TYPE_HTML</li>
|
||||
|
@ -101,9 +105,7 @@
|
|||
</div>
|
||||
|
||||
<div>
|
||||
<h3>Release 2.43</h3>
|
||||
|
||||
<u>2011-11-30</u><br />
|
||||
<h3><u>2011-12-06</u> - Release 2.43</h3>
|
||||
* Added: event
|
||||
<ul>
|
||||
<li>transaction_result</li>
|
||||
|
@ -133,6 +135,16 @@
|
|||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<h3><u>2011</u> - Release 2.42</h3>
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<h3><u>2010</u> - Release 2.41</h3>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Release 2.40</h3>
|
||||
|
||||
<p><u>April 17 2010 14:51 (local time)</u><br />
|
||||
|
@ -163,7 +175,7 @@
|
|||
<li>llDetectedTouchST </li>
|
||||
<li>llSHA1String </li>
|
||||
</ul>
|
||||
<br />
|
||||
<br />
|
||||
</p>
|
||||
|
||||
<h3>Release 2.38</h3>
|
||||
|
@ -1512,4 +1524,6 @@
|
|||
|
||||
<p><u>Oct 1, 2006 (local time)</u></p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue