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