void ctlToolbar_Cut() { if (m_readOnly) { return; } if (CodeView) { textEditor.Cut(); } else { Save(); m_scripts.Cut(GetSelectedIndicesArray()); } }