C# Class ICSharpCode.TextEditor.Actions.FormatBuffer

This is a sample editaction plugin, it indents the selected area.
Inheritance: AbstractLineFormatAction
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes protégées

Méthode Description
Convert ( IDocument document, int startLine, int endLine ) : void

Method Details

Convert() protected méthode

protected Convert ( IDocument document, int startLine, int endLine ) : void
document IDocument
startLine int
endLine int
Résultat void