sesaparcours
Preparing search index...
outils/ace/types
<internal>
TextMode
Interface TextMode
interface
TextMode
{
autoOutdent
(
state
:
any
,
doc
:
Document
,
row
:
number
)
:
void
;
checkOutdent
(
state
:
any
,
line
:
string
,
input
:
string
)
:
boolean
;
createModeDelegates
(
mapping
:
{
[
key
:
string
]:
string
}
)
:
void
;
createWorker
(
session
:
IEditSession
)
:
any
;
getCompletions
(
state
:
string
,
session
:
IEditSession
,
pos
:
Position
,
prefix
:
string
,
)
:
Completion
[]
;
getKeywords
(
append
?:
boolean
)
:
(
string
|
RegExp
)
[]
;
getNextLineIndent
(
state
:
any
,
line
:
string
,
tab
:
string
)
:
string
;
getTokenizer
()
:
Tokenizer
;
toggleBlockComment
(
state
:
any
,
session
:
IEditSession
,
range
:
Range
,
cursor
:
Position
,
)
:
void
;
toggleCommentLines
(
state
:
any
,
session
:
IEditSession
,
startRow
:
number
,
endRow
:
number
,
)
:
void
;
transformAction
(
state
:
string
,
action
:
string
,
editor
:
Editor
,
session
:
IEditSession
,
text
:
string
,
)
:
any
;
}
Index
Methods
auto
Outdent
check
Outdent
create
Mode
Delegates
create
Worker
get
Completions
get
Keywords
get
Next
Line
Indent
get
Tokenizer
toggle
Block
Comment
toggle
Comment
Lines
transform
Action
Methods
auto
Outdent
autoOutdent
(
state
:
any
,
doc
:
Document
,
row
:
number
)
:
void
Parameters
state
:
any
doc
:
Document
row
:
number
Returns
void
check
Outdent
checkOutdent
(
state
:
any
,
line
:
string
,
input
:
string
)
:
boolean
Parameters
state
:
any
line
:
string
input
:
string
Returns
boolean
create
Mode
Delegates
createModeDelegates
(
mapping
:
{
[
key
:
string
]:
string
}
)
:
void
Parameters
mapping
:
{
[
key
:
string
]:
string
}
Returns
void
create
Worker
createWorker
(
session
:
IEditSession
)
:
any
Parameters
session
:
IEditSession
Returns
any
get
Completions
getCompletions
(
state
:
string
,
session
:
IEditSession
,
pos
:
Position
,
prefix
:
string
,
)
:
Completion
[]
Parameters
state
:
string
session
:
IEditSession
pos
:
Position
prefix
:
string
Returns
Completion
[]
get
Keywords
getKeywords
(
append
?:
boolean
)
:
(
string
|
RegExp
)
[]
Parameters
Optional
append
:
boolean
Returns (
string
|
RegExp
)
[]
get
Next
Line
Indent
getNextLineIndent
(
state
:
any
,
line
:
string
,
tab
:
string
)
:
string
Parameters
state
:
any
line
:
string
tab
:
string
Returns
string
get
Tokenizer
getTokenizer
()
:
Tokenizer
Returns
Tokenizer
toggle
Block
Comment
toggleBlockComment
(
state
:
any
,
session
:
IEditSession
,
range
:
Range
,
cursor
:
Position
,
)
:
void
Parameters
state
:
any
session
:
IEditSession
range
:
Range
cursor
:
Position
Returns
void
toggle
Comment
Lines
toggleCommentLines
(
state
:
any
,
session
:
IEditSession
,
startRow
:
number
,
endRow
:
number
,
)
:
void
Parameters
state
:
any
session
:
IEditSession
startRow
:
number
endRow
:
number
Returns
void
transform
Action
transformAction
(
state
:
string
,
action
:
string
,
editor
:
Editor
,
session
:
IEditSession
,
text
:
string
,
)
:
any
Parameters
state
:
string
action
:
string
editor
:
Editor
session
:
IEditSession
text
:
string
Returns
any
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
auto
Outdent
check
Outdent
create
Mode
Delegates
create
Worker
get
Completions
get
Keywords
get
Next
Line
Indent
get
Tokenizer
toggle
Block
Comment
toggle
Comment
Lines
transform
Action
sesaparcours
Loading...