Fixed, Script Editor: in some cases script navigator drop-down was not updated when required.

Changed, Script Editor: changed text cursor behavior when selecting an item in the script navigator drop-down to Visual Studio-like.
This commit is contained in:
MaxED 2015-01-22 19:03:21 +00:00
parent 3080841766
commit 3343f6d2c7
8 changed files with 39 additions and 54 deletions

View file

@ -53,7 +53,7 @@ namespace CodeImp.DoomBuilder.Windows
this.KeyPreview = true;
this.Name = "ScriptEditorForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "GZDoom Builder Script Editor";
this.Text = "Script Editor";
this.Load += new System.EventHandler(this.ScriptEditorForm_Load);
this.Shown += new System.EventHandler(this.ScriptEditorForm_Shown);
this.Move += new System.EventHandler(this.ScriptEditorForm_Move);