Script Editor: added "Find and Replace" toolbar button.

This commit is contained in:
MaxED 2014-03-03 11:45:03 +00:00
parent 9a50b38f78
commit a851036818
10 changed files with 331 additions and 300 deletions

View file

@ -40,9 +40,9 @@ namespace CodeImp.DoomBuilder.Controls
| System.Windows.Forms.AnchorStyles.Right)));
this.functionbar.FormattingEnabled = true;
this.functionbar.Items.AddRange(new object[] {
"Function1",
"Function2",
"Function3"});
"Function1",
"Function2",
"Function3"});
this.functionbar.Location = new System.Drawing.Point(0, 0);
this.functionbar.Name = "functionbar";
this.functionbar.Size = new System.Drawing.Size(474, 21);