Undo/redo support in ViEditor
This commit is contained in:
parent
7830f4107c
commit
5352fdee94
5 changed files with 198 additions and 68 deletions
|
|
@ -21,6 +21,7 @@ self_cell = "1.0.1"
|
|||
swash = { version = "0.1.8", optional = true }
|
||||
syntect = { version = "5.1.0", optional = true }
|
||||
sys-locale = { version = "0.3.1", optional = true }
|
||||
undo_2 = { version = "0.2.0", optional = true }
|
||||
unicode-linebreak = "0.1.5"
|
||||
unicode-script = "0.5.5"
|
||||
unicode-segmentation = "1.10.1"
|
||||
|
|
@ -46,7 +47,7 @@ std = [
|
|||
"sys-locale",
|
||||
"unicode-bidi/std",
|
||||
]
|
||||
vi = ["modit", "syntect"]
|
||||
vi = ["modit", "syntect", "undo_2"]
|
||||
wasm-web = ["sys-locale?/js"]
|
||||
warn_on_missing_glyphs = []
|
||||
fontconfig = ["fontdb/fontconfig", "std"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue