# | Line 70 | Line 70 | |
---|---|---|
70 | this.txtEditor.TabIndex = 0; | |
71 | this.txtEditor.Text = "codeEditorControl1"; | |
72 | this.txtEditor.WhitespaceColor = System.Drawing.SystemColors.ControlDark; | |
73 | + | this.txtEditor.TextChanged += new System.EventHandler(this.txtEditor_TextChanged); |
74 | // | |
75 | // syntaxDocument1 | |
76 | // |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |