Пример #1
0
        private void tbNew_Click(object sender, EventArgs e)
        {
            int       count = EditorTabCount + 1;
            EditorTab db    = new EditorTab(this);

            db.CreateEmptyDocument(rm.GetString("defaultFileName") + count, DocumentLanguage.PHP);
            db.Show(dockPanel);
        }