toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.template
/
KorteFileContext
Korte
File
Context
data
class
KorteFileContext
(
val
fileName
:
String
,
val
fileContent
:
String
)
Members
Constructors
Korte
File
Context
Link copied to clipboard
constructor
(
fileName
:
String
,
fileContent
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
file
Content
Link copied to clipboard
val
fileContent
:
String
file
Name
Link copied to clipboard
val
fileName
:
String
line
Offsets
Link copied to clipboard
val
lineOffsets
:
ArrayList
<
Int
>
lines
Link copied to clipboard
val
lines
:
List
<
String
>
Functions
find
Row0At
Link copied to clipboard
fun
findRow0At
(
pos
:
Int
)
:
Int