コード例 #1
0
        /////////////////////////////////////////////////////////////////////////////////////////////////////
        // PUBLIC PROCEDURES
        /////////////////////////////////////////////////////////////////////////////////////////////////////

        /// <summary>
        /// Executes the edit action in the specified <see cref="IEditorView"/>.
        /// </summary>
        /// <param name="view">The <see cref="IEditorView"/> in which to execute the edit action.</param>
        public override void Execute(IEditorView view)
        {
            view.InsertSurroundingText("<custom>", "</custom>");
        }