Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
ICSharpCode
TextEditor
Actions
FormatBuffer
C# Class ICSharpCode.TextEditor.Actions.FormatBuffer
This is a sample editaction plugin, it indents the selected area.
Inheritance:
AbstractLineFormatAction
Show file
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