Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
vim
/
com.monkopedia.kodemirror.vim
/
VimEditor
Vim
Editor
class
VimEditor
(
val
session
:
EditorSession
)
Members
Constructors
Vim
Editor
Link copied to clipboard
constructor
(
session
:
EditorSession
)
Properties
close
Vim
Notification
Link copied to clipboard
var
closeVimNotification
:
(
)
->
Unit
?
current
Notification
Close
Link copied to clipboard
var
currentNotificationClose
:
(
)
->
Unit
?
dialog
Link copied to clipboard
var
dialog
:
Any
?
open
Dialog
Fn
Link copied to clipboard
var
openDialogFn
:
(
prefix
:
String
,
callback
:
(
String
)
->
Unit
,
options
:
Map
<
String
,
Any
?
>
)
->
(
)
->
Unit
?
open
Notification
Fn
Link copied to clipboard
var
openNotificationFn
:
(
text
:
String
,
options
:
Map
<
String
,
Any
?
>
)
->
(
)
->
Unit
?
session
Link copied to clipboard
val
session
:
EditorSession
statusbar
Link copied to clipboard
var
statusbar
:
Any
?
vim
Plugin
Link copied to clipboard
var
vimPlugin
:
Any
?
Functions
index
From
Pos
Link copied to clipboard
fun
indexFromPos
(
pos
:
LinePos
)
:
DocPos
pos
From
Index
Link copied to clipboard
fun
posFromIndex
(
offset
:
DocPos
)
:
LinePos