Table of Contents

Interface ICanCommentOut

Namespace
Loehnert.Lisrt.Scripting.Editor.File.Python.ViewModels
Assembly
Loehnert.Lisrt.Scripting.dll

Interface for a document, to comment out the selected text.

public interface ICanCommentOut

Methods

CommentOutSelectedLines()

Comments the selected lines out.

void CommentOutSelectedLines()

UnCommentSelectedLines()

Uncomments the selected lines.

void UnCommentSelectedLines()