C# Class ICSharpCode.TextEditor.Actions.FormatBuffer

This is a sample editaction plugin, it indents the selected area.
Inheritance: AbstractLineFormatAction
显示文件 Open project: jumpinjackie/fdotoolbox

Protected Methods

Method Description
Convert ( IDocument document, int startLine, int endLine ) : void

Method Details

Convert() protected method

protected Convert ( IDocument document, int startLine, int endLine ) : void
document IDocument
startLine int
endLine int
return void