Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
legacy-modes
/
com.monkopedia.kodemirror.legacy.modes
/
SmalltalkState
Smalltalk
State
data
class
SmalltalkState
(
var
context
:
Any
?
=
null
,
var
expectVariable
:
Boolean
=
true
,
var
indentation
:
Int
=
0
,
var
userIndentationDelta
:
Int
=
0
)
Members
Constructors
Smalltalk
State
Link copied to clipboard
constructor
(
context
:
Any
?
=
null
,
expectVariable
:
Boolean
=
true
,
indentation
:
Int
=
0
,
userIndentationDelta
:
Int
=
0
)
Properties
context
Link copied to clipboard
var
context
:
Any
?
expect
Variable
Link copied to clipboard
var
expectVariable
:
Boolean
indentation
Link copied to clipboard
var
indentation
:
Int
user
Indentation
Delta
Link copied to clipboard
var
userIndentationDelta
:
Int
Functions
user
Indent
Link copied to clipboard
fun
userIndent
(
indentation
:
Int
,
indentUnit
:
Int
)